
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
helicone-router
Advanced tools
A Node.js CLI wrapper for the Helicone Router - a high-performance proxy router for LLM APIs built with Rust.
npx helicone-router --start
npm install -g helicone-router
helicone-router --start
Once installed, you can use the helicone-router command from anywhere:
# Start the router
helicone-router --start
# Check version
helicone-router --version
# Get help
helicone-router --help
All arguments are forwarded directly to the underlying Rust binary, so you can use any flags and options that the Rust CLI supports.
This package includes pre-compiled Rust binaries for different platforms:
helicone-router-macos for macOShelicone-router-linux for LinuxThe Node.js wrapper automatically detects your operating system and runs the appropriate binary with your provided arguments.
Make sure you're using a supported platform (macOS or Linux). If you're on a supported platform and still getting this error, the binary might be missing from the package.
Run the following command to make the binary executable:
chmod +x ./node_modules/helicone-router/dist/helicone-router-*
Upgrade to Node.js version 16 or higher:
# Using nvm
nvm install 16
nvm use 16
# Or download from https://nodejs.org/
This CLI wrapper is part of the Helicone Router project. Please refer to the main repository for contributing guidelines.
MIT
FAQs
A high-performance proxy router for LLM APIs built with Rust
The npm package helicone-router receives a total of 1 weekly downloads. As such, helicone-router popularity was classified as not popular.
We found that helicone-router demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.