macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | bashWindows PowerShell:
irm https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.ps1 | iex- Detect the operating system and supported CPU architecture.
- Read the newest release from
CommandCodeAI/gui. - 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.
Preview builds are not yet production-signed and notarized for public distribution. On macOS, the script asks before removing quarantine from Command Code only and applying a local ad-hoc signature. It does not disable Gatekeeper. On Windows, the script asks before opening an unsigned but SHA-256-verified installer. These temporary prompts disappear when production signing is enabled.
The source is public:
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 | 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.