macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/desktop/main/install.sh | bashWindows PowerShell:
irm https://raw.githubusercontent.com/CommandCodeAI/desktop/main/install.ps1 | iex- Detect the operating system and supported CPU architecture.
- Read the newest release from
CommandCodeAI/desktop. - Select the matching
.dmg,.deb, or.exe. - Verify the SHA-256 digest published by GitHub.
- Install and open Command Code.
The scripts fail without installing anything when a matching verified artifact is unavailable.
macOS releases are signed with an Apple Developer ID and notarized. The script verifies the signature and Gatekeeper assessment and stops without installing if either check fails - it never removes quarantine or modifies a build. On Windows, the script asks before opening an unsigned but SHA-256-verified installer; that temporary prompt disappears when Windows production signing is enabled.
The source is public:
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 | iexIf installation fails, open a bug report
with the operating system, architecture, downloaded filename, and exact error.
Never include tokens, API keys, private project files, or .env contents.