# 策展 · X (Twitter) 🔥🔥🔥

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 作者：Tibo (@thsottiaux) · 平台：X (Twitter) · 日期：2026-07-14

> 原始來源：https://x.com/thsottiaux/status/2076724023338389807

## 中文摘要

Open Interpreter 轉型為基於 Codex 的開源工具。

**專案核心定位**
Open Interpreter 是一個專為低成本模型優化的 Agent，目前已演進為基於 Codex 的 Rust 版本。該工具旨在透過模擬高效的 Agent harness，讓開發者能以更低的成本獲得卓越的程式開發效能。使用者可透過以下指令快速安裝：

- macOS 與 Linux：
  ```bash
  curl -fsSL https://www.openinterpreter.com/install | sh
  ```
- Windows：
  ```powershell
  irm https://www.openinterpreter.com/install.ps1 | iex
  ```
安裝後，僅需輸入 `i` 或 `interpreter` 即可啟動終端機工作階段。

**關鍵技術功能**
Open Interpreter 具備多項針對 Agentic 程式開發設計的強大功能：
- **harness 切換**：支援透過 `/harness` 指令切換多種執行框架，包含 `native`、`claude-code`、`zcode`、`kimi-cli`、`qwen-code`、`deepseek-tui` 及 `swe-agent` 等。
- **電腦操作能力**：內建 QA skill，可整合 [agent-browser](https://github.com/vercel-labs/agent-browser) 驅動網頁應用，或透過 [trycua](https://github.com/trycua/cua) 進行原生應用程式的測試與操作。
- **開發者友善整合**：支援 `exec`、MCP、skill 擴充、hooks 以及 `AGENTS.md` 配置，並能以 Agent Client Protocol (ACP) 模式在編輯器中執行。
- **安全性與狀態管理**：所有設定與 session 狀態均儲存在本地的 `~/.openinterpreter` 資料夾中，並提供原生沙盒環境以確保執行安全。

**資源與參考**
該專案目前以 Apache-2.0 授權開源，原有的 Python 版本已轉移至 [endolith/open-interpreter](https://github.com/endolith/open-interpreter) 由社群維護。更多技術細節可參考官方的 [終端機文件](https://www.openinterpreter.com/docs/terminal)、[harness 文件](https://www.openinterpreter.com/docs/terminal/harness) 以及 [模型供應商文件](https://www.openinterpreter.com/docs/terminal/providers)。

## 標籤

Agent, 開源專案, CLI, Harness, macOS, Linux, Windows, Bash, Open Interpreter, Codex, Rust
