// deck
A minimal macOS terminal for running many agent CLIs side by side.
MITopen sourcemacOS 10.15+

Real PTY, real login shell
Every pane runs a real PTY through $SHELL -l — your PATH, aliases and dotfiles just work.
Split panes + layout presets
Split vertically or horizontally, drag to resize, save a named layout, restore it after restart.
Attention rail — knows which agent needs you
Every pane reports working/finished/needs attention/warning/error as a colored dot; ⌘⇧A jumps to the pane that needs you most.
Cmd+click opens a file straight in your editor
Hold ⌘ and click a path (with :line:col) to open it directly in VS Code, Cursor, Zed, or a custom command.
Local-first, no telemetry.
// Install
- Download the latest .dmg from Releases.
- Drag SpaceVibe Deck into Applications.
- First launch — the app isn't signed with an Apple Developer ID yet, so Gatekeeper will block it ("Apple could not verify…"). Click Done (not "Move to Trash").
Then either run xattr -cr "/Applications/SpaceVibe Deck.app" once, or open System Settings → Privacy & Security → Open Anyway.