

AcruxCore
Like
Open-source LLM-ops platform combining prompt management, an AI gateway, tracing, a tool catalog, and evaluation in one self-hostable platform.
Cost / License
- Free
- Open Source (Apache-2.0)
Application type
Platforms
- Software as a Service (SaaS)
- Online
- Docker
Features
Properties
- Privacy focused
- AI-Powered
Features
- Ad-free
- Dark Mode
- Live Preview
AcruxCore News & Activities
Highlights All activities
Recent activities
AcruxCore information
What is AcruxCore?
AcruxCore is an open-source, self-hostable LLM-ops platform that brings the full LLMOps loop together as one product instead of a patchwork of a prompt spreadsheet, a logging library, and a one-off eval script.
Core capabilities:
- Prompt management — version every prompt, diff any two versions, promote to production, and render with Jinja2-style templating (conditionals and loops), not simple string substitution.
- AI gateway — a single endpoint in front of OpenAI, Anthropic, Gemini, and more, with routing, caching, retries, budgets, and virtual keys applied before the provider is called.
- Tracing — every gateway request is captured as a trace automatically, including tool spans, with no separate instrumentation to wire up. Tag and filter traces for search.
- Tool catalog — register a tool once and reuse it across prompts and agents. Tools are a persistent, versioned catalog the gateway actually executes.
- Evaluation — run a prompt or a full session against a dataset and compare scores across runs. Why it's different:
- The gateway sits in the request path (not ingest-only), so routing, caching, and budgets apply before the provider is called and a trace is written without extra instrumentation.
- Prompts are real templates with {% if %} and {% for %}, not token substitution.
- The audit log is on by default — not gated behind an enterprise tier.
- Truly open source under Apache 2.0, with no gated or enterprise-only directory.
Get started: Hosted SaaS at acruxcore.com, or self-host with a single docker compose up against your own Postgres. Auth is in-app (Better Auth), so there's no identity vendor to sign up for. SDKs are published for TypeScript (@acruxcoreai/sdk on npm) and Python (acruxcore on PyPI).





Comments and Reviews
"Free while we are in beta."