ai-14all
[stable]terminal-first shell for ai coding agents, session-per-worktree
what it does
ai-14all is a terminal-first Electron shell for AI coding agents. It keeps the active worktree, shell sessions, code inspection, and lightweight git review in one window without turning into a full IDE.
why
Agent-assisted work spreads across parallel worktrees. Juggling multiple shells, editors, and review tabs breaks flow. 14all collapses that into one window — one shell stack per worktree, one click to review, no ceremony.
# features
- git worktree session flow — one active worktree, fast switching
- embedded pty terminals per worktree (node-pty + xterm)
- monaco-powered read-only file view and lightweight diff review
- multi-workspace fast switching with persisted restore
- instant inline code review — highlight any line, leave a comment, agent picks it up and fixes in place
- keyboard shortcut registry with grouped help dialog
instant code review
Reviewing agent output usually means context-switching to GitHub, leaving line comments, waiting for the agent to read them back. 14all collapses that loop into the editor itself.
Highlight any line in the diff view, drop a comment inline, and the agent picks it up on its next turn — no PR round-trip, no copy-paste, no losing the spot in the file. Comments stay anchored to the code as the agent rewrites it.
download
Latest stable release: v0.1.2 — ai-14all-0.1.2-arm64.dmg
macOS Apple Silicon only, unsigned build. Right-click-Open on first launch to clear Gatekeeper.
Requirements: macOS on Apple Silicon (arm64). See the README on GitHub for the Gatekeeper workaround.
requirements
- macOS on Apple Silicon (arm64)
- Node ≥ 20, pnpm, git
- a local git repository with worktrees to drive the session flow
known limits
- unsigned build — Gatekeeper workaround required on first launch
- macOS / Apple Silicon only for now (no Intel, Windows, or Linux artifacts)
- no in-app auto-install; future versions will notify via a banner and hand off to the browser
# install
git clone git@github.com:ai-creed/ai-14all.git
cd ai-14all
pnpm install
pnpm dev