$2xbr tunnel 3000Expose a loopback app on port 3000 through a bounded public HTTPS URL.
The current route is loading. No background authority or network action is implied by this state.
2XBR CLI is a standalone developer product and the advanced terminal companion to browser-first 2XBR TOOLS. Its first capability is TUNNEL: expose a loopback application through the 2XBR relay for a bounded session, without a required 2XBR account or a background updater.
$2xbr tunnel 3000This stable release is open-source and authenticated by the 2XBR production Ed25519 release key, but its Windows and macOS binaries do not yet have Authenticode or Apple Developer ID signing/notarization.
Windows or macOS may therefore show an unknown-publisher/security warning. Verify the archive SHA-256 and detached release signature before running it. 2XBR does not ask you to disable SmartScreen, Gatekeeper or other operating-system security controls.
These are the exact signed stable assets. Package-manager metadata is included in the signed release set for validation and future publication, but this page does not claim that Homebrew or WinGet channels are already live.
2xbr-cli_0.1.0_windows_amd64.zip
SHA-256 ce15acfa6b3b76daa00ca76b3fe603d63542e7fb0c810393df2ae6ea61a537c0DOWNLOAD →WINDOWS / ARM64WINDOWSARM642xbr-cli_0.1.0_windows_arm64.zip
SHA-256 2de1ba90082d70f6ab59a0cfbacc14012c504976daaccb88e1619cb48edfb277DOWNLOAD →MACOS / AMD64MACOSAMD642xbr-cli_0.1.0_darwin_amd64.zip
SHA-256 9d078343904aa8a069a2375c45797143b7ee1b9fd33d1f4f51e792803ba2ad6cDOWNLOAD →MACOS / ARM64MACOSARM642xbr-cli_0.1.0_darwin_arm64.zip
SHA-256 4105165cb714aceae933d9608e1d1f71f1fd383746ed63382a9aac398ed729f1DOWNLOAD →LINUX / AMD64LINUXAMD642xbr-cli_0.1.0_linux_amd64.tar.gz
SHA-256 f56adc3a0d63be34dae4406531841c2c03cabeb5a412ef7fa5dfbc6dc77e0052DOWNLOAD →LINUX / ARM64LINUXARM642xbr-cli_0.1.0_linux_arm64.tar.gz
SHA-256 50a2c77c5cb1a2e4db23ee8a8bbae42712003d16ee808f78dda75c126e682e92DOWNLOAD →SOURCE / APACHE-2.0SOURCEEXACT STABLE TREE2xbr-cli-v0.1.0-source.zip
SHA-256 0bdad72bbd5a559c1605b5de911eee7d2942d20a0742a96bffc212a6926f5423DOWNLOAD SOURCE →Extract the archive, verify it, place the 2xbr executable where you want to run it, then use the terminal. The CLI does not require a Go runtime.
$2xbr tunnel 3000Expose a loopback app on port 3000 through a bounded public HTTPS URL.
$2xbr doctorCheck CLI/platform information, official relay reachability and TUNNEL protocol compatibility without creating a tunnel.
$2xbr versionReport the installed CLI version, TUNNEL wire protocol and target platform.
$2xbr tunnel 443 --host app.test --https --insecure-local-tlsapp.test is only an example loopback hostname. The hostname must resolve exclusively to loopback addresses. --insecure-local-tls is an explicit opt-in for the local self-signed TLS side only.
The TUNNEL operation necessarily sends relayed traffic through the hosted 2XBR relay. The CLI itself has no hidden analytics, background tracking or automatic update check in this release.
Show a local app to another person without deploying it first.
Expose a temporary callback or webhook endpoint during development.
Tunnel ordinary localhost development servers with bounded lifetime.
Keep streaming responses, WebSocket traffic and HMR-compatible flows working.
Generate a local password for a preview when an open public URL is not appropriate.
Target a loopback hostname when your local stack depends on Host/SNI routing.
The detached Ed25519 signature authenticates the signed release statement relative to the production public key. Trust in that public key itself must come from an independent 2XBR trust channel — downloading both the binary and key from this one website is not, by itself, a complete trust bootstrap.
sha256:9bd6c163018419a40e58a209ca2ad96dcd2214ea9cdab41b57ce1b1167a28281PUBLIC KEY →3a19421a93e5391d392d9104136e73c3c5bc09df6c6604bfdf5deda33118839cSIGNED STATEMENT →2XBR CLI production Ed25519 release rootFINGERPRINT FILE →db86d6b9bb9cea83ce6ed6c8fb433acb165d7cd5ab7063db40cb8d0c344595aaATTESTATION →The CLI source is published under Apache-2.0. That license applies to the CLI client source and does not automatically license hosted 2XBR services, the production relay, WEB or proprietary platform infrastructure.
The exact source archive also contains a deliberately public test-only Ed25519 private-key fixture for regression tests. It is permanently rejected for consumer trust; the production release private key is external and is not published by WEB.
READ LICENSE →TOOLS / TUNNEL remains the browser-facing product. TOOLS / BRIDGE remains the native companion. CLI remains a separate terminal product that speaks the compatible TUNNEL wire protocol; this WEB positioning does not merge their control, payload or authority semantics.
0.1.0 is the current signed stable CLI release. The previous 0.1.0-rc.1 release remains available at its immutable versioned download path for auditability.