Projects And Workspaces
How Alera models a folder, a working context, and a Git worktree.
Alera is a native workbench for CLI coding agents. You run Claude Code, Codex, Amp, Antigravity, OpenCode, Cursor, Copilot, Pi, Grok Build, fx, or any other terminal agent in a real PTY, each in its own Git worktree when the project is Git-backed.
It is not another AI IDE and it does not wrap a single chat backend. The desktop app is Flutter. The runtime host that owns your terminals is Rust. There is no Electron and no bundled Chromium.
Download AleraSee Install OptionsThat is the whole loop. Everything else in these docs is how to keep several of those loops running at once without colliding.
Projects And Workspaces
How Alera models a folder, a working context, and a Git worktree.
CLI Agents
First-class integrations, plus the rule that any CLI still runs.
Alera.toml
Copy ignored files and run setup when a new worktree appears.
Orchestration
Coordinate several agents in one workspace with a durable run.
These pages are for people using Alera: install, the workbench, agents, and the companion app. They describe behavior that ships today.
Contributor internals (architecture, CI, design-system rules, release signing) stay in the GitHub repository, not here.