3分钟上手
git clone https://github.com/LucyAndLuna2023/meshctx.git
cd meshctx
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
# 配置API Key
export DEEPSEEK_API_KEY=*** 启动
mesctx start
# 下载安装程序
# https://github.com/LucyAndLuna2023/meshctx/releases
# 双击 meshctx-setup-v2.15.3.exe
# 按向导安装 → 桌面快捷方式 → 启动
# 一键部署
echo "DEEPSEEK_API_KEY=*** > .env
docker-compose up -d
# 访问 http://localhost:8000
| 端点 | 说明 |
|---|---|
POST /api/chat | Chat对话 |
POST /api/chat/compare | 多模型对比 v2.11 |
POST /api/sandbox/execute | 代码沙箱 v2.7 |
GET /api/project/context | 项目索引 v2.7 |
POST /api/feishu/notify | 飞书通知 v2.8 |
POST /api/win/execute | Windows管理 v2.10 |
POST /api/code/review | 代码审查 v2.12 |
GET /api/conversations | 对话持久化 v2.11 |
GET /api/config/backup | 配置备份 v2.11 |
GET /docs | OpenAPI文档 |
/read <路径> 读取本地文件
/ls <路径> 列出目录
/search <关键词> 网页搜索
/run python <代码> 代码沙箱执行
/context <关键词> 搜索项目代码
/win services Windows服务列表
/win exec <PS命令> 执行PowerShell
17脑区全脑仿真,AGPLv3开源+专有核心