Terminal-native coding agent
AI Doer Logo

The AI coding agent
that lives in your terminal

plan · edit · run · review — without leaving the shell

AI Doer CLI is a fast, local, terminal-native agent. It reads your codebase, edits files, runs commands, and remembers your project — all from a single binary, with the same engine that powers the AI Doer editor.

$ curl -fsSL /install.sh | sh

Download a binary → Explore features →
One binary
No runtime, no deps
Multi-OS
macOS, Linux, Windows
Local-first
Runs on your machine

Built for the terminal.
Powered by an agent.

Everything the AI Doer editor can do, from a single binary you can drop onto any machine, server, or CI runner.

🤖

Agentic by default

Give it a task and it plans, edits files, and runs commands to get it done. Switch between agent, plan, ask, and debug modes on the fly.

One fast binary

Written in Rust. No Node, no Python, no runtime to install — just download, run, and start coding. Instant startup, tiny footprint.

🧠

Codebase memory

Semantic memory and RAG are on by default, so the agent recalls your project's structure and past context across turns and sessions.

🔒

Trust & approvals

You stay in control. Approve tool calls inline, trust folders once, and run fully unattended with --yolo when you want to.

🔌

Bring your own model

Defaults to the free Auto model, or point it at any provider. Switch models per turn with /model — no config gymnastics.

🖥️

Native TUI

A polished terminal UI: collapsible reasoning and tool calls, a live input cursor, scrollback, and copy-paste that just works.

One command to get started

The installer detects your OS and architecture, grabs the matching release, and puts aidoer on your PATH.

$ curl -fsSL /install.sh | sh

Windows PowerShell install
Recommended for Windows

On Windows 10/11, open PowerShell and run this command. It downloads the Windows build, verifies it, and adds aidoer to PATH.

PS> irm https://ai-doer.com/install.ps1 | iex
  1. Open PowerShell from the Start menu.
  2. Paste the command above and press Enter.
  3. Restart PowerShell, then run aidoer login.

Both installers check the download against its published SHA-256 before installing anything. Then run aidoer login to sign in.

Download a binary

Prefer a manual install? Grab the archive for your platform, extract it, and move aidoer onto your PATH. Checksums are verified below.

Windows

x86_64 · MSVC Build
For Windows 10/11 64-bit.
Installer · adds aidoer to PATH
Download for Windows
SHA-256: —

macOS (Intel)

x86_64 · Darwin Build
For Intel-based Macs.
aidoer
Download for macOS (Intel)
SHA-256: —

Linux

x86_64 · glibc Build
Compatible with most distros.
aidoer
Download for Linux
SHA-256: —

Linux (ARM64)

aarch64 · glibc Build
For ARM servers & Raspberry Pi.
aidoer
Download for Linux (ARM64)
SHA-256: —

Windows (ARM64)

aarch64 · MSVC Build
For Windows on ARM (Snapdragon).
Installer · adds aidoer to PATH
Download for Windows (ARM64)
SHA-256: —

Up and running in seconds

zsh — aidoer

$ curl -fsSL /install.sh | sh

Downloading aidoer-aarch64-apple-darwin.tar.gz

Verified SHA-256 dddc395f00808898e547b51691e185b9…

Installed aidoer to ~/.local/bin

 

$ aidoer login

saved to ~/.getaibd/config.toml

 

$ aidoer v0.3.0

model Auto · agent · ready

› fix the failing test in api/users

Ran 3 steps — edited 2 files, tests pass

 

Download started!