Helix

Konohamaru04/Helix
★ 1 stars Python 🤖 AI/LLM Updated today
Helix — a local-first desktop AI workbench. Electron + React frontend, SQLite persistence, and a bundled Python inference server for chat (Ollama), RAG, tool-use, skills, MCP, and image generation. Everything runs on your machine.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "helix": {
      "command": "uvx",
      "args": [
        "helix"
      ]
    }
  }
}

Or install with pip: pip install helix

README Excerpt

**Local-first desktop AI workbench** — built with Electron, React, SQLite, and a managed Python inference server. Helix runs entirely on your machine. Chat with local Ollama models or NVIDIA-hosted models, use a full agentic tool surface, retrieve from your own knowledge base, and generate images or videos — all without sending your data to a third-party service unless you opt in.

Tools (9)

Helixbuildercalculatorcomfyuidebuggerdiffusersgroundedreviewerstepwise

Topics

agentaidesktop-appelectronfastapiimage-generationllmlocal-firstmcpollamapythonragreactsqlitetool-use