Download

Download Codebolt

Pick a surface. Same foundry underneath all of them. Start in the desktop editor, terminal, browser, or SDK.

Codebolt Editor — Desktop

Install the full coding workspace with editor, terminal, browser, agents, plugin panels, and local runtime controls.

macOS

Apple Silicon and Intel. Universal binary. Requires macOS 12 or later.

codebolt.dmg
├─ Apple Silicon
└─ Intel x64
Download macOS

Windows

x64 installer. Windows 10 and later. Auto-updates included.

codebolt-setup.exe
└─ Windows x64
Download Windows

Linux

.deb, .rpm, and AppImage. x64 and arm64. Includes desktop integration.

codebolt.deb
codebolt.rpm
codebolt.AppImage
Download Linux

Codebolt CLI — Terminal

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

Codebolt Cloud — Browser

No install. Open a workspace in your browser, drop in agents and plugins, and run them on managed sandboxes.

Open Cloud
cloud.codebolt.ai
├─ Browser portal
├─ Managed sandboxes
└─ Shared workspaces

Codebolt SDK — Embed

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

Need help getting started?