Agentic Coding
Install Atlassian CLI (Windows)
Open a PowerShell window.
Run the following command to download the latest release:
x86-64
Invoke-WebRequest -Uri https://acli.atlassian.com/windows/latest/acli_windows_amd64/acli.exe -OutFile acli.exeARM64
Invoke-WebRequest -Uri https://acli.atlassian.com/windows/latest/acli_windows_arm64/acli.exe -OutFile acli.exeOnce downloaded, you can run the CLI from the same directory:
.\acli.exe --help
For more details, see the Atlassian CLI install guide.
Install Google Gemini CLI
Run instantly without installation using npx:
npx https://github.com/google-gemini/gemini-cliInstall permanently on your system with npm:
npm install -g @google/gemini-cli@latestFor more details, see the Gemini CLI repository.
Install OpenAI Codex
Install permanently on your system with npm:
npm i -g @openai/codexFor more details, see the Codex CLI repository.
Install Claude Code
Install permanently on your system with npm:
npm install -g @anthropic-ai/claude-codeThen navigate to your project directory and run:
claudeFor more details, see the Claude Code repository.
Install OpenCode
Install on your system with curl:
curl -fsSL https://opencode.ai/install | bashInstall permanently on your system with npm:
npm i -g opencode-aiFor more details, see the opencode repository.
Install GitHub Copilot CLI
Install globally using npm:
npm install -g @github/copilotAfter installation, authenticate with your GitHub account to start using Copilot CLI features.
Install Roo Code
- Open VS Code
- Click the Extensions Marketplace icon on the left sidebar
- Search for
Roo Code - Click the
Installbutton to begin installation - After installation, select “Trust the Author”
Alternatively, to build and install from source:
git clone https://github.com/RooCodeInc/Roo-Code.git
pnpm installTo build and install the VSIX package:
pnpm install:vsixRoo Code is primarily a VS Code extension without a global npm CLI package.
Install Kimi CLI
Kimi CLI supports macOS and Linux (Windows support coming soon). Install with:
uv tool install --python 3.13 kimi-cliUpgrade with:
uv tool upgrade kimi-cli --no-cacheInstall Cline CLI (Preview)
Install Globally with npm
npm install -g clineInstall Qwen Code CLI
Install globally with npm:
npm install -g @qwen-code/qwen-code@latestInstall Mistral Vibe
Install using pip:
pip install mistral-vibe