Blog

RSS

What we are building, what broke along the way, and what we changed our minds about.

Run CLI Agents In Parallel With Git Worktrees

Two agents sharing one working tree is a stash fight waiting to happen. Here is the model we use instead.

Read Post

Why Alera Is Terminal-First (Not Another AI IDE)

The case for building around the CLIs you already use instead of wrapping one provider's chat in an Electron shell.

Read Post

How Alera Keeps Terminals Alive After You Quit

Closing a window should never kill a three-hour agent run. The trick is who owns the PTY, and it is not the UI.

Read Post

Inter-Agent Orchestration In Alera

Tabs full of agents are useful until they need to coordinate. How orchestration protocol v2 adds ownership, gates, and a real coordinator.

Read Post

Track Coding Agent Quotas Without Leaving The Workbench

Hitting a provider limit mid-run is the worst way to learn your quota. We put Claude, Codex, Kimi, Grok, Cursor, and more in the status bar.

Read Post

Bring Your Own CLI Agent To Alera

We did not want to invent another agent protocol. If it runs in a terminal, it runs in Alera - and the big ones get first-class treatment.

Read Post

See Which Agent Is Eating Your CPU

Five agents in parallel and the fans spin up. The Resource Manager names the culprit per tab - including the time it blamed us, 26 times over.

Read Post

Automate New Worktree Setup With Alera.toml

Every new worktree needs the same ritual: copy the .env, install dependencies, bootstrap. We made the repo describe it once.

Read Post

Pull Requests And CI Checks Per Worktree

Review belongs next to the work. How the Pull Requests panel keeps GitHub, GitLab, and Azure DevOps scoped to the worktree that produced the branch.

Read Post

Why Terminal Output Performance Matters For Agent Workbenches

A chatty agent can stream output for an hour straight. That is a frame budget problem, and on Linux it is worse than you think.

Read Post

Pair A Phone To Your Alera Runtime

The mobile companion is honest about what it is: a window into your runtime host, not a phone IDE. Here is what it does today.

Read Post

A Native-First Agent Workbench

Why we bet on Flutter, Rust, and Ghostty instead of shipping another Electron shell around CLI agents.

Read Post

Welcome To Alera

Why we started building a native workbench for CLI coding agents, and what you can do with it today.

Read Post