▲ Open Source · Apache-2.0

GLUE

The coding agent that holds it all together.

Open source CLI coding agent built in Dart. Multi-model, multi-worktree, impossibly fast.

▸ Get Started GitHub
■ Features

Everything you need.
Nothing you don't.

No bloated IDE plugins, no cloud dependencies — just a fast CLI that gets out of your way.

01
Blazing Fast
Built in Dart for native speed. No Node.js, no Python runtime overhead. Starts instantly.
02
Multi-Worktree
Run parallel agents across git worktrees. Ship features simultaneously.
03
Any Model
Anthropic, OpenAI, Google, local models. Swap providers with a flag.
04
Tool Approval
Every file write requires your explicit approval. You stay in control.
05
MCP Native
First-class Model Context Protocol support. Extend with any MCP server.
06
Zero Config
Drop into any project and start coding. Glue figures out the rest.
◇ In Action

Watch Glue Work

A real session — reading, writing, testing — all from your terminal.

▸ glue — ~/projects/api-server
glue glue v0.1.0 · claude-4-sonnet Add auth endpoint with JWT tokens ┌ ▸ read_file lib/src/routes/api.dart ✓ 142 lines ┌ ▸ write_file lib/src/routes/auth.dart ✓ approved · 67 lines ┌ ▸ run_command dart test ✓ 12 tests passed POST /api/auth/login added
▸ Install

30 Seconds

❯ dart pub global activate glue
❯ glue