Skip to content

Get Started

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 Options
  1. Install Alera for your platform, then open the app.
  2. Register a project: an existing local folder, or a Git clone from a URL.
  3. For Git-backed projects, create a linked worktree workspace for the task you want to run. Non-Git folders get a single primary workspace.
  4. Open a terminal tab and launch an agent CLI the same way you would in any shell.

That 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.

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.