Dockportless – No port conflicts running multiple AI agents in parallel
Pretty localhost URLs for Docker Compose, built in Zig like vercel/portless.
a harbor for your localhost
One command discovers 40+ services via HTTP fingerprinting and filesystem parsing.
Backend developers, DevOps engineers, local development debuggers
LocalStack · Orbstack · Docker Desktop
How it works: - One lsof / netstat call maps all listening processes - 100+ ports scanned in parallel via TCP connect, 150ms timeout each - HTTP fingerprinting reads response headers to identify frameworks (Spring Boot, Express, Django, etc.) - Filesystem detection reads package.json, pom.xml, go.mod, Cargo.toml from the process working directory to get the actual project name - Redis gets a PING/PONG health check, Postgres gets a connection handshake - Results pushed to the browser via WebSocket every few seconds
First scan: ~800ms. Subsequent scans: ~300-400ms. Memory: ~55MB RSS.
Detects 40+ services including databases, queues, monitoring tools, and AI runtimes (Ollama).
Single file UI, no build step, no bundler. Just HTML/CSS/JS served by Express.
npm install -g @haseeb-xd/havn && havn
GitHub: https://github.com/haseeb-xd/havn
Happy to answer questions about the detection approach or the performance tradeoffs.
Pretty localhost URLs for Docker Compose, built in Zig like vercel/portless.
local.vibe gives localhost ports real names — ngrok local mode does this already.
Menu bar port monitoring beats lsof for daily dev workflow on macOS.
Replaces lsof grep chains with Docker-aware port management and SSH remote scanning.
Editor-agnostic remote dev without VS Code Remote SSH lock-in.
Zero-config local HTTPS with auto-trusted certs beats manual mkcert commands, but problem already well-solved.