The visual workspace for Command Code.
Copy the command for your operating system and paste it into the terminal. Running the same command again installs the newest available version.
Apple silicon:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | bashUbuntu or Debian, x64:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | bashOpen PowerShell and run:
irm https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.ps1 | iexThe installer:
- Detects the operating system and CPU architecture.
- Selects the newest matching release.
- Downloads only from
CommandCodeAI/gui. - Verifies GitHub's published SHA-256 digest.
- Installs and opens Command Code.
It exits without installing when a matching verified release is unavailable.
Important
Preview builds are not yet production-signed and notarized for public distribution. The installer asks before applying a temporary unsigned-build workaround to Command Code. It never disables Gatekeeper, SmartScreen, or another system-wide security control. These prompts will disappear from signed production builds.
Read install.sh ·
Read install.ps1 ·
Installation details
Install a specific version
macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | COMMANDCODE_VERSION=0.1.0 bashWindows PowerShell:
$env:COMMANDCODE_VERSION="0.1.0"; irm https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.ps1 | iexPrefer the installer above because it selects and verifies the correct build automatically. Manual packages are available on the releases page.
| Platform | Package | Architecture |
|---|---|---|
| macOS | .dmg |
Apple silicon |
| Linux | .deb |
x64 |
| Windows | .exe |
x64 |
- Organize projects and session history
- Stream agent conversations and task progress
- Review plans and send iterative feedback
- Browse files and inspect line-level diffs
- Review, discard, commit, and push Git changes
- Run commands in the integrated project terminal
- Choose models, permission modes, themes, and shortcuts
- A supported operating system and architecture from the table above
- Internet access to download the release from GitHub
- Administrator permission when the operating system requires it
Command Code CLI does not need to be installed separately.
- Report an installation problem or GUI bug
- Join the Discord community
- Read SUPPORT.md before sharing logs or screenshots
Report security vulnerabilities privately by following
SECURITY.md. Do not include tokens, private source files, or
.env contents in public reports.
This is the public download, installer, documentation, and issue-tracking repository for Command Code GUI. Application development happens in a private repository.
© Command Code