New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

helicone-router

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helicone-router

A high-performance proxy router for LLM APIs built with Rust

latest
Source
npmnpm
Version
0.1.0-beta.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Helicone Router CLI

A Node.js CLI wrapper for the Helicone Router - a high-performance proxy router for LLM APIs built with Rust.

Installation

npx helicone-router --start

Global Installation

npm install -g helicone-router
helicone-router --start

Usage

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.

System Requirements

  • Node.js: Version 16 or higher
  • Supported Platforms:
    • macOS (darwin)
    • Linux (linux)

How It Works

This package includes pre-compiled Rust binaries for different platforms:

  • helicone-router-macos for macOS
  • helicone-router-linux for Linux

The Node.js wrapper automatically detects your operating system and runs the appropriate binary with your provided arguments.

Troubleshooting

"Binary not found" Error

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.

"Binary is not executable" Error

Run the following command to make the binary executable:

chmod +x ./node_modules/helicone-router/dist/helicone-router-*

"Node.js version" Error

Upgrade to Node.js version 16 or higher:

# Using nvm
nvm install 16
nvm use 16

# Or download from https://nodejs.org/

Contributing

This CLI wrapper is part of the Helicone Router project. Please refer to the main repository for contributing guidelines.

License

MIT

Keywords

llm

FAQs

Package last updated on 26 May 2025

Did you know?

Socket

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.

Install

Related posts