System requirements
The public beta currently targets 64-bit Linux. The desktop package uses Electron and starts CEX's local Python gateway and interface shell on loopback addresses.
Install CEX
AppImage
Download the AppImage from the download section, make it executable, then open it.
chmod +x CEX-0.1.0.AppImage && ./CEX-0.1.0.AppImageDebian package
Download the .deb and let APT install its declared desktop dependencies.
sudo apt install ./cex-desktop_0.1.0_amd64.debBack up important work, inspect proposed changes, and do not rely on this build as the only copy of critical data.
Connect a model
CEX is the system around a model, not the model itself. Start a supported local server such as Ollama or llama.cpp, or configure a provider connection with credentials you control.
Automated first-run Ollama setup is not wired yet. If the interface cannot reach your model, confirm the model server is running and that its endpoint matches the connection configured in CEX.
Know where your data goes
The packaged beta excludes developer databases and starts with fresh local stores. Runtime memory, workspaces, and configuration remain on your machine by default.
If you deliberately connect a cloud model, connector, or outside tool, the content you send through it is handled by that provider under its own terms. Review permissions before approving an action.