AI coding agents on Windows

By Julien Abenhaim, founder of Castforge. Published 7 September 2026.

All the main ones run on Windows today, as command-line tools you install yourself. What differs between them is how you sign in, and how much Windows-specific friction sits in the way: your PATH, a SmartScreen caution screen on a new installer, and a couple of look-alike traps that cost an afternoon each if you do not know about them.

What runs on Windows today

The lineup is bigger than most people expect, and it keeps growing. The ones you are most likely to reach for:

Claude, Codex and Gemini install through npm and want Node.js 20 or newer, so install Node first if you do not have it. The local model uses the Ollama installer instead.

Three ways to sign in

Whichever agent you pick, there are three ways in, and you only need one of them.

Free. A GitHub Copilot sign-in, no credit card. This is the lowest-friction start, and it is enough to see whether any of this suits how you work.

A subscription you already pay for. If you already have Claude, ChatGPT, Gemini or Cursor, sign in with that instead. You are using an entitlement you are already buying rather than opening a second meter.

Your own API key. From Anthropic, OpenAI, Google, OpenRouter or another provider. A key belongs in your operating system's credential store, not in a .env file you commit. That is worth saying plainly, because a key pasted into a repository is the single most common way one leaks.

What actually trips people up

Four things, and none of them are hard once you know what you are looking at.

What this does not solve

Driving them from one window

Castforge is a Windows desktop workspace for the agents above. It connects the ones you already have access to, free, by subscription or with your own key, and puts each on the seat it suits, so your strongest model does the work that needs it. Your keys stay in your machine's keychain and are never sent to Castforge's servers.

It is in open beta and free during early access. You can download it, or read the full connection guide in connecting AI agents.

Related