Installation
pnpr is distributed on npm as @pnpm/pnpr.
Install it globally:
pnpm add -g @pnpm/pnpr
The wrapper package resolves to the native binary published under
@pnpm/pnpr.<platform>-<arch> (e.g. @pnpm/pnpr.linux-x64). Prebuilt binaries
are available for:
linux-x64,linux-arm64linux-x64-musl,linux-arm64-musldarwin-x64,darwin-arm64win32-x64,win32-arm64
Only the binary matching your platform is downloaded.
Verify the installation
pnpr --version
Next steps
Continue to the Quick start to run the server and point a client at it.