A calm agent multiplexer with familiar IDE features, for macOS.
If you run coding agents in VS Code or Cursor terminals, but you're tired of cmd+`'ing between windows and losing running agents to every restart, Tortie is for you. I built it to scratch my own itch. I don't want an agent super app, and I don't want to think about tmux. I just want all of my projects in one window and be able to easily organize and not lose my agent sessions.
Explore Tortie, read the docs and compare agent tools at tortie.sh →
Tortie includes 12 built-in CLI agent profiles you can run in durable sessions.
Claude Code
Codex
Cursor CLI
Gemini CLI
Qwen Code
Muse Code
Pi
Oh My Pi
CodeWhale
Antigravity
Droid
Grok
See launch, resume and conversation support for every agent →
Need another CLI? Add it with one JSON file—no rebuild required. Tortie asks before a new definition starts a process. The bundled SpecStory integration can capture supported conversations as Markdown.
- A full Git sidebar. Stage, commit, browse branches and history, and inspect a rich commit graph built from VS Code's parsers. See GitHub Actions runs when the GitHub CLI is installed.
- Click a file, see the diff. Monaco opens modified files as a diff against HEAD by default, and plain editing is a toggle away.
- A decorated file tree. See Git status colors and familiar file icons, then drag files in from Finder or out to another app.
- Search everything at once. ripgrep across every open project, fast on large trees.
- Rich previews. Markdown and HTML render in place. Untrusted pages open in a sandboxed frame with no scripts and no network.
- Context for every agent. See each agent's skills, MCP servers, hooks, plugins and instruction files, and install skills through Skills.sh.
- Open a folder on another Mac as a project tab. Add the machine in Settings. Tailscale works out of the box. The file tree, search,
⌘P, Git sidebar and GitHub Actions runs all read from that machine. - Run agents there. Start a session on the machine, see what is already running, and get it back after a restart with its resume command waiting.
- Editing is off until you switch it on. Pick one folder per machine in Settings. Tortie writes only under it. You get save, new folder and rename. There is no undo.
- Nothing gets installed over there. Tortie uses that machine's tmux over ssh, and can make and install a key for you.
Early because it has only been tested against Macs. The machine needs ssh, Remote Login on and tmux. Nothing in the code turns a Linux host away and the scripts handle both BSD and GNU tools, so a Linux VM should work, but has not been fully tested.
- It does not touch your own tmux server or
~/.tmux.conf, on this Mac or on a machine you add. - It does not render a key file or anything that looks like a secret as a friendly preview.
- It does not run third-party plugin code inside its own processes. Adding an agent is configuration, not code.
macOS on Apple silicon. Nothing has to be installed first. Tortie carries its own copy of tmux, so a fresh Mac needs no Homebrew and no command line setup.
- Download the latest release and open the DMG.
- Drag Tortie to Applications and open it.
- Point it at a project folder. A git repository gets the full sidebar; any folder works.
Tortie is deliberately assembled from open source rather than written from scratch. The code it owns is the durability layer and the glue.
- tmux holds the sessions. It is the reason your agents survive. Tortie ships its own copy, so the version is chosen by the release and not by whatever the machine happens to have.
- Electron is the window.
- xterm.js draws the terminals.
- Monaco is the editor, the same one inside VS Code.
- Pierre's @pierre/trees and @pierre/diffs render the file tree and the diffs.
- ripgrep runs the search.
- VS Code is the source of the vendored git parsers, fuzzy scorer, commit graph layout and codicons, all with attribution.
- material-icon-theme supplies the file icons.
- better-sqlite3 stores the session manifest.
- node-pty connects the shells.
- skills.sh installs and manages the skills behind the Context view.
- SpecStory captures agent conversations.
The full list with licenses is in NOTICE.
- Philosophy:
docs/ZEN-OF-TORTIE.md - Why Tortie is dependable:
WHY-TORTIE-IS-DEPENDABLE.md - Release notes:
CHANGELOG.md - Building from source and contributing:
DEVELOPMENT.md - License: Apache 2.0, see
LICENSEandNOTICE
Tortie is not affiliated with, endorsed by, or sponsored by any of the companies whose products it launches. All product names and logos are the property of their respective owners, and are used here only to identify the supported product.
Read the Tortie product documentation →
Made by gregce.
Your sessions are never interrupted.





