Docs
Nyx, step by step
Six steps, in order. Each one ends with something you can run. Every command on these pages was run against the version in the footer, and every Nyx block compiles with it.
- 01Installrequirements, what lands where, how to update and how to remove it.
- 02First programfrom a single .nx file to a native binary you can ship.
- 03Projectsnyx.toml, src/, tests/ and dependencies.
- 04AgentsAGENTS.md, CAPABILITIES.md and docs/nyx/: the context an assistant reads.
- 05Command lineevery subcommand: build, run, check, vet, fmt, test, add, update.
- 06Syntaxtypes, enums, exhaustive match, Result and the ? operator.