Lanes

Lanes

Ship Faster and Better with Parallel Agents

wjx
@wjx
Published on Apr 30, 2026
Visit site
11 PeerPush
🥇
Ranked #1
Product of the Week
PeerPush

Details

Pricing
Freemium
Platforms
WebDesktopMCP

Discovery signals

How AI and people discover Lanes on PeerPush

Last AI readLast AI readHow long ago an AI crawler last read this listing.
41 hours ago
  • ChatGPT
  • Perplexity
  • Claude

8 AI crawlers in the last 30 days

Time since an AI crawler last read this listing. 8 AI crawlers read it in the last 30 days.
Community award May 4, 2026Community awardA Product of the Day, Week, or Month award this product won from the community.
#1 Product of the Week

May 4, 2026

About Lanes

One board. Many agents. No conflicts. Lanes is a native macOS workspace that lets you run Claude Code, Codex, Gemini CLI, and other agentic coding tools side by side, each in its own isolated environment, all coordinated through a single issue board. Instead of juggling terminal tabs and praying nothing collides on `main`, you drag work cards through Planning, Implementation, Review, and Done while agents run in parallel underneath. It's the difference between supervising one agent and running a small team of them. # The problem it solves AI coding tools have outpaced the workflows around them. The moment you try running three or four agents at once, the cracks show: terminal sprawl, branch collisions on shared files, lost conversation history after a restart, and lock-in to whichever CLI you started with. Lanes treats parallel agent coding as a first-class workflow rather than a hack on top of tmux. # Key features - **Issue board built for agents.** Kanban columns for Backlog, Planning, Implementation, Review, and Done. Each card is a unit of work with an attached agent session. Multi-select, board tabs, and context menus keep multi-project work organized. - **Real PTY terminals.** Every session runs in a real shell with your dotfiles, aliases, and config. Lanes orchestrates your CLI tools — it doesn't replace them. - **Auto-managed git worktrees.** Each session gets an isolated worktree with a generated branch name. Two agents touching the same files never collide. Cleanup is automatic. - **Resume without losing context.** Restart your machine and Lanes restores Claude Code sessions with full conversation history. - **Side-by-side git review.** Working tree changes and commit history in one view, with a Monaco inline diff viewer and auto branch detection. - **File browser and editor.** Sidebar tree, tabbed Monaco editor, syntax highlighting, save on Cmd+S — enough to fix things without leaving the app. - **Dependencies.** Link issues with cycle detection. Blocked issues unlock automatically when prerequisites hit Done. - **Labels, filters, and quick commands.** Thirteen-color labels, filter by label/directory/step, and Cmd+Alt+1–9 shortcuts for CLI or terminal commands. - **Lanes MCP (research preview).** A local MCP server lets agents drive the board itself — list issues, triage, create sessions, update status from chat. # What makes it different Most AI coding tools focus on the model. **Lanes focuses on the workflow**: the bottleneck for power users isn't the model anymore, it's the surrounding infrastructure of branches, terminals, context, and review. - **Tool-agnostic.** Not a Claude Code skin. Run any CLI; swap mid-project without changing your workflow. - **Parallelism by default.** Worktree-per-session is the primitive, not a tutorial. - **Native macOS app**, not a web tab. Real terminals, real performance. - **Workflow-aware, not just session-aware.** The kanban model gives agents status, dependencies, and review — abstractions the terminal never had. - **Local-first.** Your repos, sessions, and MCP server stay on your machine. # Real outcomes - **Ship 2–4× more work in the same hours** by running independent tasks in parallel — and stop losing minutes per context switch. - **Eliminate worktree and branch hygiene** as a category of overhead. No orphaned branches, no two-agents-on-main disasters. - **Recover gracefully from interruptions.** Close the laptop, come back, resume, including agent conversation history. - **Review with confidence.** Per-session diffs mean you actually look at what changed before merging. - **Avoid vendor lock-in.** When the next better CLI ships, adopt it without rebuilding your setup. - **Delegate at the right granularity.** Break features into 4–8 cards, assign each to the best-suited agent. # Get started ``` brew install --cask lanes-sh/lanes/lanes && open -a Lanes ``` Requires macOS Ventura or later. Native on Apple Silicon and Intel. Point it at a repo, create a few issues, start a session, then start a second one and watch them run in parallel on separate worktrees. That's the moment the workflow clicks.

Screenshots

Screenshot 1 of Lanes
Screenshot 2 of Lanes
Screenshot 3 of Lanes

Reviews (1)

Average 5.0 out of 5

5.0

Based on 1 review

5
1
4
0
3
0
2
0
1
0

Comments (3)

chaudharyarun5797

Parallel agents for faster shipping is a really smart approach to accelerating development.

C
@conrad

Congratulations. Great stuff

simon8018
@simon8018

Looks very interesting, I'll give this a go today.