搜尋

Tmux-IDE,開源代理優先的終端機IDE

嘿 HN,這是我為自己創建並想與社群分享的小型開源專案。它是一個聲明式、可編程、基於終端機的IDE,專注於代理工程。這聽起來有很多術語,但本質上它是一個你在終端機啟動的多代理IDE。為什麼這很重要?多虧了tmux和SSH,這意味著你有一個非常簡單高效的方式來創建自己的常駐編碼環境。透過SSH啟動你的IDE,給Claude一個提示,然後關閉你的機器。在tmux-ide中,Claude會繼續工作。這個工具特意設計得非常輕量,因為我認為力量應該來自你正在使用的工具套件。我希望與社群分享這個專案,並獲得反饋和建議來塑造這個專案!我認為「遠端工作」方向是正確的,因為我們現在可以進行極長時間的編碼任務。但我也認為我們應該能夠根據需要控制和協調這種體驗。這個專案100%開源,我希望與其他喜歡以這種方式工作的人一起塑造它!Github:https://github.com/wavyrai/tmux-ide 文件:https://tmux.thijsverreck.com/docs

  • AI 助理
  • 大型語言模型
  • 工作流程自動化
Mar 18, 2026造訪官網

AI 摘要

Tmux-IDE is an open-source, terminal-based IDE designed for agentic engineering, enabling always-on coding setups through tmux and SSH for long-running tasks.

適合誰

Developers using AI agents for coding, Remote developers, Users who prefer terminal-based workflows

為何值得關注

It provides a lightweight, scriptable environment for orchestrating and managing long-running AI-assisted coding tasks remotely.

核心功能

  • Declarative and scriptable terminal-based IDE
  • Agent-first focus for agentic engineering
  • Multi-agent IDE architecture
  • Leverages tmux and SSH for always-on coding setups

使用場景

  • A freelance developer can set up Tmux-IDE on a remote server, connect via SSH, and initiate a long-running code generation task with an AI agent. They can then disconnect, knowing the agent will continue working on the project, allowing them to efficiently manage their time and resources.
  • An open-source contributor can leverage Tmux-IDE to maintain a persistent development environment for a community project. By starting the IDE in the terminal and connecting remotely, they can allow AI agents to continuously test and refactor code, ensuring the project remains stable and up-to-date even when they are offline.
  • A researcher can use Tmux-IDE to orchestrate complex data analysis workflows. They can configure agents to process large datasets, run simulations, and generate reports, all within a terminal-based IDE accessible via SSH. This allows for uninterrupted agent execution and easy monitoring of progress.