# CLI

> The norns binary — dev, build, preview, migrate, lint, check and diag.

- [Commands](/norns/cli/commands) — every subcommand and flag.
- [Lint rules](/norns/cli/lint-rules) — what `norns lint` reports and why.
- [check and diag](/norns/cli/check-and-diag) — compile-checking without a build, and seeing what a file compiles to.

The binary is `norns`, installed with `@human-synthesis/norns`. Run it through `bun run <script>` or `bunx norns <command>`.
