l0ng-ai/tty7:從 README 釐清功能入口、限制與導入條件
純 Rust 的終端機工作台:shell、持久性會話、SSH、編碼代理程式。 GPU 在 Alacritty 的 Zed gpui、VT 核心上進行渲染。
秒懂
- 它是什麼?
- A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.。本文依 l0ng-ai/tty7 官方 README 整理命令、資料流、版本和授權邊界。
- 適合誰用?
- tty7 適合工作需求與 README 明確範圍相符,且能管理 l0ng-ai/tty7 的依賴、權限與外部服務的人員;不適合把文件未說明的效能、相容性或安全結果當成承諾。先用 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 建立最小案例,對照輸入、輸出、錯誤與版本,再決定是否納入正式流程。
- 可以商用嗎?
- 可以。Apache-2.0 是寬鬆授權:你可以使用、修改並販售以它為基礎的軟體,只需保留著作權與授權聲明。
- 還在維護嗎?
- 有在維護。儲存庫最近一次提交在 1 天前。
- 用什麼語言寫的?
- 主要是 Rust(依據 GitHub 的語言統計)。
以上回答依據專案的 GitHub 資料(最近同步於 2026年9月19日)與我們的分析,不構成法律意見。
開源專案深度解析
tty7:README 宣告的責任邊界
tty7(l0ng-ai/tty7)的 README 將專案範圍寫成「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.」。這一節從「README 宣告的責任邊界」切入,並把判斷限縮在 README 和倉庫資料可直接核對的內容。舊稿提到的 專案定位 l0ng-ai/tty7 的 README 將專案描述為「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GP 只能作為線索,不能替代目前素材中的原文。README 片段:<div align="center"> ### tty7 A terminal workbench: persistent sessions, remote work, agents. <sub>Pure Rust · GPU rendering on Zed's gpui · VT core from Alacritty</sub> <br /> [](https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml) [](https://github.com/l0ng-ai/tty7/releases) [](https://github.com/l0ng-ai/tty7/releases) [](LICENSE) [](https://discord.gg/s3dethqz2V) <sub>English · [简体中文](README.zh-CN.md)</sub> <br /> </div> ## Why A background server owns your shells and panes , not the window. Everything below follows from that. - Performance , ~2× the throughput of Alacritty, Ghostty, or Kitty ([benchmarks](#benchmarks)) - Persistent sessions , quit or reboot; your shells and supported agent sessions keep running, no tmux - Agent-aware , Claude Code, Codex & co.: status, notifications, and git context for every repo at once - Scrip
l0ng-ai-tty7-deep-analysis-S1:對實際使用者而言,tty7 的價值在於它把哪些輸入接到哪些輸出,以及哪些工作仍由外部服務、作業系統或開發者負責。文件列出的 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 應逐項對照;README 沒有說明的效能、相容性、權限預設值和支援承諾,本文不延伸成保證。這個界線對 l0ng-ai/tty7 很具體,因為同一個命令換到不同版本或平台後,依賴、憑證、資料格式和錯誤處理都可能改變。
l0ng-ai-tty7-deep-analysis-S1:第 1 節的核驗焦點是 tty7 的 README 宣告的責任邊界:可在隔離環境執行 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 中與本節相關的入口,記下命令列、輸入檔、輸出檔、錯誤碼和 main 分支版本。若 tty7 需要模型、網路、資料庫、GPU、SSH 或其他服務,應把該條件和產物一併記錄,觀察結果是否真的符合 README 的這一項描述。這不是把一次成功當成普遍結論,而是針對 tty7 自身的輸入與輸出留下可追溯證據。
tty7:第一個可執行入口
tty7(l0ng-ai/tty7)的 README 將專案範圍寫成「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.」。這一節從「第一個可執行入口」切入,並把判斷限縮在 README 和倉庫資料可直接核對的內容。舊稿提到的 U-rendered on Zed's gpui, VT core from Alacritty.」。本文只整理倉庫可直接核對的內容,不把 star、Fork 或宣傳語當成品質證明。README 在「tty7」下寫到:A terminal 只能作為線索,不能替代目前素材中的原文。README 片段:f a task, waits, and reads the result, with or without the GUI running - Editor-grade input , suggestions, completion, highlighting, history search, with no plugin to install - Remote development , files, repos, panes, and git data stay on the remote machine, over a native SSH stack - Git beside the terminal , source control, diffs, and worktrees without leaving the window ## Install Native builds for macOS, Windows, and Linux on [Releases](https://github.com/l0ng-ai/tty7/releases): | | | | |---|---|---| | macOS | `…-macos-arm64.dmg` · `…-x8664.dmg` | drag into Applications | | Windows | `…-setup.exe` · portable `….zip` | | | Linux | `…-x8664.AppImage` | `chmod +x` and run , X11/Wayland libraries bundled | ## What's inside | | | |---|---| | Agent-aware | per-pane detection (19 CLIs) · status dot · notifications · branch + diff · tray icon
l0ng-ai-tty7-deep-analysis-S2:對實際使用者而言,tty7 的價值在於它把哪些輸入接到哪些輸出,以及哪些工作仍由外部服務、作業系統或開發者負責。文件列出的 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 應逐項對照;README 沒有說明的效能、相容性、權限預設值和支援承諾,本文不延伸成保證。這個界線對 l0ng-ai/tty7 很具體,因為同一個命令換到不同版本或平台後,依賴、憑證、資料格式和錯誤處理都可能改變。
l0ng-ai-tty7-deep-analysis-S2:第 2 節的核驗焦點是 tty7 的 第一個可執行入口:可在隔離環境執行 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 中與本節相關的入口,記下命令列、輸入檔、輸出檔、錯誤碼和 main 分支版本。若 tty7 需要模型、網路、資料庫、GPU、SSH 或其他服務,應把該條件和產物一併記錄,觀察結果是否真的符合 README 的這一項描述。這不是把一次成功當成普遍結論,而是針對 tty7 自身的輸入與輸出留下可追溯證據。
tty7:資料流與核心元件
tty7(l0ng-ai/tty7)的 README 將專案範圍寫成「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.」。這一節從「資料流與核心元件」切入,並把判斷限縮在 README 和倉庫資料可直接核對的內容。舊稿提到的 workbench: persistent sessions, remote work, agents.。這說明的是專案邊界,不是已完成的生產驗證。 適用場景 從 README 的「Why」與相關條目,可以先判斷它是否處理你的實際問題:Pe 只能作為線索,不能替代目前素材中的原文。README 片段:ped by repository | | CLI + Skills | bundled `tty7` CLI · [agent skill](skills/tty7/SKILL.md) · `run` streams a command and exits with its code · `split` · `send` · `wait --until free` · `capture` | | Editor-grade input | ghost suggestions from history · explained tab completion · syntax highlighting · multi-line editing · click places the caret · <kbd>⌃ R</kbd> fuzzy history | | Window | tabs & splits · <kbd>⌘ P</kbd> palette · <kbd>⌘ F</kbd> scrollback search · <kbd>⌘ J</kbd> panel with process tree and listening ports · 13 themes, your own YAML, iTerm2 import · IME | | Shell integration | injected when a pane starts, nothing to install · prompt marks · working directory · exit codes · command-finished notifications · zsh, bash, fish, PowerShell, WSL, remote panes | | Remote workspaces | remote files, repos, changes, diffs, worktrees, t
l0ng-ai-tty7-deep-analysis-S3:對實際使用者而言,tty7 的價值在於它把哪些輸入接到哪些輸出,以及哪些工作仍由外部服務、作業系統或開發者負責。文件列出的 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 應逐項對照;README 沒有說明的效能、相容性、權限預設值和支援承諾,本文不延伸成保證。這個界線對 l0ng-ai/tty7 很具體,因為同一個命令換到不同版本或平台後,依賴、憑證、資料格式和錯誤處理都可能改變。
l0ng-ai-tty7-deep-analysis-S3:第 3 節的核驗焦點是 tty7 的 資料流與核心元件:可在隔離環境執行 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 中與本節相關的入口,記下命令列、輸入檔、輸出檔、錯誤碼和 main 分支版本。若 tty7 需要模型、網路、資料庫、GPU、SSH 或其他服務,應把該條件和產物一併記錄,觀察結果是否真的符合 README 的這一項描述。這不是把一次成功當成普遍結論,而是針對 tty7 自身的輸入與輸出留下可追溯證據。
tty7:整合和設定的實際限制
tty7(l0ng-ai/tty7)的 README 將專案範圍寫成「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.」。這一節從「整合和設定的實際限制」切入,並把判斷限縮在 README 和倉庫資料可直接核對的內容。舊稿提到的 rsistent sessions , quit or reboot; your shells and supported agent sessions keep running, no tmux。若需求不同,不應只因專案熱度就採用。本文保 只能作為線索,不能替代目前素材中的原文。README 片段:you left off | | SSH | native russh stack: profiles with keychain secrets · SFTP panel · port forwarding · jump hosts · one-time, unprivileged `tty7-server` install | | Git | panel follows the focused pane · stage, commit, amend, branch, push, stash · side-by-side or unified diffs · commit graph with cherry-pick, revert, and reset · a new worktree opens its own tab | ## Supported agents Detection is free: brand avatar, branch + diff, tab title. Status takes one click under Settings → Agents to install that agent's hook, and brings the status dot, notifications, the tray icon, `tty7 wait`, and resume after a reboot. Fork needs both , the agent's own fork command, and the hook that tells tty7 which session to fork. <details> <summary>The full support matrix, all nineteen</summary> | Agent | Detected | Status · resume | Fork | |---|:-:|:-:|:
l0ng-ai-tty7-deep-analysis-S4:對實際使用者而言,tty7 的價值在於它把哪些輸入接到哪些輸出,以及哪些工作仍由外部服務、作業系統或開發者負責。文件列出的 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 應逐項對照;README 沒有說明的效能、相容性、權限預設值和支援承諾,本文不延伸成保證。這個界線對 l0ng-ai/tty7 很具體,因為同一個命令換到不同版本或平台後,依賴、憑證、資料格式和錯誤處理都可能改變。
l0ng-ai-tty7-deep-analysis-S4:第 4 節的核驗焦點是 tty7 的 整合和設定的實際限制:可在隔離環境執行 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 中與本節相關的入口,記下命令列、輸入檔、輸出檔、錯誤碼和 main 分支版本。若 tty7 需要模型、網路、資料庫、GPU、SSH 或其他服務,應把該條件和產物一併記錄,觀察結果是否真的符合 README 的這一項描述。這不是把一次成功當成普遍結論,而是針對 tty7 自身的輸入與輸出留下可追溯證據。
tty7:版本與維護訊號
tty7(l0ng-ai/tty7)的 README 將專案範圍寫成「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.」。這一節從「版本與維護訊號」切入,並把判斷限縮在 README 和倉庫資料可直接核對的內容。舊稿提到的 留原始專案名、命令與元件名,方便回到一手來源核對。 README 另外列出一項可核對的資訊:Performance , 2× the throughput of Alacritty, Ghostty, or Kitty (benchmark 只能作為線索,不能替代目前素材中的原文。README 片段:nCode | | | | | Oh My Pi | | | | | Droid | | | | | Qwen Code | | | | | Goose | | | | | Gemini | | | | | Copilot | | | | | Kimi Code | | | | | Pi | | | | | Aider | | | | | Amp | | | | | Cursor | | | | | Auggie | | | | | Hermes | | | | | Vibe | | | | | Antigravity | | | | </details> None of them are wrapped or proxied , the agent you start is the agent you get, in a normal PTY, with its own interface. An agent launched through a wrapper script can be mapped to one by name with `agentcommands` in `config.json`. ## Documentation Full documentation lives in [`docs/`](docs/) , [keyboard shortcuts](docs/reference/keyboard-shortcuts.mdx) · [config.json](docs/reference/configuration.mdx) · [CLI reference](docs/cli/reference.mdx). The agent-facing CLI interface is also documented in [skills/tty7/SKILL.md](skills/tty7/SKILL.md). Install the skill wi
l0ng-ai-tty7-deep-analysis-S5:對實際使用者而言,tty7 的價值在於它把哪些輸入接到哪些輸出,以及哪些工作仍由外部服務、作業系統或開發者負責。文件列出的 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 應逐項對照;README 沒有說明的效能、相容性、權限預設值和支援承諾,本文不延伸成保證。這個界線對 l0ng-ai/tty7 很具體,因為同一個命令換到不同版本或平台後,依賴、憑證、資料格式和錯誤處理都可能改變。
l0ng-ai-tty7-deep-analysis-S5:第 5 節的核驗焦點是 tty7 的 版本與維護訊號:可在隔離環境執行 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 中與本節相關的入口,記下命令列、輸入檔、輸出檔、錯誤碼和 main 分支版本。若 tty7 需要模型、網路、資料庫、GPU、SSH 或其他服務,應把該條件和產物一併記錄,觀察結果是否真的符合 README 的這一項描述。這不是把一次成功當成普遍結論,而是針對 tty7 自身的輸入與輸出留下可追溯證據。
tty7:專案化核驗路徑
tty7(l0ng-ai/tty7)的 README 將專案範圍寫成「A terminal workbench in pure Rust: shells, persistent sessions, SSH, coding agents. GPU-rendered on Zed's gpui, VT core from Alacritty.」。這一節從「專案化核驗路徑」切入,並把判斷限縮在 README 和倉庫資料可直接核對的內容。舊稿提到的 s。這類原文條目可用來設計試跑步驟,但不能取代實際環境測試。 運作方式 README 將運作方式分散在「What's inside」等段落。可確認的線索包括:| | | |---|---| | Editor-grade input | gh 只能作為線索,不能替代目前素材中的原文。README 片段:ate tty7 # update later ``` ## Benchmarks Same machine, same day, same 155×40 grid , Apple M1 Pro, macOS 26.3.1, five-run averages (2026-07-04): | | tty7 | Alacritty | Ghostty | Kitty | |---|---:|---:|---:|---:| | Plaintext I/O , 11 MB `cat` <sub>(lower = better)</sub> | 95 ms | 239 ms | 179 ms | 185 ms | | [DOOM-fire](https://github.com/const-void/DOOM-fire-zig) frame rate <sub>(higher = better)</sub> | 888 fps | 485 fps | 552 fps | 617 fps | | Cold-launch memory | 116 MB¹ | 105 MB | 128 MB | 130 MB | <sub>¹ GUI 105 MB + the persistent server 11 MB.</sub> Methodology and one-command reproduction: [`scripts/bench/`](scripts/bench/README.md). --- <div align="center"> <sub> Built on [gpui](https://github.com/zed-industries/zed) and [`alacrittyterminal`](https://github.com/zed-industries/alacritty) · [Apache-2.0](LICENSE) · [Discord](https:/
l0ng-ai-tty7-deep-analysis-S6:對實際使用者而言,tty7 的價值在於它把哪些輸入接到哪些輸出,以及哪些工作仍由外部服務、作業系統或開發者負責。文件列出的 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 應逐項對照;README 沒有說明的效能、相容性、權限預設值和支援承諾,本文不延伸成保證。這個界線對 l0ng-ai/tty7 很具體,因為同一個命令換到不同版本或平台後,依賴、憑證、資料格式和錯誤處理都可能改變。
l0ng-ai-tty7-deep-analysis-S6:第 6 節的核驗焦點是 tty7 的 專案化核驗路徑:可在隔離環境執行 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 中與本節相關的入口,記下命令列、輸入檔、輸出檔、錯誤碼和 main 分支版本。若 tty7 需要模型、網路、資料庫、GPU、SSH 或其他服務,應把該條件和產物一併記錄,觀察結果是否真的符合 README 的這一項描述。這不是把一次成功當成普遍結論,而是針對 tty7 自身的輸入與輸出留下可追溯證據。
編輯結論
tty7 適合工作需求與 README 明確範圍相符,且能管理 l0ng-ai/tty7 的依賴、權限與外部服務的人員;不適合把文件未說明的效能、相容性或安全結果當成承諾。先用 https://github.com/l0ng-ai/tty7/actions/workflows/ci.yml;https://github.com/l0ng-ai/tty7/releases;https://github.com/l0ng-ai/tty7/releases;https://discord.gg/s3dethqz2V;https://github.com/l0ng-ai/tty7/releases 建立最小案例,對照輸入、輸出、錯誤與版本,再決定是否納入正式流程。
社群筆記