Skip to content
Agentic Coding

Agentic Coding

Install Atlassian CLI (Windows)

  1. Open a PowerShell window.

  2. 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.exe

    ARM64

    Invoke-WebRequest -Uri https://acli.atlassian.com/windows/latest/acli_windows_arm64/acli.exe -OutFile acli.exe
  3. Once 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-cli

Install permanently on your system with npm:

npm install -g @google/gemini-cli@latest

For more details, see the Gemini CLI repository.

Install OpenAI Codex

Install permanently on your system with npm:

npm i -g @openai/codex

For more details, see the Codex CLI repository.

Install Claude Code

Install permanently on your system with npm:

npm install -g @anthropic-ai/claude-code

Then navigate to your project directory and run:

claude

For more details, see the Claude Code repository.

Install OpenCode

Install on your system with curl:

curl -fsSL https://opencode.ai/install | bash

Install permanently on your system with npm:

npm i -g opencode-ai

For more details, see the opencode repository.

Install GitHub Copilot CLI

Install globally using npm:

npm install -g @github/copilot

After installation, authenticate with your GitHub account to start using Copilot CLI features.

Install Roo Code

  1. Open VS Code
  2. Click the Extensions Marketplace icon on the left sidebar
  3. Search for Roo Code
  4. Click the Install button to begin installation
  5. After installation, select “Trust the Author”

Alternatively, to build and install from source:

git clone https://github.com/RooCodeInc/Roo-Code.git
pnpm install

To build and install the VSIX package:

pnpm install:vsix

Roo 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-cli

Upgrade with:

uv tool upgrade kimi-cli --no-cache

Install Cline CLI (Preview)

Install Globally with npm

npm install -g cline

Install Qwen Code CLI

Install globally with npm:

npm install -g @qwen-code/qwen-code@latest

Install Mistral Vibe

Install using pip:

pip install mistral-vibe
Last updated on