Open Interpreter の GitHub リポジトリ更新
Open Interpreter は低コストモデルに最適化されたコーディングエージェントとして、特に最新のパフォーマンスを持つ Kimi K3 モデルの Rust 実装をサポートし、コード生成と実行の効率性を大幅に向上させた。
キーポイント
低コストモデルへの最適化
Open Interpreter は、高価な大規模言語モデルではなく、低コストで動作するモデルを最適化したコーディングエージェントとして設計されている。
Kimi K3 モデルのサポート強化
本日、Kimi Code のハッチを Rust で再実装し、Codex 風のインターフェースで最大限のパフォーマンスを発揮する Kimi K3 モデルへの対応を開始した。
オープンソースとコミュニティ
Apache-2.0 ライセンスの下で GitHub で公開され、Discord を通じた活発なコミュニティサポートとドキュメントが提供されている。
クロスプラットフォーム対応のインストール方法
macOS と Linux では curl を使用し、Windows では PowerShell の irm コマンドを使用して、それぞれ専用のスクリプトでワンクリックインストールが可能です。
低コストモデル向けエージェントハネスの活用
OpenAI Codex のフォークであり、安価なモデルでも最大限のパフォーマンスを引き出すために設計されたエージェントハネスをエミュレートする機能を備えています。
ACP と Codex SDK の互換性
ACP 対応のエディタやクライアントで動作し、OpenAI の Codex SDK を使用している場合でも、一行のオーバーライド設定で Open Interpreter に切り替えることができます。
コンピュータ操作(Computer Use)機能
組み込みの QA スキルにより、モデルがブラウザ上の Web アプリやネイティブアプリを駆動・テストすることが可能になります。
重要な引用
A coding agent optimized for low-cost models.
Today: Kimi K3 is here. We have reimplemented the provider-recommended Kimi Code harness in Rust, giving you maximum K3 performance with a Codex-like interface.
Open Interpreter is a fork of OpenAI's Codex, with a focus on emulating the agent harness that gets the best performance out of low-cost models.
Use /harness to switch the active harness:
Open Interpreter speaks the same Codex exec protocol.
This is the new Rust version of Open Interpreter, based on Codex.
影響分析・編集コメントを表示
影響分析
このニュースは、開発者が高価な API に依存せずとも、高性能な AI エージェントを活用してコード生成と実行を行える環境を提供する点で重要です。特に Rust による再実装は、パフォーマンスのボトルネックを解消し、ローカルまたは低コスト環境での大規模モデル利用を現実的なものにする技術的転換点を示しています。
編集コメント
低コストモデルと高性能な Rust 実装を組み合わせることで、開発現場における AI エージェントの導入ハードルを下げた意義は大きいです。特に Kimi K3 のような最新モデルを Codex 風のインターフェースで扱える点は、開発者の生産性向上に直結する重要な進展と言えます。
Open Interpreter
低コストモデルに最適化されたコーディングエージェントです。ブログ記事 ↗
注意
本日、Kimi K3 が登場しました。 公式推奨の Kimi Code ハーネスを Rust で再実装し、Codex に似たインターフェースで最大限のパフォーマンスを発揮できるようにしました。
インストール方法
macOS および Linux:
curl -fsSL https://www.openinterpreter.com/install | sh
Windows:
irm https://www.openinterpreter.com/install.ps1 | iex
その後、ターミナルで i または interpreter と入力してセッションを開始してください。
ハーネスの切り替え
Open Interpreter は OpenAI の Codex をフォークしたプロジェクトですが、低コストモデルから最高の性能を引き出すためのエージェント・ハーネス(実行環境)の実装に注力しています。
/harness コマンドを使って、現在有効なハーネスを切り替えることができます:
/harness
native
claude-code
claude-code-bare
zcode
kimi-code
kimi-cli
qwen-code
deepseek-tui
swe-agent
minimal
詳細は、Harness ドキュメントおよび プロバイダー設定ガイド をご覧ください。
ACP 互換、Codex 互換
Open Interpreter は ACP 対応のエディターやクライアント で動作します。クライアントを設定して interpreter acp を起動してください。設定例については ACP ガイド を参照してください。
すでに OpenAI の Codex SDK を活用している場合、SDK はそのままに、1 行のバイナリオーバーライドを行うだけで利用可能です:
-const codex = new Codex();
+const codex = new Codex({ codexPathOverride: "interpreter" });
Open Interpreter は同じ Codex 実行プロトコルをサポートしています。詳細は SDK ガイド をご覧いただき、scripts/test-codex-sdk-compat.sh を実行してローカル環境でプロバイダーに依存しない互換性チェックを行ってください。
コンピュータ操作機能
Open Interpreter には、あらゆるモデルがインターフェースを操作・テストできる QA スキルが標準搭載されています。agent-browser を使えば実際のブラウザ上で Web アプリを駆動でき、trycua を利用すればネイティブアプリの操作やテストも可能です。
主な機能
- macOS、Linux、Windows でネイティブサンドボックス内でコマンドを実行可能。
- TUI(ターミナルユーザーインターフェース)から
/modelコマンドでプロバイダーとモデルを切り替え可能。
/harnessコマンドで Rust ネイティブのモデルハッチェス(環境)を検証したり切り替えたりできます。- 組み込みの QA スキルを使って、Web アプリやネイティブアプリをテスト可能です。
interpreter acpを経由して、エディタ向けの Agent Client Protocol エージェントとして動作します。- 設定ファイルとセッションの状態は、
~/.openinterpreterディレクトリ内にローカルで保持されます。 exec、MCP、スキル、フック、権限管理、そしてAGENTS.mdのサポートに対応しています。
ドキュメント
- ターミナル用ドキュメント
- クイックスタートガイド
- インストール手順
- 設定方法
- CLI リファレンス
- ハッチェス(環境)について
- モデルプロバイダーガイド
Kimi K3
- DeepSeek
- Z.AI、GLM、ZCode
- Agent Client Protocol
- Codex SDK
- サンドボックスと承認機能
プロバイダーやモデルのリストは、Rust の配列として手動で管理しているわけではありません。codex-rs から、すべてのホスト済みプロバイダーを更新するには python3 scripts/write_provider_catalog.py を実行するか、特定の提供者エントリのみを更新したい場合は --provider <provider-id> を指定して再実行してください。
ライブモデルソースを利用する際は、プロバイダードキュメント に記載された認証情報を設定する必要があります。
注意
これは Codex を基盤とした Open Interpreter の新しい Rust 版です。元の Python プロジェクトをお探しの方は、コミュニティによって維持されているフォーク endolith/open-interpreter をご利用ください。
ライセンス
Apache-2.0
原文を表示
Open Interpreter
A coding agent optimized for low-cost models. Blog post ↗
Note
Today: Kimi K3 is here. We have reimplemented the provider-recommended
Kimi Code harness in Rust, giving you
maximum K3 performance with a Codex-like interface.
Installation
macOS and Linux:
curl -fsSL https://www.openinterpreter.com/install | shWindows:
irm https://www.openinterpreter.com/install.ps1 | iexThen type i or interpreter in your terminal to start a session.
Harness Emulation
Open Interpreter is a fork of OpenAI's Codex, with a focus on emulating the agent harness that gets the best performance out of low-cost models.
Use /harness to switch the active harness:
> /harness
native
claude-code
claude-code-bare
zcode
kimi-code
kimi-cli
qwen-code
deepseek-tui
swe-agent
minimal
Read more in the harness docs and provider setup guides.
ACP compatible, Codex compatible
Open Interpreter works in ACP-compatible editors and clients. Configure the client to launch interpreter acp; see the ACP guide for examples.
Already building with OpenAI's Codex SDK? Keep the SDK and make a one-line
binary override:
-const codex = new Codex();
+const codex = new Codex({ codexPathOverride: "interpreter" });Open Interpreter speaks the same Codex exec protocol. See the SDK guide and run scripts/test-codex-sdk-compat.sh for a local, provider-free compatibility check.
Computer Use
Open Interpreter ships with a QA skill that lets any model operate and test interfaces. It can drive web apps in a real browser with agent-browser, or operate and test native apps with trycua.
Features
- Runs commands inside native sandboxing on macOS, Linux, and Windows.
- Switches providers and models from the TUI with /model.
- Inspects or switches Rust-native model harnesses with /harness.
- Tests web and native apps through the built-in QA skill.
- Runs as an Agent Client Protocol agent for editors with interpreter acp.
- Keeps config and session state local under ~/.openinterpreter.
- Supports exec, MCP, skills, hooks, permissions, and AGENTS.md.
Documentation
- Terminal docs
- Quickstart
- Install guide
- Configuration
- CLI reference
- Harnesses
- Model provider guides
Kimi K3
- DeepSeek
- Z.AI, GLM, and ZCode
- Agent Client Protocol
- Codex SDK
- Sandbox & approvals
Provider and model membership is generated, not maintained as Rust lists. From
codex-rs, refresh all hosted providers with
python3 scripts/write_provider_catalog.py, or repeat
--provider <provider-id> to update only selected provider entries. Live model
sources require the provider credentials documented in the
Note
This is the new Rust version of Open Interpreter, based on Codex. Looking for the original Python project? It lives on as a community-maintained fork at endolith/open-interpreter.
License
Apache-2.0
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み