Platform

A Windows-native AI coding agent, no WSL required

Updated 3 min read

Atlas runs natively on Windows. You install it with a PowerShell installer and run it directly in your Windows terminal, with no Windows Subsystem for Linux and no separate Linux environment in between. Native support means Atlas handles Windows paths, shells, git configuration, and file locking the Windows way rather than assuming a POSIX system, so the agent behaves correctly against your actual Windows repositories. Atlas ships as a single self-contained binary for macOS, Linux, and Windows.

What native Windows support means

Many terminal coding agents assume a Linux-like environment and ask Windows users to run everything inside WSL. Atlas runs on Windows directly, so there is no subsystem boundary between the agent and your code.

Running through WSL adds a second filesystem and shell to reason about, which can confuse an agent about paths, line endings, and which environment a command should run in. Atlas avoids that by targeting Windows as a first-class platform. You install it with PowerShell and run it in the terminal you already use, against the repositories where they actually live on disk.

How Atlas handles Windows correctly

Native support is in the details. Atlas branches on the platform throughout its core: it uses the Windows shell, normalizes Windows paths, and applies the git settings Windows repositories need.

Atlas configures git for long paths, symlinks, and line-ending behavior on Windows, chooses the right shell for running commands, and canonicalizes paths so file matching is consistent. When it removes a worktree or cleans a directory, it uses a Windows-aware retry so file locks held by other processes do not leave the tree in a broken state. These are the rough edges that break agents ported from Linux as an afterthought.

The same agent everywhere

Windows support is not a stripped-down build. The same Atlas features, from worktree management to concurrent sessions to permission-gated edits, run on Windows exactly as they do on macOS and Linux.

Because Atlas is one binary with first-class Windows handling, a team on mixed operating systems gets the same workflow on every machine. You pin a version and bring your own model keys on Windows the same way you would anywhere else, and your code stays on the machine either way. For Windows-first developers who do not want to live inside WSL, that parity is the point.

Frequently asked questions

Does Atlas run natively on Windows?
Yes. Atlas runs directly on Windows with a PowerShell installer, with no WSL or Linux subsystem required.
Do I need WSL to use Atlas on Windows?
No. Atlas targets Windows as a first-class platform and runs in your Windows terminal against your Windows repositories directly.
How does Atlas handle Windows paths and shells?
Atlas branches on the platform: it uses the Windows shell, normalizes Windows paths, applies Windows git settings, and uses Windows-aware file locking and retry.
Are Windows features the same as macOS and Linux?
Yes. The same single binary runs everywhere, so worktrees, concurrent sessions, and permission-gated edits behave the same on Windows.

Try Atlas in your terminal

The terminal-native AI coding agent. Free core, single binary.

Install Atlas

Related guides

Atlas with Kimi K2.7 Code HighSpeed: The 2x Throughput Tier in 2026

Kimi K2.7 Code HighSpeed runs Atlas at $1.90 per Mtok input and $8.00 per Mtok output, exactly 2x K2.7 Code, on the same 256K tokens (262,144) context window.

Atlas vs Traycer in 2026: Terminal Agent That Writes Code vs a Planning Layer Above One

Atlas vs Traycer in 2026. Traycer plans and verifies but writes no code itself, so you pay it on top of an agent. Atlas plans and writes, free and open source.

Atlas with Qwen3-Next 80B-A3B Thinking: The Reasoning Tier in 2026

Drive Atlas with Qwen3-Next 80B-A3B Thinking: a reasoning trace over 128K tokens (131,072) of context at $0.50 per Mtok input and $6.00 per Mtok output.

Atlas with Grok 4.3: The Cheapest 1M Context Reasoning Model (2026)

Grok 4.3 gives Atlas a 1M token context at $1.25 / $2.50 per Mtok, the cheapest 1M reasoning model from a US lab. Output caps at 30,000 tokens, so plan around it.

Review a Pull Request with Atlas (2026 Workflow)

How to review a pull request with Atlas in 2026: bash produces the raw patch, read pulls whole files, the lsp tool's findReferences checks callers the diff never shows.

Atlas with Command R 35B (Ollama): A RAG-Native Model for Retrieval-Heavy Work in 2026

Run Atlas on Command R 35B (Ollama): Cohere's 19GB RAG and tool-use model with a 128K context, free self-hosted. Check the research license before commercial use.

Atlas with OpenAI o1-pro (2026): The $600 Per Mtok Question

OpenAI o1-pro is the most expensive model in the OpenAI registry at $150 per Mtok input and $600 per Mtok output. Here is what it does in Atlas and why o3 usually wins.

Atlas with AI21 Jamba Large 1.7 in 2026

AI21 Jamba Large 1.7 in Atlas, 2026: a hybrid SSM-Transformer with 256,000 tokens of context at $2.00/$8.00 per Mtok, capped at 4,096 tokens of output.

Browse this resource hub