Latest: v2.0 — Edge Network
What's new
in Binboi
// tunnel updates, dashboard improvements, cli releases
2026
Apr 05
2026
networkdashboard
v2.0
Edge Network & Webhook Debugger
Introduction of our globally distributed API Gateway, automated TLS termination, and real-time webhook payload inspection.
// Start a tunnel with a custom domain
$ binboi http 3000 --domain api.mycompany.com
Tunnel Status: Online
Forwarding: https://api.mycompany.com -> localhost:3000
$ binboi http 3000 --domain api.mycompany.com
Tunnel Status: Online
Forwarding: https://api.mycompany.com -> localhost:3000
Apr 05, 2026
Mar 12
2026
dashboardcli
v1.5
Next.js Dashboard & Access Control
A complete overhaul of the control plane web app. Manage your tunnels, inspect traffic, and control PATs from a beautiful new interface.
Mar 12, 2026
Feb 28
2026
perfnetwork
v1.4.2
Routing latency & proxy optimizations
Rewrote core Go proxy handlers to bypass unnecessary buffer copies, reducing P99 latency by ~30%.
Jan 15
2026
cli
v1.4.0
Local Preview Mode Release
Introduced BINBOI_ALLOW_PREVIEW_MODE for developers who want to run the control plane completely locally with SQLite (no Postgres required).