Fold is a lightweight, terminal-first IDE for macOS, built for one specific job: running several AI coding agents in parallel on the same project, and reviewing what they did.
It is an Electron desktop app. One window per project. No login, no cloud, no extensions, no language server.
If you run 2–6 agents at once — Claude Code and friends — you end up juggling Terminal.app tabs to watch them and a separate editor to check their work. Fold collapses that into one window:
Terminals are the main stage. Sessions are cheap to create, name, kill and split. Everything else in the app exists to support what's running in them.
Review, don't just run. The git panel exists so agent output is inspectable — see the diff, stage, commit, push — without leaving the app.
Boring, native-feeling speed. Instant launch. No LSP, no extensions, no cloud, no login. It should feel like a terminal, not like an IDE booting.
Minimal surface. Every dependency is sanctioned in the design docs. The UI chrome is vanilla TypeScript — no framework.
cmux — the session sidebar and the parallel-agents workflow. Fold takes the multi-session model and skips the cloud and orchestration layers.
VS Code — the open-folder model, the layout grammar (activity bar / sidebar / editor / panel / status bar), and the Source Control panel. Fold takes the grammar; it is explicitly not trying to be VS Code.
| Page | What's in it |
|---|---|
| Getting started | First run, opening a project, the layout, your first session |
| Sessions | The terminal model — panes, splits, state, terminal links |
| Files and editor | The explorer, quick-open, the editor and its limits |
| Git panel | Changes, diffs, branches, worktrees, history |
| Search | One panel, three scopes: this file, the terminal, all files |
| Workspaces | Multiple projects as tabs, and what switching re-roots |
| Settings | Appearance and terminal preferences, and what isn't configurable |
| Keyboard shortcuts | The full key reference |
| Terminal setup | The optional shell setup, and the single-line prompt rule |
Elsewhere: Install and Release notes.