๐‘’

In development

The coding agent you can put anywhere.

Open ๐‘’ in a project and ask it to explain a function, chase a bug, or make a change. It can read and edit files, search the code, and run commands. The conversation stays in your terminal, and you can resume it later.

You can change how it works without changing ๐‘’ itself. Choose a model, give it reusable instructions through skills, or write an extension that adds a tool or command. An extension is an ordinary program exchanging JSON over standard input and output. Write it in whatever language you already use.

The core is one Rust binary. Even things like starting work in a fresh Git worktree or asking a second agent for help can live in extensions. You can read those examples, change them, and make the setup your own.

๐‘’ is still in development. The source, installer, and extension examples are on GitHub.

Explore ๐‘’ on GitHub