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.
2likes
0articles

Features

AcruxCore News & Activities

Highlights All activities

Recent activities

  • POX added AcruxCore as alternative to Kiln AI
  • alexdesolation liked AcruxCore
  • sentipulse reviewed AcruxCore  

    I tested AcruxCore and what I liked most was having prompts, traces, and evaluations in one place instead of jumping between different tools. I also tried the prompt versioning and found it useful for comparing changes while experimenting. There's quite a lot here, so I'm still exploring some of the more advanced features, but my first experience has been positive.

  • sentipulse liked AcruxCore
  • TBayAreaPat commented on AcruxCore

    "Free while we are in beta."

  • AcruxCore added AcruxCore
  • Langfuse icon
    AcruxCore added AcruxCore as alternative to Langfuse, Opik, Helicone and TwoTail + 4 similar activities

AcruxCore information

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  7 Stars
  •  1 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

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

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

Comments and Reviews

   
Top Positive Comment
Viktor Korobov
0

I tested AcruxCore and what I liked most was having prompts, traces, and evaluations in one place instead of jumping between different tools. I also tried the prompt versioning and found it useful for comparing changes while experimenting. There's quite a lot here, so I'm still exploring some of the more advanced features, but my first experience has been positive.

TBayAreaPat
0

"Free while we are in beta."

Official Links

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