The next-generation Agentic Developer Environment.
A native desktop app for running, coordinating, and supervising AI agents across real software projects.
Use Acepe to orchestrate agents, review their work, manage git flows, and ship pull requests without losing control of what changed.
Website • Docs • Download • Discord
Acepe is an Agentic Developer Environment (ADE) built for teams and developers who want AI agents to do real work inside a controlled engineering workflow.
Instead of treating agents like chat tabs or editor plugins, Acepe gives you a workspace to run multiple agents in parallel, inspect every tool call, review every file change, manage branches and worktrees, and turn useful output into commits and pull requests.
Acepe is designed to be the place where you manage agent work, regardless of which coding agent you prefer.
| Agent | Provider | Protocol |
|---|---|---|
| Claude Code | Anthropic | JSON-RPC / stdio |
| Cursor | Anysphere | JSON-RPC / stdio |
| Codex | Zed Industries | JSON-RPC / stdio |
| OpenCode | Community | HTTP / SSE |
Use Acepe when you want AI agents to operate inside a workflow that still feels like disciplined software engineering: parallel sessions, visible changes, review checkpoints, and a clean path to a PR.
Grab the latest release from acepe.dev/download or the releases page.
git clone https://github.com/flazouh/acepe.git
cd acepe && bun install
cd packages/desktop && bun run tauri
Prerequisites: Bun 1.3+, Rust stable, Tauri prerequisites
Acepe combines a native desktop shell with agent integrations, local project context, review tooling, and git workflows so you can keep the entire loop, from prompt to PR, in one place.
For the core product-state model and architecture vocabulary, see docs/concepts/.
┌──────────────────────────────────┐
│ Frontend (SvelteKit + Svelte 5) │
│ Agent workspace, review UI │
└───────────────┬──────────────────┘
│ Tauri IPC
┌───────────────▼──────────────────┐
│ Backend (Tauri + Rust) │
│ Sessions, git, indexing, state │
└───────────────┬──────────────────┘
│ Agent runtimes
┌───────────────▼──────────────────┐
│ Coding agents │
│ Claude, Cursor, Codex, OpenCode │
└──────────────────────────────────┘
We welcome contributions! See CONTRIBUTING.md to get started.
If you're looking for something to work on, check issues tagged good first issue or help wanted.
FSL-1.1-ALv2 — source-available today, Apache 2.0 after two years. See LICENSE for details.
Built with Tauri, Svelte, and shadcn-svelte.