macOS
Apple Silicon and Intel. Universal binary. Requires macOS 12 or later.
codebolt.dmg ├─ Apple Silicon └─ Intel x64Download macOS
Pick a surface. Same foundry underneath all of them. Start in the desktop editor, terminal, browser, or SDK.
Install the full coding workspace with editor, terminal, browser, agents, plugin panels, and local runtime controls.
Apple Silicon and Intel. Universal binary. Requires macOS 12 or later.
codebolt.dmg ├─ Apple Silicon └─ Intel x64Download macOS
x64 installer. Windows 10 and later. Auto-updates included.
codebolt-setup.exe └─ Windows x64Download Windows
.deb, .rpm, and AppImage. x64 and arm64. Includes desktop integration.
codebolt.deb codebolt.rpm codebolt.AppImageDownload Linux
Install globally with npm and run the foundry in your terminal. Headless server mode for CI/CD. Works standalone or inside the editor.
$ npm i -g codebolt $ codebolt $ codebolt --prompt "..." $ codebolt --server --port 3100
No install. Open a workspace in your browser, drop in agents and plugins, and run them on managed sandboxes.
Open Cloudcloud.codebolt.ai ├─ Browser portal ├─ Managed sandboxes └─ Shared workspaces
Build your own product on top of the foundry. Agent, Plugin, and Client SDKs cover every layer.
# Self-host the engine $ docker run codebolt/engine:latest # Or install the SDK package $ npm i codeboltjs