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 分支);会话中途不支持切换目录(设计如此);只支持 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
04reasonix 进入交互会话,或 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
数据实抓