Develop locally. Run remotely.
Forward ports from your remote workspaces to localhost. One command to install, zero dependencies.
Install (macOS)
Detects your platform, downloads the binary, signs it, and adds it to your PATH.
Direct Downloads
macOS (Intel)
x86_64
Coming SoonLinux
x86_64
Coming SoonUp and running in 3 steps
After installing, connect to your server and start forwarding ports.
Login to your server
Authenticate with your Vibe Anywhere instance. For self-hosted, use http://your-server-ip:3000.
List your workspaces
See all running workspaces and their discovered ports.
Forward ports
Auto-discover and forward all ports from a workspace to your local machine.
What It Does
A lightweight CLI for bridging your local machine with remote workspaces.
Port Forwarding
Forward any port from a remote workspace container directly to your localhost, as if the service were running locally.
Auto-Discovery
Automatically detect listening ports inside workspace containers and forward them with a single --all flag.
WebSocket Tunnel
Traffic is tunneled over the existing WebSocket connection. No SSH, no VPN, no extra firewall rules needed.
Custom Port Mapping
Map remote ports to different local ports with --port 3001:3000 syntax for full control over your local setup.
Multi-Workspace
List all running workspaces, see their ports, and switch between them from a single CLI.
Standalone Binary
Zero dependencies. Single binary, no Node.js or runtime required. Download and run.