Skip to content

Repository files navigation

Command Code GUI

The visual workspace for Command Code.

Product page · Releases · Report a bug · Discord

Install or update

Copy the command for your operating system and paste it into the terminal. Running the same command again installs the newest available version.

macOS

Apple silicon:

curl -fsSL https://github.com/__proxy/raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | bash

Linux

Ubuntu or Debian, x64:

curl -fsSL https://github.com/__proxy/raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | bash

Windows

Open PowerShell and run:

irm https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.ps1 | iex

The installer:

  1. Detects the operating system and CPU architecture.
  2. Selects the newest matching release.
  3. Downloads only from CommandCodeAI/gui.
  4. Verifies GitHub's published SHA-256 digest.
  5. 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://github.com/__proxy/raw.githubusercontent.com/CommandCodeAI/gui/main/install.sh | COMMANDCODE_VERSION=0.1.0 bash

Windows PowerShell:

$env:COMMANDCODE_VERSION="0.1.0"; irm https://raw.githubusercontent.com/CommandCodeAI/gui/main/install.ps1 | iex

Direct downloads

Prefer 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

What you can do

  • 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

Requirements

  • 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.

Help and feedback

Report security vulnerabilities privately by following SECURITY.md. Do not include tokens, private source files, or .env contents in public reports.

Repository scope

This is the public download, installer, documentation, and issue-tracking repository for Command Code GUI. Application development happens in a private repository.

© Command Code

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages