Your API key stays local
It is stored in your system’s local secure storage and is never written into the Claude Desktop profile.
Run Claude Code, Claude Desktop, Claude Cowork and Codex CLI on RouterLab without changing your habits or exposing your API key.
ScioNos Wrapper is RouterLab’s official open-source CLI.
The wrapper code is public, so you can audit what runs on your machine.
Start without changing your tools
$ npx wrapper-scionos
It is stored in your system’s local secure storage and is never written into the Claude Desktop profile.
Every launch checks available models and exposes only those allowed by your RouterLab access.
The wrapper adapts each client transport without overwriting your preferences, sessions or config.toml file.
Supported clients
ScioNos Wrapper sits between your existing clients and RouterLab: close enough for compatibility, quiet enough to preserve your environment.
A dedicated local proxy profile exposes a Desktop-compatible catalog without storing your RouterLab token in the profile.
A loopback proxy is injected only into the launched process to connect Claude Code to RouterLab.
Codex launches with a temporary provider and catalog, without rewriting your config.toml or existing sign-in state.
Desktop compatibility precisely allows the local gateway so Cowork traffic keeps flowing through RouterLab.
Installation
Use npx to run the wrapper right away, or install it globally when it belongs in your everyday development environment.
No global install
npx retrieves the package and opens the ScioNos Wrapper interactive menu directly.
$ npx wrapper-scionosPersistent install
Install the binary once, then launch it from any terminal.
$ npm install --global wrapper-scionos$ wrapper-scionosPrerequisite: Node.js 22.13+ or 23.5+.
Advanced use
RouterLab is the default service, so these commands need no extra service selection.
$ wrapper-scionos auth login$ wrapper-scionos claude-code$ wrapper-scionos codex launch$ wrapper-scionos claude-desktop apply-proxy --yes$ wrapper-scionos claude-desktop proxyCreate your account, get your API key, and connect your business tools directly.