| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Read install.sh · Read install.ps1 · Installation details
Install a specific versionmacOS 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 |
Command Code CLI does not need to be installed separately.
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
| Back | FazBrowse Home | New Git URL |