AI Potluck
Product / UX / Telemetry & observability

Axon

Axon

Local observability tool for LangChain and OpenTelemetry-instrumented AI agents. A single CLI-launched server ingests OTLP trace data and serves a real-time React dashboard with transcript, waterfall, tree and raw span views, writing everything to a local SQLite database. No cloud account is required and no trace data leaves the machine it runs on.

The CLI, backend and dashboard packages it bundles all ship in the same MIT-licensed repository and run entirely on the developer's machine. The @axon-ai/cli npm package is declared as a measurement artifact because installing it installs and runs the product - the CLI launches the backend and serves the dashboard - so its download count is Axon's own usage rather than a client's or a component's. Verified 2026-09-02 via the langchain-tracer/Axon repository.

Openness

5 high confidence
5.0
license
MIT(OSI, single root LICENSE)
source
public(the CLI, backend server and dashboard all ship in this repository as three npm workspaces that run entirely on the developer's own machine)
core-gated
ungated(no hosted service, account or paid tier exists at all)

A fully local tool - no cloud account, no hosted backend, nothing withheld. The README states directly that "no cloud account is required and no data leaves your environment," and the repository is a three-package monorepo (CLI, backend, dashboard) that together are the whole product.

Adoption

1 high confidence
1.0

The CLI package @axon-ai/cli draws 186 npm downloads a month, well inside the <10K band. 159 GitHub stars on a repository created in late 2025 corroborate a small, young project without setting the band.

Capability

2 high confidence
2.0

A trace viewer and nothing more: a single-purpose local dashboard for inspecting OTLP spans already emitted by another instrumentation library. It has no evaluation, prompt management, dataset or cost-tracking surface at all, which is narrower than even the openllmetry/monocle instrumentation layers in this category - those at least emit and route traces across many providers, where Axon only visualizes what is handed to it. Two rungs below the Langfuse anchor at 4.

  • https://raw.githubusercontent.com/langchain-tracer/Axon/main/README.md recorded 2026-09-02

    Feature list is entirely visualization: Overview, Transcript, Waterfall, Tree and Raw trace views, backed by a local SQLite database; the "How it works" section describes only OTLP ingestion and dashboard serving, with no evaluation, prompt or dataset section.

Verified 2026-09-02