Release log

Routeplane releases

Every published version of the open-source Routeplane binary. New releases are cut from main on the routeplane repository.

v0.1.0

2026-07-01Latest

First release under the Routeplane name. Clean fork and rebrand from the previous codebase; all BitRouter references removed from source, docs, and git history.

Install

$ curl -L -O https://routeplaneapp.vercel.app/downloads/routeplane-v0.1.0-source.tar.gz
$ tar -xzf routeplane-v0.1.0-source.tar.gz && cd johnmwhitman-routeplane-*/ && cargo install --path apps/routeplane

crates.io publish, Homebrew, and Docker are in progress; see the roadmap.

Download

routeplane-v0.1.0-source.tar.gz
1,320,771 bytes · source · Apache 2.0

Also on GitHub Releases.

Highlights

  • Local AI gateway — single binary, one OpenAI-compatible endpoint at 127.0.0.1:4356
  • Subscription-first routing — GitHub Copilot, xAI Grok, and other flat-rate subscriptions before pay-per-use
  • Provider authentication — OAuth device-code (Copilot, Grok), Bearer (OpenRouter, Google, OpenAI), API key passthrough
  • Model presets@fast, @standard, @heavy, @build, @oracle, @super-heavy, @free with automatic best-provider routing
  • Provider registry — disk-cached remote catalog; new providers ship without a binary update
  • Automatic failover — mid-request reroute across providers on 4xx/5xx
  • Zero-config mode — auto-detect credentials from environment variables
  • OpenTelemetry export — native OTLP traces and metrics
  • Config hot-reloadrouteplane reload applies changes without restart
  • MCP server — Routeplane acts as an MCP host for model routing
  • Server-side tools — Advisor, Fusion (multi-model panel + judge), web search, subagent orchestration
  • Plugin SDK — hooks for auth, guardrails, observability, rate limiting, spend tracking
  • Structured outputs — JSON schema enforcement across protocols
  • Guardrails — regex-based prompt/output redaction and blocking

Full notes: CHANGELOG.md

Older releases and pre-1.0 history are archived on the GitHub Releases page.