Crux
Developer Tools

Devtools

Inspect Crux runs, authored definitions, Evals, and project health in the browser.

The browser Devtools is the visual workspace for understanding what Crux authored and what actually ran. It combines runtime traces with Project Index source evidence so you can move between a prompt, its code, and the runs that used it.

Start it locally:

crux dev --open

Use Devtools when you want to:

  • inspect the exact messages, contexts, tools, and model settings used by a run;
  • browse prompts, agents, tools, flows, and their source relationships in Catalog;
  • run and compare Evals and review their evidence; or
  • see Project Health diagnostics and lint findings.

The Devtools UI is distinct from the terminal TUI and from the VS Code extension. They can all connect to the same local process without becoming runtime requirements for your application.

On this page

No Headings