Install
ngn is only supported on Linux
By default, ngn installs at ~/.local/bin. To customize this, prefix the below command with NGN_INSTALL_DIR=/custom/dir/path
curl -fsSL https://ngnlang.com/install | bashArchitecture is auto-detected, but you can be explicit (x86_64, amd64, arm64, aarch64)
curl -fsSL https://ngnlang.com/install -a aarch64 | bashVerify
Section titled “Verify”If this doesn’t work, you may need to add ngn and ngnr to your PATH, or restart your terminal.
ngn --version