Tty7 — Development skill for Claude Code
A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents.
How to install Tty7
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open yetone/tty7 and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Tty7 does
A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Claurst — Your favorite Terminal Coding Agent, now in Rust 9.2k ★
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
README
tty7
**A terminal workbench: shells, sessions, SSH, coding agents.**
Pure Rust · GPU rendering on Zed's gpui · VT core from Alacritty
[](https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml) [](https://github.com/l0ng-ai/tty7/releases) [](LICENSE) [](https://discord.gg/s3dethqz2V)
English · [简体中文](README.zh-CN.md)
Why
- Fast — ~2× the throughput of Alacritty, Ghostty, or Kitty (benchmarks)
- Sessions persist — quit or reboot; your shells keep running, no tmux
- Editor-grade input — completion, syntax highlighting, history search built in; zero config for zsh, bash, fish, PowerShell
- Agent-aware — recognizes Claude Code & co. in a pane: status, notifications, session resume
Install
Native builds for each platform on [**Releases**](https://github.com/l0ng-ai/tty7/releases):
| macOS | …-macos-arm64.dmg · …-x86_64.dmg |
drag into Applications |
| Windows | …-setup.exe · portable ….zip |
|
| Linux | …-x86_64.AppImage |
chmod +x and run — x11/wayland libs bundled |
What's inside
| Input | ghost suggestions from history · explained tab completion · syntax highlighting · multi-line editing · click places the caret · ⌃ R fuzzy history |
| Window | tabs & splits · ⌘ P palette · ⌘ F scrollback search · nine themes · IME |
| Coding agents | per-pane agent detection (~17 CLIs): status dot, notifications, branch + diff, resume after reboot, tray icon that signals "needs your |
Related Skills
OpenSquirrel
For people who get distracted by agents. A native Rust/GPUI control plane for running Claude Code, Codex, Curs
Claude Code CLI Acp
ACP adapter for the real Claude Code CLI: Rust PTY bridge for Zed and other Agent Client Protocol clients.
Alethe Agents
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with r
Omarchy Nebius
Need a bigger GPU? Nebius cloud GPUs from Omarchy: capacity, VM launch, SSH, and Codex + Claude Code tools.
Sim Plugin Workbench
Use Codex and Claude Code with Ansys Workbench via sim-cli: journals, project inspection, persistent sessions,
Agentburn Gui
Profileur local et natif de la consommation des agents de code : Claude Code, Codex, Gemini, opencode, OpenCla
Related Agents
9remote
Long-running AI coding sessions keep working after you leave the desk, but checking on them from a phone usual
Terminal
Terminal/PTY domain - multiplexed terminal sessions with xterm.js frontend and Rust PTY backend. Use proactive
Review Correctness
Reviews a Rust diff for correctness and runtime safety — logic errors, missing edge cases, error handling and