TunnelAPI is a developer-first tunneling platform that lets you expose your local development server to the internet securely. Perfect for:
- π Webhook Testing - Receive webhooks from Stripe, GitHub, Twilio, etc.
- π API Development - Share your local API with teammates or clients
- π± Mobile Testing - Test your app on real devices
- π― OAuth Callbacks - Handle OAuth redirects during development
- π€ Client Demos - Show work-in-progress to stakeholders
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β β β Terminal β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β β
β $ arm tunnel 3000 -s myapp β
β β
β β Tunnel created successfully! β
β Public URL: https://myapp.free-tunnelapi.app β
β Local Port: 3000 β
β β
β βΉ Forwarding traffic... β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| Feature | TunnelAPI | ngrok | localtunnel |
|---|---|---|---|
| Free Tier | β 40K req/mo | β Limited | β Unlimited |
| Custom Subdomains | β Free | π° Paid | β Random only |
| API Gateway | β Built-in | β No | β No |
| Webhook Testing | β With replay | β No | β No |
| Visual Workflow Builder | β Drag & drop | β No | β No |
| K8s-style Ingress | β Yes | β No | β No |
| Request Logging | β Real-time | β Yes | β No |
| VS Code Extension | β Yes | β Yes | β No |
| Self-hosted Option | π Coming | π° Enterprise | β Yes |
TunnelAPI gives you more features in the free tier than competitors charge for in their paid plans.
Your security is our priority. TunnelAPI implements multiple layers of protection:
| Security Feature | Description |
|---|---|
| π SSL/TLS Encryption | All traffic is encrypted end-to-end with TLS 1.3 |
| π Token Authentication | Secure API tokens with granular permissions |
| π HTTPS Only | All tunnel URLs are HTTPS by default |
| π‘οΈ Rate Limiting | Built-in protection against abuse and DDoS |
| π No Data Storage | We don't store your request/response payloads |
| β OAuth 2.0 | Sign in securely with Google or GitHub |
| π Audit Logs | Track all tunnel activity in your dashboard |
# All tunnels are automatically secured
arm tunnel 3000
# β https://myapp.free-tunnelapi.app (HTTPS enforced)| Feature | Description |
|---|---|
| π Secure Tunnels | End-to-end encrypted connections with SSL/TLS |
| π·οΈ Custom Subdomains | Get memorable URLs like myapp.free-tunnelapi.app |
| π API Gateway | Route, transform, and manage API traffic |
| βΈοΈ K8s Ingress | Kubernetes-style ingress rules for advanced routing |
| πͺ Webhook Endpoints | Dedicated endpoints with request logging & replay |
| π Real-time Analytics | Monitor requests, latency, and errors |
| π Visual Workflow Builder | Drag-and-drop API orchestration |
npm install -g api-response-managerDownload the standalone binary for your platform:
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | arm-win-x64.exe |
| Linux | x64 | arm-linux-x64 |
| macOS | x64 (Intel) | arm-macos-x64 |
| macOS | ARM64 (Apple Silicon) | arm-macos-arm64 |
Install directly from the marketplace:
# Login to your account
arm login
# Start a tunnel on port 3000
arm tunnel 3000
# Start with custom subdomain
arm tunnel 3000 -s myapp
# View all commands
arm --help- π Website
- π Documentation
- π» VS Code Extension
- π₯ CLI Downloads
- π₯ System Binary Downloads
- π§ Email: info@tunnelapi.in
- π Issues: GitHub Issues
Built with β€οΈ for developers
Β© 2025 TunnelAPI by Vijay Singh Purohit


