Helix 是一个开源平台,支持多模型运行时、本地部署、群聊讨论、深度监控和参数调优。让多个 AI 模型协作讨论,自主得出最佳方案。 Helix is an open-source platform for multi-model runtimes, local deployment, group chat discussions, deep monitoring, and parameter tuning. Enable multiple AI models to collaborate and reach optimal solutions together.
GitHub 仓库 GitHub Repository → 快速开始 Quick Start
统一接口连接 Ollama、LM Studio、llama.cpp,自动适配不同运行环境。 Unified interface connecting Ollama, LM Studio, and llama.cpp with automatic runtime adaptation.
并行响应、串行对话、角色分工、自主讨论,多种模式自由切换。 Parallel responses, serial dialogue, role-based collaboration, and autonomous discussion modes.
实时显示内存占用、GPU 使用、参数数量、量化类型、KV Cache 等详细信息。 Real-time display of memory usage, GPU utilization, parameter counts, quantization types, and KV cache.
全局、会话级、模型级三级参数配置,实时调整 temperature、top_p 等。 Three-level parameter config (global, conversation, model) with real-time temperature, top_p tuning.
支持 Linux、Windows、macOS,可本地、局域网、远程服务器多种模式。 Runs on Linux, Windows, macOS — deploy locally, on LAN, or connect to remote servers.
事件驱动的插件架构,轻松扩展新功能:模型评分、聊天导出、能力对比。 Event-driven plugin architecture for easy extension: model scoring, chat export, capability comparison.
git clone https://github.com/TbusOS/Helix.git
cd Helix
cd backend
pip install -r requirements.txt
uvicorn helix.main:app --reload --port 8000
cd frontend
npm install
npm run dev
docker-compose up -d
| 功能 Feature | Helix | Open WebUI | Lobe Chat | SillyTavern |
|---|---|---|---|---|
| 多运行时支持 Multi-Runtime | Ollama/LM Studio/llama.cpp | Ollama + OpenAI | Ollama + OpenAI | API only |
| 群聊模式 Group Chat | 5 种模式 | Limited | In progress | Extensions |
| 深度监控 Deep Monitoring | 全方位 | Basic | Basic | Limited |
| 参数调优 Parameter Tuning | 三级配置 | Yes | Yes | Yes |
| 插件系统 Plugin System | Event-driven | Extensions | Plugins | Rich ecosystem |
| 跨平台部署 Cross-Platform | 本地/LAN/远程 | Local | Cloud | Local |
| 开源协议 License | Apache 2.0 | MIT | MIT | MIT |
Helix 采用 Apache 2.0 开源协议,欢迎提交 Issue 和 Pull Request!你的每一份贡献都将推动项目发展。 Helix is Apache 2.0 licensed. Contributions, Issues, and Pull Requests are welcome! Every contribution helps make this project better.