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.
One command for both. The script detects the system - Apple silicon or Intel macOS, or Ubuntu/Debian x64 Linux - and installs the matching build:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/desktop/main/install.sh | bashOpen PowerShell and run:
irm https://raw.githubusercontent.com/CommandCodeAI/desktop/main/install.ps1 | iexThe installer:
- Detects the operating system and CPU architecture.
- Selects the newest matching release.
- Downloads only from
CommandCodeAI/desktop. - Verifies GitHub's published SHA-256 digest.
- Installs and opens Command Code.
Read install.sh ·
Read install.ps1 ·
Installation details
Install a specific version
macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/desktop/main/install.sh | COMMANDCODE_VERSION=0.1.3 bashWindows PowerShell:
$env:COMMANDCODE_VERSION="0.1.3"; irm https://raw.githubusercontent.com/CommandCodeAI/desktop/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