One developer. A team of coding agents. Tracked, reviewable, repeatable work.
One prompt fans out to parallel agents in isolated workspaces; ACE supervises, AXE schedules, durable state tracks ChangeSpecs, beads, and artifacts, and reviewed PRs are the output.
sase (Structured Agentic Software Engineering, pronounced "sassy") turns Claude Code, Codex, Antigravity, Qwen Code, and OpenCode into a coordinated engineering team. One developer supervises parallel agents in isolated workspaces, with every run tracked, reviewable, and repeatable.
Status: sase is alpha software, and its interfaces and workflows are still evolving. It supports POSIX systems (Linux and macOS) only; Windows is not supported. sase assumes you already use and pay for at least one agent CLI and prefer opinionated git-based, workspace-per-agent workflows; if you want a standalone agent instead of a coordination layer, use those CLIs directly.
- Launch, monitor, resume, and archive agent runs from one keyboard-driven TUI (ACE).
- Run agents in parallel, each in an isolated numbered workspace clone.
- Keep prompts and multi-step workflows reusable (XPrompts) instead of trapped in shell history.
- Track every PR-sized unit of work with status, commits, comments, and review state (ChangeSpecs).
- Schedule background and recurring agent work with the AXE daemon.
sase does not replace coding agents; it makes agent-driven engineering dependable.
One prompt, three live agents, three models. A single GitHub prompt fans out to Claude, Codex, and Antigravity, runs all three agents in isolated workspaces, and keeps kill controls close at hand.
Supervise every run. The Agents tab shows live status, retry chains, per-agent diffs, chats, and artifact files from one control surface.
Select the still to watch the 29-second demo.
Land tracked changes. The PRs tab follows the ChangeSpec lifecycle from WIP to Submitted, with grouping, search, commits, and diffs.
Select the still to watch the 26-second demo.
Prerequisites: Linux or macOS (POSIX; Windows is not supported), Python 3.12+, uv, git,
a text editor ($EDITOR, falling back to nvim then vim), and one authenticated agent CLI: Claude Code, Codex,
Antigravity CLI (agy), Qwen Code, or OpenCode.
uv tool install sase # add a plugin too: uv tool install sase --with sase-github
sase doctor # check install, config, and provider authentication
sase run "#git:home summarize what this repository does; do not change files"
sase ace # open the interactive control surfaceThe #git:home workspace reference targets the built-in home project, which is bootstrapped automatically, so the
first run needs no project setup. After these commands, sase ace opens the TUI with the completed run visible on the
Agents tab.
If sase doctor reports a missing provider, install and authenticate it, then run the check again; see
Agent Providers. For full installation details use INSTALL.md, or
follow Getting Started for the guided path.
| Agent | Status |
|---|---|
| Claude Code | Supported |
Antigravity CLI (agy) |
Supported |
| Codex | Supported |
| Qwen Code | Supported |
| OpenCode | Supported |
The complete documentation lives at sase.sh.
- Getting Started — the guided beginner path
- ACE TUI — the interactive control surface
- XPrompts — reusable prompts and multi-step workflows
- ChangeSpecs — tracked PR-sized units of work
- AXE Automation — scheduled and background agent work
- Spec-Driven Development — plans, epics, and beads
- Plugins — GitHub, Telegram, editor, and provider integrations
- CLI Reference — every command
- Blog — announcements and deep dives
- The SASE Handbook (PDF) — the full documentation as a single document
- Support — report bugs and ask questions in GitHub Issues
Development requires just. Start with CONTRIBUTING.md, then see
Development for the full contributor guide.
git clone https://github.com/sase-org/sase
cd sase
uv venv .venv
source .venv/bin/activate
just install
sase core healthRun just check before submitting changes.
sase builds on Boris Cherny's parallel-agents demonstration, Steve Yegge's beads, Agentic Software Engineering, and PDL. See the full acknowledgements.
sase is licensed under the MIT License. See LICENSE.


