Learn
How to install an AI coding agent (Windows)
Installing a modern AI coding agent takes about two minutes. This guide uses FreeCoder — a free, unlimited agent — as the example, but the general steps (install, add to PATH, launch, open a project) apply broadly.
1. Run the install command
On Windows, open PowerShell and paste the command below. It downloads the agent, verifies it, adds it to your PATH, and sets up auto-updates.
2. Launch and open a project
Open a new terminal, run freecoder, and a clean workspace opens in your browser. Start it inside your project folder so it can read your code. Full details in getting started.
3. Give it a task
Describe what you want in plain language and review the changes it proposes. New to agents? Read what an AI coding agent is and whether it's safe.
Get started free
You're one command away. On Windows, paste this into PowerShell:
irm https://freecoder.space/install.ps1 | iex
Then run freecoder and open your project. Full steps in the getting-started guide.
One command, a new terminal, and you're coding with an agent. That's the whole setup.
Related
AI coding glossary
A plain-English glossary of AI coding terms: agent, plan mode, subagents, MCP, skills, hooks, vibe coding, AGENTS.md, worktrees and more.
LearnWhat is an AI coding agent?
An AI coding agent plans, edits code across files, runs commands, and iterates toward a goal — unlike a chatbot that only suggests. Here's how they work.
LearnWhat is vibe coding?
Vibe coding means describing what you want in plain language and letting an AI agent build it, while you steer and review. Here's how it works and how to do it well.
irm https://freecoder.space/install.ps1 | iex — then follow the getting-started guide. Free, unlimited, no card.