Fix flaky auth retry test
test_refresh_token fails 1 in 20 runs; suspect clock skew in the mock.
# now shipping — Linux + Windows 11
TerminalTiler is a native desktop app that launches complete multi-terminal workspaces from reusable presets — split panes, per-tile commands, SSH profiles, and runbooks in one focused window.
Interactive demo — click any tile and type
~/core $ ls features/
TerminalTiler Core is the full MIT-licensed foundation. Launch split-pane terminal workspaces from reusable presets — fully offline, zero dependencies.
split/
Binary-tree layouts with horizontal and vertical splits at any depth. Resize by dragging the dividers between panes.
runbook/
Multi-step command sequences with template variables like {{workspace}} and {{user}}. Inject snippets into any tile at runtime.
Demo board: drag cards between columns, or focus a card and use the left and right arrow keys to move it.
test_refresh_token fails 1 in 20 runs; suspect clock skew in the mock.
Emit machine-readable output for the pipeline step.
No tasks
Replace the fixed 5s retry with capped exponential backoff + jitter.
No tasks
config.yml → config.toml, with a fallback shim for old files.
agent review — Looks solid. One nit: the fallback shim never logs which legacy keys it rewrote. Approving.
No tasks
Cold start dropped 4.1s → 0.3s.
Stops surprise Node minor bumps in CI.
No tasks
No tasks
board/
A five-column board — To Do, In Progress, In Review, Complete, Cancelled — lives in each project at .terminaltiler/board.json. Task cards carry notes, knowledge, and attachments; open the board beside your terminals with Ctrl+Shift+K. Fully local, no account required.
tile/
Every tile gets its own working directory, startup command, and agent label. Paths resolve relative to workspace root or absolute.
ssh/
Connection profiles for local, SSH (key auth stored in the OS keyring), and WSL2. Reconnect on network change with configurable retries.
cast/
Send input to all panes, named groups, or ad-hoc tile selections. Run snippets across matching panes in one keystroke.
scan/
Auto-detects Rust, Node.js, Python, Go, Docker, Terraform, and Ansible projects, then suggests the right workspace layout for your stack.
web/
Load dashboards, docs, or any URL beside your terminals with Linux WebKit and Windows WebView2 runtimes and configurable auto-refresh intervals.
save/
Save open tabs, workspace roots, presets, and zoom levels. Restore on launch or pick up exactly where you left off.
tray/
Minimize to the system tray on Linux and Windows. Restore your last workspace from the tray menu without re-launching the window.
agents/
Connect Claude Code or Codex and let them claim tasks, post progress notes and knowledge, then hand off for review — all on the same board you see.
mcp/
Every release ships terminaltiler-mcp, a local JSON-RPC server exposing board tools. The desktop UI and connected agents share one data model, so nothing drifts.
~/presets $ tt list
Three built-in presets get you running in seconds. Customize any tile — directories, commands, labels — and save it as your own.
solo-operator
A single primary terminal with a clean command deck for focused execution.
review-pair
Implementation on the left, verification on the right, with split ownership by directory.
delivery-fleet
Planner, implementation, and release terminals arranged for multi-step project execution.
~/pro $ tt activate
Everything in Core, plus Pro account activation, device registration, the private Pro Workflow Pack, and personal encrypted Cloud Sync Preview. Pro features are additive — Core stays MIT and fully functional. Team sharing and the broader Pro platform remain roadmap beta work.
When Individual beta sales open, activate this device and unlock the Pro desktop pack with personal encrypted Cloud Sync Preview. Workspace configuration downloads are not automatically applied by default during Preview.
Individual
14-day trial, then $4/mo for 3 paid months; renews at $8/mo. Yearly is $72 billed annually.
Team
Roadmap beta · checkout is not available
Enterprise
Contact for pricing
Roadmap, not included in the launch beta: Theme Editor, multi-machine session handoff, marketplace, AI suggestions, plugins, Team sharing, and SSO.
~/releases $ tt fetch --latest
Free and open source. MIT licensed. Pick your platform below — or build from source on GitHub.
curl -s https://api.github.com/repos/Zethrus/TerminalTiler/releases/latest \
| grep -om1 'https://[^"]*_amd64\.deb' | xargs curl -fsSLO
sudo apt install ./terminaltiler_*_amd64.deb