@znyx/runtime
v1.2.1
Published
ZNYX Runtime — LLM guardrails evaluation server (npm binary wrapper)
Maintainers
Readme
@znyx/runtime
ZNYX Runtime binary wrapper for npm. Installs the znyx CLI on macOS, Linux, and Windows.
Install
npm install -g @znyx/runtimeOn install, a platform-matched binary is downloaded from GitHub Releases and its SHA256 checksum is verified before being marked executable.
Usage
znyx start # local mode, port 8080
znyx start --port 9090 # custom port
znyx start --policy ./policies.yaml # custom policy file
znyx start --mode managed # connect to console.znyx.ai
znyx version # print version
znyx init --output ./config/policies.yaml # scaffold a starter policySupported platforms
| Platform | Binary |
|---|---|
| macOS Apple Silicon | znyx-runtime-darwin-arm64 |
| macOS Intel | znyx-runtime-darwin-x64 |
| Linux x64 | znyx-runtime-linux-x64 |
| Linux ARM64 | znyx-runtime-linux-arm64 |
| Windows x64 | znyx-runtime-windows-x64.exe |
On unsupported platforms, install via pip install znyx-runtime or Docker instead.
Alternative installs
# Python
pip install znyx-runtime
# Docker
docker run -p 8080:8080 znyx/runtimeLicense
Apache-2.0
