A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
♾️ Private Agent Fleet with Spec Coding. Each agent gets their own GPU-accelerated desktop. Run Claude, Codex, Gemini an
SaaS • Private Deployment • Docs • Discord
Deploy AI agents in your own data center or VPC and retain complete data security & control.
HelixML is an enterprise-grade platform for building and deploying AI agents with support for RAG (Retrieval-Augmented Generation), API calling, vision, and multi-provider LLM support. Build and deploy LLM applications by writing a simple helix.yaml configuration file.
Our intelligent GPU scheduler packs models efficiently into available GPU memory and dynamically loads and unloads models based on demand, optimizing resource utilization.
Main use cases:
Context is everything. Agents can process tens of thousands of tokens per step—Helix provides complete visibility under the hood:
Tracing features:
HelixML uses a microservices architecture with the following components:
┌─────────────────────────────────────────────────────────┐
│ Frontend (React) │
│ vite + TypeScript │
└────────────────────┬────────────────────────────────────┘
│
┌────────────────────▼────────────────────────────────────┐
│ API / Control Plane (Go) │
│ ┌──────────────┬──────────────┬──────────────────────┐ │
│ │ Agents │ Knowledge │ Auth & Sessions │ │
│ │ Skills │ RAG Pipeline│ Organizations │ │
│ │ Tools │ Vector DB │ Usage Tracking │ │
│ └──────────────┴──────────────┴──────────────────────┘ │
└─────────┬──────────────────────────────────┬───────────┘
│ │
┌─────────▼──────────┐ ┌─────────▼──────────┐
│ PostgreSQL │ │ GPU Runners │
│ + PGVector │ │ Model Scheduler │
└────────────────────┘ └────────────────────┘
│
┌─────────▼──────────────────────────────────────────────┐
│ Supporting Services: Keycloak, Kodit, GPTScript │
│ Runner, Chrome/Rod, SearXNG │
└────────────────────────────────────────────────────────┘
Three-layer agent hierarchy:
Use our quickstart installer:
curl -sL -O https://get.helixml.tech/install.sh
chmod +x install.sh
sudo ./install.sh
The installer will prompt you before making changes to your system. By default, the dashboard will be available on http://localhost:8080.
For setting up a deployment with a DNS name, see ./install.sh --help or read the detailed docs. We've documented easy TLS termination for you.
Next steps:
Use our Helm charts for production deployments:
All server configuration is done via environment variables. You can find the complete list of configuration options in api/pkg/config/config.go.
Key environment variables:
OPENAI_API_KEY - OpenAI API credentialsANTHROPIC_API_KEY - Anthropic API credentialsPOSTGRES_* - Database connection settingsKEYCLOAK_* - Authentication settingsSERVER_URL - Public URL for the deploymentRUNNER_* - GPU runner configurationSee the configuration documentation for detailed setup instructions.
For local development, refer to the Helix local development guide.
Prerequisites:
Quick development setup:
# Clone the repository
git clone https://github.com/helixml/helix.git
cd helix
# Start supporting services
docker-compose up -d postgres keycloak
# Run the backend
cd api
go run . serve
# Run the frontend (in a new terminal)
cd frontend
npm install
npm run dev
See local-development.md for comprehensive setup instructions.
We welcome contributions! Please see our Contributing Guide for details.
By contributing, you confirm that:
Helix is licensed under a similar license to Docker Desktop. You can run the source code (in this repo) for free for:
If you fall outside of these terms, please use the Launchpad to purchase a license for large commercial use. Trial licenses are available for experimentation.
You are not allowed to use our code to build a product that competes with us.
If you would like to use some part of this code under a more permissive license, please get in touch.
If you find Helix useful, please consider giving us a star on GitHub!
Built with ❤️ by HelixML, Inc.
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
npx CLI installing 100+ agents, commands, hooks, and integrations in one command