Get NIAO
Download & install the toolchain
Downloads
Download the toolchain with niao runtime and nm package manager
Toolchain
niao + nm for Windows, Linux, and macOS
niao and nm to your PATH.
Pick your platform below. Use the installer when available, or grab the archive (.zip / .tar.gz) for manual setup.
Checking available downloads…
Package Manager
nm
nm ships with NIAO. Install the standard library, add optional modules, and manage project dependencies.
Browse full module docs on
Docs → Libraries.
Download & install the toolchain
nmConfirm the CLI is on your PATH
One command for core libraries
Install optional modules as needed
Run these commands in a new terminal after installing NIAO.
Pick your platform in the Download section and run the installer. Windows bundles standard libraries; Linux and macOS need step 3.
You should see version info for nm and the toolchain.
nm version
Downloads core modules to ~/.niao. Skip on Windows if you used the full installer.
nm install --global
Add ML, database, or other modules as your project needs. Pin a version with @ if needed.
Common nm commands. Aliases: i, ls, rm, up.
Global installs go to ~/.niao/niao_libs. Project-scoped packages use .niao/ in your project folder. Run nm home to print the exact path.
Use nm install --registry <url> or set NIAO_REGISTRY when you need a private mirror or air-gapped setup.
Browse modules and full documentation on the main NIAO website.
Explore ecosystem →