AcruxCore icon
AcruxCore icon

AcruxCore

Open-source LLM-ops platform combining prompt management, an AI gateway, tracing, a tool catalog, and evaluation in one self-hostable platform.

An introductory promotional slide for AcruxCore, presenting it as an LLM-Ops platform for engineering teams. It highlights the ability to version prompts, route calls, trace, and evaluate LLM features from a single platform without needing to redeploy code.

Cost / License

Platforms

  • Software as a Service (SaaS)  Hosted cloud version with managed Postgres, Redis, and infrastructure. Sign up and start immediately — no setup required.
  • Online
  • Docker  One-command self-host: docker compose -f docker-compose.local.yml up --build. Postgres and Redis are bundled with working defaults, so it boots with zero config. A separate production compose lets you bring your own DB and secrets.
0likes
1comment
0articles

Features

AcruxCore News & Activities

Highlights All activities

Recent activities

AcruxCore information

  • Developed by

    AcruxCore
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  2 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about AcruxCore, and it has gotten 0 likes

AcruxCore was added to AlternativeTo by AcruxCore on and this page was last updated .

Comments and Reviews

   
TBayAreaPat
0

"Free while we are in beta."

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).

AcruxCore Videos

Official Links