DSH Wiki DSH Wiki
首頁 / DSH 外掛 / DeepSeek-Reasonix

DeepSeek-Reasonix

DeepSeek 原生的終端機程式開發 Agent。

圍繞前綴快取穩定性設計,可長時間掛機跑任務。npm TypeScript 線已是 legacy,主力開發轉向 Go。
34,683 star Reasonix Desktop v1.27.0 終端機 Agent / CLI GitHub

安裝

Node ≥ 22(npm 安裝路線);原始碼建置需 Go 1.25+,桌面建置需 Node 24+ 與 pnpm 10;必須有付費的 DeepSeek API key(無離線/免費選項)。已知地雷:目前 npm 的 TypeScript 路線(Reasonix 0.x)是 legacy、僅修 bug,主力開發已轉為 Go 重寫(main-v2 分支);session 進行中不支援切換目錄(設計如此);只支援 DeepSeek(非多 provider)。
npm 套件:全域裝一次就能用,也可以用 npx 免安裝直接跑。
npm i -g reasonix
npm install -g reasonix reasonix code my-project
cd my-project npx reasonix code
短別名
npm install -g dsnix npx dsnix@latest code
macOS HomebrewmacOS
brew install esengine/reasonix/reasonix
桌面版:官方下載頁 macOS(.dmg/.zip) / Windows(.exe/可攜式 .zip) / Linux(.deb/.tar.gz)WindowsmacOSLinux
VS Code:從擴充功能市集安裝,擴充功能 ID SivanLiu.reasonix-agent
原始碼建置(Go 1.25+)Windows
make build # 产出 bin/reasonix(.exe) make cross # 跨平台二进制

完整使用教學

01確認 Node ≥ 22(macOS/Linux/Windows),全域安裝或直接用 npx
02到 platform.deepseek.com/api_keys 申請 DeepSeek API key(付費)
03首次執行時貼上 API key,之後會持久保存;或執行 reasonix setup 設定 provider/model
04用 reasonix 進入互動式 session,或用 reasonix run "implement the TODOs in main.go" 一次性執行
05reasonix doctor 健檢、reasonix update 升級、reasonix code --help 查看全部參數

config

配置位置:~/.reasonix/config.json(全局)+ <project>/.reasonix/(项目级覆盖);Go 版为 reasonix.toml(providers/agent/tools)。README 未给出完整配置文件示例片段。

特色功能

·快取感知的上下文維護:圍繞前綴快取的穩定性設計,適合長時間掛機跑任務
·外掛化:MCP servers + Extension Protocol v1,設定驅動(providers/agent/tools)
·多形態分發:CLI/TUI、桌面應用程式、VS Code 擴充套件、單一靜態二進位檔

評論牆

X @teortaxesTex · 2026-05-24
DeepSeek-Reasonix Now this is the kind of harness I can get behind! Built for the poor API users, all around cache hits even has a GUI (wrapper) already @victor207755822 take ideas or collaborate idk
DeepSeek-Reasonix——這才是我願意支持的那種 harness!為口袋不深的 API 使用者打造,一切圍繞快取命中,甚至已經有 GUI(外殼)了。@victor207755822 要不要參考一下或直接合作。
151 讚 原文
X @huangjinbo · 2026-06-16
Reasonix 真的很优秀,不要被它的项目名字(DeepSeek-Reasonix)所误导了,只要中转站支持 OpenAI-compatible 都可以支持...再次推荐。主要是它的技能、记忆、Hooks、MCP等功能都很好用...它被我用于替代OpenCode 了
(原文為簡體中文)Reasonix 真的很優秀,不要被它的專案名稱(DeepSeek-Reasonix)誤導了,只要中繼站支援 OpenAI-compatible 都可以用……再次推薦。主要是它的技能、記憶、Hooks、MCP 等功能都很好用……我已經用它取代 OpenCode 了
102 讚 原文
Reddit u/Lucifer812 · 2026-08-11
Missing reasonx
少了 reasonx。
67 推 原文
Reddit u/cheddarboiii · 2026-08-16
I am using it with the tui plugin which was added 2 days ago or so. It is great comparing to reasonix as it handles permissions much better and in general output seems to be more concise and def more consistent.
我在用大約兩天前才加入的 tui 外掛(指 DSH)。跟 reasonix 比好太多了:權限處理好非常多,輸出整體也更簡潔、明顯更穩定。
7 推 原文
Reddit u/Cold_Tree190 · 2026-08-11
Are these reasonx bots? All 3 posted in the same minute, all have low karma, and I've genuinely never heard of reasonx before now lol
這些是 reasonx 的機器人嗎?三則留言同一分鐘發出,karma 都很低,而且說真的,我在這之前從沒聽過 reasonx,哈哈。
6 推 原文
DSH Wiki · DSH 情報站 · ai798 Lab 出品
DeepSeek Harness 官網 GitHub
數據實際抓取