English | 中文
An AI coding agent for the terminal. Understands your codebase, edits files, runs commands, and ships code — with a polished TUI, resumable sessions, and multi-agent support.
macOS / Linux:
curl -fsSL https://ggcode.dev/install.sh | bashWindows:
irm https://ggcode.dev/install.ps1 | iexOther methods: Homebrew · winget · npm · pip · build from source
All install scripts default to non-privileged (no sudo / admin required).
# 1. Run ggcode in your project
cd your-project
ggcode
# 2. On first launch, configure your API key (interactive prompt)
# Or set it directly:
# Or set up via the interactive wizard on first launch
# 3. Start coding — just type your requestNew to ggcode? Read the Getting Started guide.
- Codebase-aware — reads, understands, and edits your entire project
- Full dev toolkit — file edits, shell commands, Git, LSP, search
- MCP integration — connect external tools and data sources
- gRPC plugins — extend ggcode with custom tools in Go, Python, Node.js, or any language
- Multi-agent — spawn parallel workers, delegate to teammates, A2A protocol
- LAN Chat — real-time messaging between ggcode instances on your local network
- Editor integration — JetBrains, Zed, and ACP-compatible editors via ACP
- WebUI — built-in web interface accessible from any browser
- IM integration — control from QQ, Telegram, Discord, Slack, Feishu, DingTalk
- Harness workflow — isolated task execution with review and promotion
- Scheduled tasks — cron jobs, reminders, and background automation
- Resumable sessions — pause and resume any conversation
- Desktop + Mobile — native apps for macOS, Windows, Linux, iOS, Android
| Platform | Install |
|---|---|
| CLI (macOS/Linux/Windows) | This repo — the primary interface |
| Desktop | Native app for macOS, Windows, Linux |
| Mobile | iOS (App Store) and Android (Google Play) |
MIT

