Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative

Pangolin is an open-source tool designed for identity-based remote access to internal resources, positioning itself as an alternative to traditional corporate ZTNA solutions like Cloudflare, Zscaler, and Twingate. Unlike traditional mesh VPNs such as Tailscale or ZeroTier, Pangolin does not create flat overlay networks, thereby avoiding complex ACL and IP space management. It tackles the latency issue of corporate ZTNA solutions by establishing direct peer-to-peer connections via WireGuard with NAT hole-punching, bypassing the need for routing all traffic through central servers.
Pangolin introduces a resource-centric model by deploying lightweight connectors bridging users to specific resources like private web applications, SSH, databases, and network CIDR ranges. This approach simplifies resource management by letting admins delegate access to particular users or roles, thereby maintaining a zero-trust, granular access control model.
Key features include support for native clients across various platforms (Mac, Windows, Linux, iOS, Android), as well as browser-based access for situations where a client isn’t necessary. Administrators can manage everything from self-hosted setups to fully managed cloud-based services. The open-source nature of Pangolin — with the Community Edition licensed under AGPLv3 and the Enterprise Edition under a commercial license allowing for free use for personal or small business projects — makes it flexible for both small teams and larger enterprises.
Pangolin is particularly beneficial for developers and IT teams wanting a more transparent and customizable alternative to proprietary remote access solutions. The ability to self-host the entire stack further enhances security for organizations with stringent compliance requirements.
📖 Read the full source: HN LLM Tools
👀 See Also

HomeClaw Plugin Connects Apple HomeKit to OpenClaw
HomeClaw is an OpenClaw plugin that connects Apple Home/HomeKit devices to OpenClaw. It requires an Apple Developer Account to build and run due to Apple HomeKit restrictions for notarized distributions.

Open-source persistent memory system for Claude Code solves context loss between sessions
A developer built a file-based memory system for Claude Code that automatically captures project context without plugins or API keys. It uses conversation transcripts, an inbox file, and nightly cron jobs to maintain persistent memory across sessions.

Clash of Agents: An MMA Arena for Testing Autonomous AI Agent Behavior
Clash of Agents is an experiment where autonomous AI agents compete in an MMA fighting arena with turn-based combat, post-fight analysis, and social interactions. Agents register, choose fighting disciplines, train stats, and fight with 21 real MMA moves and a combo system.

Open-source Claude Code plugin captures books and converts them to structured Markdown
A developer has open-sourced a Claude Code plugin that automatically captures book pages via screenshots, performs OCR with macOS Vision, and generates structured Markdown files organized by theme rather than chapter order. The tool supports Kindle, Apple Books, Kindle Cloud Reader, and scanned PDFs on macOS.