EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Drip
    Drip icon

    Drip

    DevOps Infrastructure

    A self-hosted tunneling solution to securely expose local services to the internet using your own domain and infrastructure, with no bandwidth limits or third-party servers.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under BSD-3-Clause. Self-host on your own infrastructure with no limits.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    DevOps InfrastructureNetwork ManagementInfrastructure Automation

    Alternatives

    MeshGuardops0Tangram
    Developer
    GouryellaEst. 2025

    Listed Aug 2026

    About Drip

    Drip is an open-source, self-hosted tunneling tool written in Go that lets you expose local services to the internet through your own domain and server infrastructure. Licensed under BSD-3-Clause, it is developed by Gouryella and available on GitHub with 881 stars as of the latest data. The project positions itself as a privacy-respecting alternative to managed tunneling services like ngrok, where all traffic stays between your client and your own server.

    What It Is

    Drip is a CLI-based tunneling solution in the same category as ngrok or Cloudflare Tunnel, but designed for self-hosters who want full control over their infrastructure. Instead of routing traffic through a third-party provider's servers, Drip runs a server component on your own VPS or cloud instance and a client binary on your local machine. You expose services via your own domain (e.g., https://myapp.your-domain.com) with TLS 1.3 enabled by default. It supports HTTP, HTTPS, and TCP tunnels, making it suitable for web apps, APIs, databases, SSH, and other services.

    How It Works

    The setup follows a client-server model:

    • Server: Deployed on a Linux machine (AMD64 or ARM64), configured via /etc/drip/config.yaml, and managed as a systemd service.
    • Client: Installed on macOS, Linux, or Windows, configured once with drip config init, then used to open tunnels with simple commands like drip http 3000 -n myapp.
    • Transport: Uses WebSocket over TLS (WSS) as the tunnel transport, which works through CDNs like Cloudflare and restrictive firewalls.
    • Forwarding: Supports forwarding to localhost, LAN devices, Docker containers, or any network interface — not just 127.0.0.1.

    Key Capabilities

    • HTTP Basic Auth: Built-in username/password protection for tunnels, included at no cost.
    • Bearer Token Authentication: Added in January 2025 for token-based tunnel access control.
    • Bandwidth Limiting (QoS): Per-tunnel bandwidth control using a token bucket algorithm, with the server enforcing min(client, server) as the effective limit (added February 2025).
    • Background mode: Run tunnels as background daemons, list active sessions, attach to logs, and stop cleanly.
    • Unlimited tunnels and bandwidth: Constrained only by your own server's resources.

    Tradeoffs vs. Managed Tunneling

    The homepage directly compares Drip to ngrok's free tier. Drip offers unlimited bandwidth, unlimited active endpoints, unlimited tunnels per agent, and no request caps — but requires you to operate your own server. Managed services like ngrok handle infrastructure for you but impose quotas, route traffic through their servers, and charge for features like HTTP Basic Auth. Drip's self-hosted model means you bear the operational responsibility but gain privacy, no artificial limits, and no recurring service fees.

    Update: v0.7.11

    The latest release is v0.7.11, published on July 9, 2026. Recent changelog activity includes bandwidth limiting with QoS controls (February 2025), bearer token authentication (January 2025), and ongoing code refactoring for maintainability. The repository shows active development with 56 forks and regular pushes to the main branch, signaling a healthy open-source project trajectory.

    Drip - 1

    Community Discussions

    Be the first to start a conversation about Drip

    Share your experience with Drip, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under BSD-3-Clause. Self-host on your own infrastructure with no limits.

    • Unlimited tunnels
    • Unlimited bandwidth (your server)
    • Use your own domain
    • HTTP Basic Auth built-in
    • Bearer Token Authentication

    Capabilities

    Key Features

    • Self-hosted tunneling with your own domain
    • HTTP, HTTPS, and TCP tunnel support
    • TLS 1.3 by default
    • WebSocket over TLS (WSS) transport
    • HTTP Basic Auth protection built-in
    • Bearer Token Authentication
    • Per-tunnel bandwidth limiting (QoS) with token bucket algorithm
    • Forward to LAN devices, Docker containers, or any interface
    • Background daemon mode with session management
    • Unlimited tunnels, bandwidth, and requests
    • Works through CDNs like Cloudflare and restrictive firewalls
    • Single-command installation script
    • Build from source with Go 1.21+

    Integrations

    Cloudflare (CDN/firewall compatible)
    systemd (Linux service management)
    Docker (container forwarding)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Drip and help others make informed decisions.

    Developer

    Gouryella

    Gouryella builds Drip, a self-hosted tunneling solution written in Go that lets developers expose local services to the internet through their own domain and infrastructure. The project is open source under the BSD-3-Clause license and focuses on privacy, unlimited bandwidth, and zero artificial quotas. Drip is actively maintained with regular releases and a growing community on GitHub.

    Founded 2025
    1 employees
    Read more about Gouryella
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    MeshGuard icon

    MeshGuard

    Decentralized, serverless, WireGuard-compatible mesh VPN daemon written in Zig that builds encrypted tunnels between trusted peers without a hosted coordination service or central authority.

    ops0 icon

    ops0

    ops0 is an AI-powered CLI that transforms natural language into DevOps operations, automating complex multi-step workflows across your infrastructure.

    Tangram icon

    Tangram

    Tangram is an open-source build system and package manager that uses TypeScript for programmable builds with sandboxing, lockfiles, and distributed caching.

    Browse all tools

    Related Topics

    DevOps Infrastructure

    Platforms and tools for CI/CD pipelines and DevOps practices.

    74 tools

    Network Management

    AI-powered tools for managing and optimizing networks.

    2 tools

    Infrastructure Automation

    Tools that automate infrastructure provisioning and management.

    8 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions