What is CMai OS?
CMai OS is a licensed development server operating system you install on an always-on server: our own Linux distribution for AI development servers, with its own kernel configuration, a signed update channel and its own ISO. It ships with the CMai API (one key, every model) plus Claude Code, Gemini CLI and Kimi CLI; every user works in their own workspace isolated by rootless podman, and projects are published on an automatic subdomain of the server with TLS.
Is CMai OS its own operating system?
Yes. CMai OS is our own Linux distribution, built by CM Apps for AI development servers: it comes with its own kernel configuration, its own ISO and an Ed25519-signed update channel (stable · beta · nightly). Only amd64 is supported.
What are the security measures?
Military-grade encryption standards: all traffic is encrypted with TLS 1.2+/1.3, and licences and updates are signed with Ed25519 (AES-256 / Ed25519 / TLS 1.3). SSH works with keys only, and password login is switched off automatically once a key is added; the nftables firewall is default-deny and fail2ban blocks repeated attempts. Every user works in an isolated rootless workspace (read-only rootfs, cap-drop ALL, no-new-privileges, quotas); keys stay on the server in root-only files.
Does the licence need a permanent internet connection?
The server needs to reach the licence service (license.cmaios.net) regularly; short outages do not affect anything. If the connection cannot be made for a long time the server enters lock mode, and it reopens by itself when connectivity returns.
What happens to my licence if I change servers?
The key is bound to one device. On the old server, unbind it with "cmai license deactivate" or release the device at portal.cmaios.com, then use the same key on the new server, either in the wizard or with "cmai license activate".
Where is my data, and what happens if the server locks?
Everything stays on your server; CMai OS never sends code or data out, and the licence service only ever sees the key and the device status. In lock mode the services stop but the disk is untouched; enter a new key and you carry on where you left off.
Which AI tools are preinstalled?
Four: CMai · Claude Code · Gemini CLI · Kimi CLI. CMai is the enterprise AI platform built by CMApps — chat, image, audio-video and embeddings behind one standard API, with credit management and live monitoring. It runs on the CMai API: you take one key from app.cmai.tr/customer/keys and enter it in the wizard, the key is written into every user's workspace, and the "cmai" command (or "cmai code") starts the CMai CLI, the CMai coding agent that lives in your terminal, on the cmai-pro model (cmai-balanced, cmai-fast and cmai-vision are selectable): automatic memory, skills, sub-agents and MCP support; cmai -p "…" runs a one-shot command, and a CMAI.md at the project root gives it standing instructions. Claude Code (Anthropic), Gemini CLI (Google) and Kimi CLI (Moonshot) are installed in every workspace too; you sign in to them with your own account or API key. Claude Code does not run through CMai; it needs an Anthropic account.
What are the hardware requirements?
We recommend 8 vCPU, 32 GB RAM and 500 GB NVMe to start. A single-user trial runs on a 2 vCPU / 4 GB / 40 GB virtual machine; for team installs, size the machine by adding up the quotas you plan to give each user. Only amd64 is supported.
Can it be installed alongside an existing system?
No. The install is unattended and takes the whole of the selected disk. Install it in a virtual machine or on a server dedicated to the job; both BIOS and UEFI are supported.
Which virtualisation and hosting environments does it run on?
Any environment with amd64: VirtualBox, VMware, Proxmox, KVM/QEMU, Hyper-V, and VPS providers such as Hetzner, DigitalOcean and OVH via a custom ISO. Set networking to bridged, or give it a public IP, so you can reach the :8443 panel from your browser.
How many users can I add?
As many as your licence allows. Trial and Solo are single-user, Team covers 5–20, and Enterprise covers 20+ users across several servers. Users are added with "sudo cmai user add <name> --cpus N --mem MB --ssh-key ..."; each gets their own workspace with quotas.
What does it cost and how do I buy it?
The trial is free for 14 days. Solo is $29/mo (1 user, 1 server). Team is $99/mo with 5 users included, $19/mo per extra user, up to 20 users on one server. Enterprise (20+ users, multiple servers, priority support) starts at $499/mo per server and is quoted. Prices are monthly, in USD, excluding VAT. To buy, write to isgelistirme.ortaklik@cmapps.com.tr and your licence key arrives by email after payment; online checkout (iyzico / Stripe) is coming. Renewals and device management are handled at portal.cmaios.com.
Are AI usage fees included in the licence?
No. The CMai OS licence covers the operating system, the isolated workspaces, publishing and updates; AI usage is separate. CMai API usage is drawn from your CMai credits at app.cmai.tr, and Claude Code, Gemini CLI and Kimi CLI run on your own subscription or API key (BYOK). That is why the licence is priced to be a small fraction of the AI usage you are already paying for.
How do updates arrive?
On the server, with "cmai update check" and "cmai update apply"; the channel can be stable, beta or nightly. New versions are also published as ISOs at releases.cmaios.net, and "cmai license status" shows the installed version.
What do I gain by running CMai CLI or Claude Code on a server?
Sessions survive a closed laptop, long builds and test runs are never cut off, several people work on the same project each in their own isolated environment, and the result publishes straight from the same server. You install no tools or dependencies on your local machine; all you need is an SSH client.