# now shipping — Linux + Windows 11

Terminal workspaces, launched right

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.

Download Core View source

MIT license open source fully offline core

Templates Atlas Delivery MCP Health Fullscreen
Atlas Delivery Alerts (0) Broadcast Off Runbook Open Board ~/projects/atlas-api
Planner Route Control local • OpenAI Codex
>_ OpenAI Codex (v0.31.0)
model: gpt-5-codex high
directory: ~/projects/atlas-api
permissions: YOLO mode
Tip: Use /mcp to list configured MCP tools.
add an index on orders.status
gpt-5-codex · main · Context 100% left
Build Execution Bay local • Claude Code
✻ Claude Code v2.1.4
Opus 5 · Claude Pro
~/projects/atlas-api/src
❯ /clear
❯ /mcp
add retry with backoff to the fetch client
Opus 5 · main · Context 92% left
Release Launch Control local • atlas-api
dev@atlas ~/projects/atlas-api
$ git status
On branch main
Changes not staged for commit:
modified: src/client.rs
$
QA Test Bench local • tests
dev@atlas ~/projects/atlas-api/tests
$ cargo test --workspace
running 24 tests
........................
test result: ok. 24 passed
$

Interactive demo — click any tile and type

~/core $ ls features/

Everything you need. Nothing you don't.

TerminalTiler Core is the full MIT-licensed foundation. Launch split-pane terminal workspaces from reusable presets — fully offline, zero dependencies.

split/

Recursive split layouts

Binary-tree layouts with horizontal and vertical splits at any depth. Resize by dragging the dividers between panes.

runbook/

Runbooks & snippets

Multi-step command sequences with template variables like {{workspace}} and {{user}}. Inject snippets into any tile at runtime.

demo-project/board.json 1 active · 1 review

Demo board: drag cards between columns, or focus a card and use the left and right arrow keys to move it.

To Do 2

Fix flaky auth retry test

test_refresh_token fails 1 in 20 runs; suspect clock skew in the mock.

Add --json flag to export CLI

Emit machine-readable output for the pipeline step.

In Progress 1

Refactor websocket reconnect loop

Replace the fixed 5s retry with capped exponential backoff + jitter.

2 notes
In Review 1

Migrate config parser to TOML

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.

1 comment
Complete 2

Cache dependency graph between runs

Cold start dropped 4.1s → 0.3s.

Pin CI runner image digest

Stops surprise Node minor bumps in CI.

Cancelled 0

No tasks

board/

Kanban board, built in

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/

Per-tile commands

Every tile gets its own working directory, startup command, and agent label. Paths resolve relative to workspace root or absolute.

ssh/

SSH + WSL + local

Connection profiles for local, SSH (key auth stored in the OS keyring), and WSL2. Reconnect on network change with configurable retries.

cast/

Broadcast commands

Send input to all panes, named groups, or ad-hoc tile selections. Run snippets across matching panes in one keystroke.

scan/

Project introspection

Auto-detects Rust, Node.js, Python, Go, Docker, Terraform, and Ansible projects, then suggests the right workspace layout for your stack.

web/

Web tiles

Load dashboards, docs, or any URL beside your terminals with Linux WebKit and Windows WebView2 runtimes and configurable auto-refresh intervals.

save/

Session restore

Save open tabs, workspace roots, presets, and zoom levels. Restore on launch or pick up exactly where you left off.

tray/

System tray

Minimize to the system tray on Linux and Windows. Restore your last workspace from the tray menu without re-launching the window.

agents/

Agents work the board

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/

Bundled MCP server

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

Start from a template, not a blank screen.

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.

focusedcodex

review-pair

Implementation on the left, verification on the right, with split ownership by directory.

pairingreview

delivery-fleet

Planner, implementation, and release terminals arranged for multi-step project execution.

fleetreleasepremium

~/pro $ tt activate

Your workspace, everywhere.

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.

Activated Pro desktop + Cloud Sync Preview

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.

  • Activation key + device registration
  • Unlimited activated devices during beta
  • Encrypted Cloud Sync Preview
  • Private Pro Workflow Pack
  • Direct beta support
  • Early access builds
  • 14-day free trial
  • Team sharing on the roadmap
$4

per month · first 3 paid months
14-day trial, then $8/mo · yearly $72

Compare plans

Team

$6/user/mo

Roadmap beta · checkout is not available

  • Everything in Individual
  • Roadmap: team sharing for layouts and packs
  • Roadmap: shared team boards
  • Roadmap: shared portable workflow content
  • Roadmap: owner and admin dashboard
  • Roadmap: invitation and seat controls

Enterprise

Custom

Contact for pricing

  • Roadmap: SSO / SAML integration
  • Roadmap: staffed support SLA
  • Roadmap: on-premise deployment
  • Volume licensing
Contact Sales

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

Get TerminalTiler Core.

Free and open source. MIT licensed. Pick your platform below — or build from source on GitHub.

$ install — Debian / Ubuntu
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
View all releases on GitHub