Secure tunnel infrastructure for modern development Connect your local applications to the internet instantly
Eldrin Tunnel eliminates complex networking configurations. Expose your local services through secure HTTP tunnels with built-in authentication and simple command-line interface.
Built for Enterprise-Grade Development
High Performance
Built with Rust for exceptional speed and low-latency connections. Minimal overhead for your development workflow.
Secure by Design
End-to-end encryption with JWT authentication and persistent endpoint management for secure access control.
Developer Friendly
Simple CLI interface with automatic tunnel restoration and persistent endpoint management for streamlined development.
Simple Pricing
Transparent pricing with no hidden costs. Start free and pay only for what you need as you scale.
Reliable Infrastructure
Built on reliable infrastructure with automatic failover and redundancy for consistent performance.
Expert Support
Professional support with comprehensive documentation and direct assistance to help you succeed.
Pricing That Scales With Your Business
Free
Pro
Scale
Enterprise
Trusted by development teams worldwide
Enterprise-Grade Tunnel Infrastructure
Secure Connection
Establish encrypted tunnel connection with automatic authentication and certificate management for enterprise security compliance.
Global Load Balancing
Requests are intelligently routed through our global infrastructure with automatic failover and geographic optimization.
Real-time Analytics
Monitor performance, track usage patterns, and gain insights with comprehensive analytics and alerting capabilities.
Quick Start
🍺 Homebrew (Recommended)
# Add the Eldrin Tunnel tap
brew tap eldrin-project/eldrin-tunnel
# Install Eldrin Tunnel
brew install eldrin-tunnel
# Verify installation
eldrin-tunnel --help
✅ Works on both Intel and Apple Silicon Macs
🪟 Winget (Recommended)
# Install via Windows Package Manager
winget install EldrinProject.EldrinTunnel
# Verify installation
eldrin-tunnel --help
📦 Scoop (Alternative)
# Add the Eldrin Tunnel bucket
scoop bucket add eldrin-tunnel https://github.com/eldrin-project/homebrew-eldrin-tunnel
# Install Eldrin Tunnel
scoop install eldrin-tunnel
📦 Snap (Recommended)
# Install via Snap Store
sudo snap install eldrin-tunnel
# Verify installation
eldrin-tunnel --help
🍺 Homebrew (Alternative)
# Add the Eldrin Tunnel tap
brew tap eldrin-project/eldrin-tunnel
# Install Eldrin Tunnel
brew install eldrin-tunnel
How to Use
1 Start Your Local Service
# Example: Start a web server
python -m http.server 3000
# or
npm start # if port 3000
2 Start Eldrin Tunnel
# Quick mode
eldrin-tunnel --port 3000
# With authentication
eldrin-tunnel --login your@email.com
3 Share Your Public URL
✅ Tunnel allocated successfully!
Public URL:
https://f48482dc-035f-4e7d-8c7d-89593cfec5a6.tunnel.eldrin.link