Install
$ agentstack add mcp-pugbread-terminal-64 ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Terminal 64
A canvas-based terminal emulator and AI workstation — run terminals, Claude Code or Codex agents, widgets, and more on an infinite pan/zoom canvas.
[](https://github.com/Pugbread/Terminal-64/actions) [](https://github.com/Pugbread/Terminal-64/releases) [](#license) [](https://tauri.app/) [](https://react.dev/) [](#install)
Features
- Terminals — multi-session PTYs (xterm.js + WebGL) on a free-form pan/zoom canvas with snap guides, pop-out windows, activity indicators, and session persistence.
- Provider-backed AI sessions — Claude Code and OpenAI Codex runtimes share the streaming chat UI, Monaco diff overlay, file tree, rewind/fork history, loop mode, and provider-specific permissions.
- MCP servers — live Model Context Protocol status and configuration per session.
- Multi-agent delegation —
/delegatesplits work across parallel provider-backed agents with shared team chat and auto-merge back into the parent session. - Widgets — build HTML/CSS/JS panels with a 40+ command
postMessagebridge (shell, filesystem, terminals, AI sessions, browser, pub/sub, persistent state) plus hot reload. - Skills — reusable AI instruction sets stored in
~/.terminal64/skills/, spawned with the target project as CWD. - Party mode — system audio capture → FFT → audio-reactive equalizer bars, edge glow, and theme-locked or rainbow color cycling.
- Browser panels — embedded native webviews positioned on the canvas with URL bar and navigation controls.
- Discord bot — optional session ↔ channel sync for remote access.
- Command palette, quick pastes, AI prompt rewriter, 8 built-in themes, AI-generated Quick Theme.
Install
Prebuilt binaries are published on the Releases page.
| Platform | Download | |---|---| | macOS (Apple Silicon / Intel) | .dmg | | Linux (x8664) | .AppImage | | Windows (x8664) | .msi |
> Unsigned builds may require you to bypass OS gatekeepers on first launch (e.g. right-click → Open on macOS).
Dev Setup
Prerequisites
- Rust stable
1.77.2+ - Node.js
v18+ - macOS: Xcode Command Line Tools (
xcode-select --install) - Windows: Visual Studio Build Tools with C++ workload
- Linux: standard Tauri v2 deps (
webkit2gtk-4.1,libayatana-appindicator, etc. — see Tauri prerequisites)
Run
git clone https://github.com/Pugbread/Terminal-64.git
cd Terminal-64
npm install
npm run tauri dev
Production build
npm run tauri build
Outputs a native executable and platform installer under src-tauri/target/release/bundle/.
Architecture
Terminal 64 is a Tauri v2 desktop app: a Rust backend (src-tauri/src/) manages PTYs, the provider registry for Claude CLI and OpenAI Codex runtimes, the Discord bot, MCP permission server, audio capture, widget HTTP server, and native browser children; a React 19 + TypeScript frontend (src/) renders the canvas, xterm.js terminals, provider-backed chat, Monaco overlays, widgets, and party-mode visuals. Communication flows via Tauri IPC (invoke + event emitters), with Zustand stores providing persisted client state. For a full module-by-module breakdown — PTY lifecycle, provider runtime/event normalization, delegation orchestration, widget bridge, party-mode audio pipeline, design conventions, and user-data paths — see [CLAUDE.md](CLAUDE.md).
Keyboard Shortcuts
| Shortcut | Action | |---|---| | Ctrl+Shift+P | Command palette | | Ctrl+V | Paste | | Ctrl+C | Copy selection / interrupt | | Ctrl+A | Select all | | Ctrl+Backspace | Delete word | | Ctrl+Scroll | Zoom canvas |
Contributing
Issues and PRs welcome. See [.github/ISSUE_TEMPLATE/](.github/ISSUE_TEMPLATE/) for bug report and feature request forms, and [SECURITY.md](SECURITY.md) for reporting vulnerabilities.
License
[MIT](LICENSE) © Pugbread
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Pugbread
- Source: Pugbread/Terminal-64
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.