LIVE · 00:00:00 · macOS arm64
// TERMYX_MANIFESTO_v1

The command center for every agent you run.

Termyx compiles the most essential tool for managing your AI coding agents and maintaining your codebase — one native macOS workspace with embedded terminals, live diffs, and instant worktree switching.

termyx — my-app/main ● Claude: running
Termyx workspace with sidebar, embedded terminal, and live changes panel
sidebar · projects
terminal · pty
changes · diff
scroll
// 001 · THESIS

One window. Every branch. Every agent.

Termyx is a native macOS workspace that manages multiple git worktrees with embedded terminals. Purpose-built for developers running parallel Claude Code sessions across branches — without juggling terminal tabs, window layouts, or stale diffs.

01 WORKTREES

Add a project. See every worktree.

Pick any git project with the native macOS file picker. Every worktree appears in a live tree. Switch between them instantly with Cmd + W fuzzy finder — state persists across sessions.

PROJECTS
my-app
main HEAD
feat/dashboard +12
fix/login-flow
api-server
marketing-site
02 TERMINALS

A full terminal per branch.

Each worktree gets its own independent set of terminals. Create with Cmd + N, switch with Cmd + 1–9. Full color, clickable links, drag-and-drop tab reordering.

claude-main claude-auth server +
Created 3 files
Modified 2 files
Tests passing (14/14)
npm run dev
ready on http://localhost:3000
03 LIVE DIFFS

Diffs that refresh while you work.

Polled every 2 seconds. Stage files with a checkbox. Expand context lines like GitHub. Preview images in diffs. You never run git status again.

Changes 3 files
src/auth.ts +42 −3
@@ -14,0 +15,4 @@
+ export function verifyToken(token: string) {
+ const decoded = jwt.verify(token);
+ return decoded;
+ }
src/middleware.ts +12 −8
README.md +4
04 AUTOCOMPLETE

Smart autocomplete suggestions.

Inline ghost text surfaces as you type, backed by a ranked dropdown of matches drawn from your shell history and file paths. Accept the right command in a single keystroke.

git checkout feat/auth
git checkout Switch branches
git cherry-pick Apply commit
git clean Remove untracked
Tab accept browse Esc dismiss
// 003 · LOADOUT

Everything a multi-branch day needs.

A complete native environment for parallel workflows.

Multi-Profile System

Create separate workspaces with custom names, colors, and themes. Switch instantly with Cmd+P. Open profiles in new windows.

Three-Panel Layout

Resizable sidebar, terminal, and detail panel. Vertical or horizontal. Collapse with one click.

Auto-Update

Cryptographically signed updates via GitHub releases. Install without closing the app.

Keyboard-First

12+ shortcuts. Cmd+W for worktrees, Cmd+N for terminals, Cmd+1–9 to jump between them.

Commit Timeline

Full commit history with hashes, authors, and timestamps. Track every change at a glance.

File Drag & Drop

Drag files from Finder to terminal — paths paste automatically. Works with native macOS pasteboard.

Smart Project Icons

Auto-detects icons from 50+ paths. React, Vue, Svelte, Next.js, Flutter, and more.

Agent Status

Track Claude Code session status per worktree. See what each agent is working on in real time.

// 004 · THEMES

Eight themes, calibrated.

From OLED black to Rose Pine Dawn. Dark, light, and back again — per profile.

Midnight #58A6FF
Slate #38BDF8
Deep Purple #818CF8
OLED Black #FFFFFF
Warm Ember #FB923C
Daylight #1F6FEB
Solarized #268BD2
Rose Pine #B4637A
// 005 · INPUT

Built for your hands.

Every action, one keystroke away. Mouse optional.

01 New terminal Cmd + N
02 Worktree switcher Cmd + W
03 Profile switcher Cmd + P
04 Switch terminal Cmd + 1–9
05 Toggle sidebar Cmd + B
06 Toggle panel Cmd + J
07 Clear terminal Cmd + K
08 Open settings Cmd + ,
09 Accept suggestion Tab
10 Force autocomplete Ctrl + Space
11 Close any modal Escape
// 006 · DEPLOY

Install Termyx. Start commanding.

Download the DMG, open a git project, and wire your Claude Code workflow into a single native workspace.

  • Code signed & notarized
  • Auto-updating
  • ARM64 + Intel
  • Offline autocomplete
Termyx © 2026