Open Source · GPL-3.0 · 1.6 MB Rust Binary

The AI coding agent
in your terminal

One Rust binary. 30+ built-in tools, 11 model providers. No Node, no runtime — installed in 5 seconds, ready to work.

Install Angles → Read the docs
angles terminal session

Software creation is changing.
We put the agent in the terminal — no IDE weight, just one command away.

— ANGLES · 2026
Agent-driven development

Let the agent turn
ideas into code

Hand the task to Angles and ship faster. It reads your codebase, plans the steps, edits files, runs tests, and tails logs — you make the decisions.

30+ built-in tools cover the filesystem, shell, search, git, and HTTP — whatever the agent needs, it can use.

See all 30 tools →
angles · plan
# Plan: add OAuth login flow
 
[1] read src/routes/auth.ts
[2] search existing session impl (grep -ri session)
[3] write src/oauth/google.ts
[4] rewrite src/routes/auth.ts w/ routes
[5] run npm test
[6] git commit -m "feat: OAuth"
 
─── tools used ───
read_filegrepwrite_file
run_shellgit_commit
 
✓ all done · 47s · 6 tool calls
Multi-model routing

11 model providers,
one CLI

From Claude to GPT, from DeepSeek to Qwen — Angles routes each task to the right model inside a local gateway.

Switch models from the terminal in one line. Never get locked into a single vendor.

Read the docs →
angles · gateway
# active routes
 
codingclaude-sonnet-4
planninggpt-5
reviewdeepseek-v3
chatqwen-max
 
# providers
OpenAIAnthropic
DeepSeekQwen
GeminiMistral
GroqGLM···
 
● gateway :8787 · 4 providers online
Cross-platform · prebuilt

Five platforms,
one binary

macOS, Linux, Windows, ARM, even iPad via iSH — Angles runs everywhere. Every platform has a prebuilt binary, installed in 5 seconds.

1.6 MB. musl-static. Zero system dependencies.

See install commands →
angles install
$ angles install
 
detect platform ... aarch64-apple-darwin
download prebuilt 1.6 MB
verify SHA256 a3f9...c8e1
install to /usr/local/bin/angles
 
████████████████████ 100% [4/4]
 
Done in 4.8s
 
$ angles --version
angles 0.2.1 (aarch64-apple-darwin)
1.6MB
Rust Binary
30+
Built-in Tools
11
Model Providers
5
Platforms
Quickstart

Installed in five seconds.

Pick your platform, copy one line, done.

$ curl -fsSL https://angleschina.github.io/angles-cli/install.sh | bash
Then run angles to start your first conversation.
Tools

30 built-in tools,
covering the whole workflow

From reading files to running shell, from grep to git commit, from HTTP fetch to web search — every tool the agent needs, built in and sandboxed.

read_file write_file edit_file grep glob run_shell git_status git_diff git_commit http_fetch web_search list_dir ··· +18 more
See the full tool list →
中文 ↗