Copied!
Free Tool — v0.2.0 Proxy Mode

360Router

One proxy. Every AI app. Every LLM. Local-first by default.

Terminal
$ 360router init   Ollama detected — localhost:11434 OpenClaw detected — localhost:18789 Continue.dev reconfigured → localhost:3600 LM Studio reconfigured → localhost:3600   360Router configured. All apps ready.   $ 360router serve Proxy running at localhost:3600   Point any OpenAI-compatible app here.   Requests route automatically: local-first, cloud fallback.

What's New in v0.2.0

From CLI to Proxy Server

v0.2.0 transforms 360Router into a local proxy that intercepts traffic from all your AI apps automatically.

Feature v0.1.x (CLI) v0.2.0 (Proxy)
How you use it Type commands in terminal Apps talk to it automatically
What it routes Your manual messages only ALL traffic from ALL apps
App integration None Auto-reconfigures OpenClaw, Continue.dev, LM Studio
Init wizard Enter full URL manually Enter IP → scans ports → picks server
Start command n/a 360router serve
Proxy port n/a localhost:3600

Why Proxy Mode

One endpoint for everything

Point any OpenAI-compatible app at localhost:3600 and it just works.

🔌
One endpoint for everything
Point any OpenAI-compatible app at localhost:3600 and it just works. No per-app configuration.
🔍
Auto-detects your AI stack
Init wizard finds OpenClaw, Continue.dev, LM Studio, and other apps — then reconfigures them to use the router automatically.
Smart routing, zero config
Local-first by default. Falls back to cloud providers you've authorized. Switches on failure. You never pick a model.

Quick Start

Get running in 60 seconds

Install, configure, start. Three commands.

1
Install
irm https://www.360ops.ai/get/router/install.ps1 | iex

macOS/Linux: curl -fsSL https://www.360ops.ai/get/router/install.sh | bash

2
Configure (detects local LLMs + AI apps)
360router init
3
Start the proxy
360router serve

Starts the proxy at localhost:3600. All configured apps route through it automatically.

Pricing

Free is the whole router. Pro adds the business layer.

Every router feature works on free. Pro adds compliance, persistence, and team operations.

Free

forever
$0

The whole router. Every feature. Every provider.

  • ✓ Full Layer 3 mathematical routing
  • ✓ Streaming, tool calls, embeddings
  • ✓ Unlimited local + cloud providers
  • ✓ All 200+ models across 12 providers
  • ✓ Llama 3.2:1B classifier
  • ✓ Sensitivity flag / warn
  • ✓ Response cache (500 entries)
  • ✓ 1000 requests/minute
  • ✓ Live telemetry + admin endpoints
Install Free →
RECOMMENDED

Pro

per user
$19/mo

Compliance, persistence, audit — everything free, plus:

  • Sensitivity scrub + block (not just warn)
  • MI output validator (post-gen quality)
  • ✓ Quality auto-escalation (bad answer → bigger model)
  • ✓ Routing table persistence (learns over time)
  • ✓ Persistent SQLite request log
  • ✓ Historical analytics (30/60/90 days)
  • ✓ Audit logging (compliance-grade)
  • ✓ Phi-4-mini classifier (CMMC-aligned)
  • ✓ Custom optimizer weights
  • ✓ Config profiles (dev/staging/prod)
  • ✓ Unlimited rate limits · Priority support

Cancel anytime · Secure payment via Stripe

Install

Copy. Paste. Done.

No downloads. No setup wizard. Just one command in your terminal.

PowerShell — Windows 10 / 11

Step 1 — Open PowerShell and paste

irm https://www.360ops.ai/get/router/install.ps1 | iex

Checks for Node.js, installs 360Router globally. Takes about 30 seconds.

Step 2 — Run the setup wizard

360router init

Scans your machine for Ollama, OpenClaw, LM Studio. Lets you add remote LLM boxes and optional cloud providers.

Step 3 — Send your first message

360router route "Hello from 360Router"

The router picks the best available provider automatically. No model selection needed.

Terminal — macOS 12+

Step 1 — Open Terminal and paste

curl -fsSL https://www.360ops.ai/get/router/install.sh | bash

Checks for Node.js, installs 360Router globally. Takes about 30 seconds.

Step 2 — Run the setup wizard

360router init

Scans your machine for Ollama, OpenClaw, LM Studio. Lets you add remote LLM boxes and optional cloud providers.

Step 3 — Send your first message

360router route "Hello from 360Router"

The router picks the best available provider automatically. No model selection needed.

Bash — Ubuntu · Debian · Fedora · Arch

Step 1 — Open your shell and paste

curl -fsSL https://www.360ops.ai/get/router/install.sh | bash

Checks for Node.js, installs 360Router globally. Takes about 30 seconds.

Step 2 — Run the setup wizard

360router init

Scans your machine for Ollama, OpenClaw, LM Studio. Lets you add remote LLM boxes and optional cloud providers.

Step 3 — Send your first message

360router route "Hello from 360Router"

The router picks the best available provider automatically. No model selection needed.

How it works

Smart routing. Zero config.

One proxy. Every app. Every request.

01 — INIT
Auto-detect everything
Run 360router init. Scans for Ollama, OpenClaw, LM Studio, Continue.dev — configures them to use localhost:3600.
02 — SERVE
Start the proxy
Run 360router serve. Proxy runs at localhost:3600. All AI traffic from all apps routes through it automatically.
03 — ROUTE
Local-first, cloud fallback
The router analyzes every request — picks local LLMs first, falls back to cloud providers you've authorized. You never pick a model.
04 — UPGRADE
Want more?
Managed cloud keys, data privacy, team access — 360ops PWA from $3.99/mo.

CLI Reference

All commands

Setup
360router initInteractive wizard — configure all providers
360router statusHealth check all providers with latency
360router configShow config file location and settings
Proxy Server
360router serveStart proxy at localhost:3600 (v0.2.0+)
360router route "..."Send a manual message via CLI (legacy)
Telemetry
360router telemetry onEnable anonymous performance metrics
360router telemetry offDisable reporting at any time
Supported providers
LocalOllama, OpenClaw, LM Studio, Jan.ai, vLLM, any OpenAI-compatible endpoint
CloudAnthropic, OpenAI, Groq, Google Gemini, xAI Grok

Uninstall

Remove 360Router

Uninstall the CLI and optionally remove your saved config.

🪟 Windows
npm uninstall -g 360router

Removes the CLI

Remove-Item "$env:APPDATA\360router"

Removes saved config

🍎 macOS
npm uninstall -g 360router

Removes the CLI

rm -rf ~/Library/Preferences/360router

Removes saved config

🐧 Linux
npm uninstall -g 360router

Removes the CLI

rm -rf ~/.config/360router

Removes saved config