# Reasonix-Rust **Repository Path**: holyhi/reasonix-rust ## Basic Information - **Project Name**: Reasonix-Rust - **Description**: # Reasonix Rust 一个**配置和插件驱动的终端 AI 编程助手**,原生支持 DeepSeek。 这是 [DeepSeek-Reasonix](https://github.com/esengine/DeepSeek-Reasonix) 在 Rust 中的完整重写。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-06-10 - **Last Updated**: 2026-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reasonix Rust 一个**配置和插件驱动的终端 AI 编程助手**,原生支持 DeepSeek。 这是 [DeepSeek-Reasonix](https://github.com/esengine/DeepSeek-Reasonix) 在 Rust 中的完整重写。 ## 特性 - **Chat** — 基于 ratatui 的交互式 TUI,支持 Markdown 渲染和语法高亮 - **Run** — 无头单任务执行,支持管道输入 - **Setup** — 交互式配置向导 - **MCP 插件系统** — 通过 stdio 和 HTTP/SSE 传输扩展能力 - **配置管理** — TOML 格式,环境变量感知 - **CodeGraph** — 代码图谱分析集成 - **Doctor** — 诊断信息收集 - **Review** — 独立的代码审查功能 ## 快速开始 ```bash # 构建 cargo build --release # 运行设置向导 ./target/release/reasonix setup # 启动聊天会话 ./target/release/reasonix chat # 运行单个任务 ./target/release/reasonix run "用 Python 写一个斐波那契函数" ``` ## 文档 - [English README](./README.md) - [需求文档](./docs/proposal.md) - [概要设计](./docs/high-level-design.md) - [详细设计](./docs/detailed-design.md) ## 许可证 MIT