Download any package from the release page.
brew install kyleu/kyleu/npn
Download the .deb, .rpm or .apk packages from the release page and install them with the appropriate tools.
docker run -p 19000:19000 ghcr.io/kyleu/npn:latest
docker run -p 19000:19000 ghcr.io/kyleu/npn:latest-debug
go install github.com/kyleu/npn@latest
If you want to contribute to the project, please follow the steps on our contributing guide.
If you just want to build from source for whatever reason, follow these steps:
git clone https://github.com/kyleu/npn
cd npn
make build
./build/debug/npn --help
A script has been provided at ./bin/dev.sh
that will auto-reload when the project changes.
Note that you may need to run ./bin/bootstrap.sh
before building the project for the first time.