First public release
April 1, 2026
Dino is on npm as @dino-hq/cli. Install it globally, point it at a GraphQL endpoint, and get a real quality report in your terminal.
Dino is public. The Dino CLI is live on the npm registry as @dino-hq/cli. Install it globally, point it at a GraphQL endpoint, and get a real quality report in your terminal.
This is the start of the quality layer for APIs: a deterministic QA engineer that tests, documents, and watches your API so your team does not have to.
Get started
Install with npm install -g @dino-hq/cli, then run dino scan against your GraphQL endpoint. Dino introspects the schema, exercises your operations, and reports what it finds.
Why deterministic matters
Dino's agents do not guess. The same API in the same state produces the same findings on every run, so a result you see in CI is a result you can reproduce locally. That is the foundation everything else is built on.