Localhost to the world

The tunneling technology trusted by developers worldwide. Secure, fast, and built for production workloads.

Get started in seconds
Terminal
HiPeer Terminal

Why HiPeer?

Enterprise-grade reliability with the simplicity developers deserve. Free plan available forever.

Low Latency

Direct P2P connections minimize round-trip time. Experience production-like performance during development.

End-to-End Encryption

TLS-secured tunnels with automatic HTTPS. Your traffic stays protected from endpoint to endpoint.

Instant Setup

No accounts, no configuration files. Get a public URL in under 5 seconds.

Developer-First CLI

Minimal flags, sensible defaults. Integrates seamlessly into any workflow or CI/CD pipeline.

Real-Time Monitoring

Track requests, latency, and connection status directly in your terminal. Full observability built-in.

Universal Compatibility

Native binaries for macOS, Linux, and Windows. Zero runtime dependencies.

All systems operational

Global Edge
Network

Infrastructure deployed across multiple regions worldwide. Your tunnels connect through the nearest node for minimal latency. Drag the globe to explore.

10+

Edge Regions

<50ms

Avg Latency

99.9%

Uptime SLA

Download HiPeer

Single binary. Zero dependencies. Production-ready.

macOS

Intel & Apple Silicon

Linux

x64 & ARM64

Quick Install

# macOS / Linux
curl -sSL https://www.hipeer.io/install.sh | bash
# Windows (PowerShell)
irm https://www.hipeer.io/install.ps1 | iex
# Uninstall
curl -sSL https://www.hipeer.io/install.sh | bash -s -- --uninstall

Quick Start

From localhost to production-ready URL in under a minute.

1

Download HiPeer

Download the binary for your platform and make it executable.

# Linux/macOS
chmod +x hipeer && sudo mv hipeer /usr/local/bin/
2

Start Your Local Server

Make sure your application is running locally.

# Example: Node.js app
npm run dev # Running on http://localhost:3000
3

Expose It

Run HiPeer and get your public URL instantly.

hipeer --port 3000

# Output:
Forwarding https://abc123.t.hipeer.io → localhost:3000
4

Share Your URL

Your local server is now accessible from anywhere in the world!

https://abc123.t.hipeer.io

CLI Reference

# Basic usage
hipeer --port <port> [options]
# Options
--port Local port to expose (required)
--subdomain Request specific subdomain
--protocol Protocol: http, tcp (default: http)
--server Custom server URL
--no-ui Disable terminal UI
# Examples
hipeer --port 3000 # Expose port 3000
hipeer --port 8080 --subdomain myapp # Custom subdomain
hipeer --port 5432 --protocol tcp # TCP tunnel (databases)
HiPeer

Trusted by developers worldwide

Ready to ship
faster?

Join thousands of developers already shipping faster with HiPeer.

Download Free