Skip to main content
ONR provides flexible deployment strategies. Choose the environment that fits your workflow.
The easiest way to get the latest ONR binary running purely as a native Linux systemd background service.
curl -fsSL https://raw.githubusercontent.com/r9s-ai/open-next-router/main/tools/install_onr_service.sh | sudo bash -s -- \
  --mode service \
  --api-key 'change-me'
Check the service status and health:
systemctl status onr
curl -sS http://127.0.0.1:3300/v1/models -H "Authorization: Bearer change-me"