Skip to content

Install AICoder

AICoder is a desktop app for macOS and Windows. Install the app, then connect the command-line agents you already use.

Download the app

Download the newest installer from AICoder releases.

  • macOS — choose the DMG for your Mac: Apple silicon (arm64) or Intel (x64). Open it and move AICoder to Applications.
  • Windows — download and run the Windows setup file.

Future releases are delivered through the app's updater.

Install the required tools

AICoder runs coding agents through their installed CLIs. Before starting a software project, make sure these commands work in your terminal:

sh
git --version
claude --version

Claude Code must also be signed in. Codex is optional; install and sign in to the codex CLI if you want it available as an agent.

For Azure investigations, also install the Azure CLI and sign in:

sh
az login

Subscription usage

AICoder runs the real Claude Code and Codex CLIs. Sessions therefore use the subscription or account associated with each CLI; AICoder does not require you to enter an AI API key.

Check your setup

Open AICoder and go to Settings → AI models. Confirm the agents you intend to use are available, then continue to Your first coding task.