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

✍️ OpenClawRadar📅 Published: February 16, 2026🔗 Source
Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Ad

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.

Ad

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

Ad

👀 See Also

ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language
Tools

ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language

A new open-source skill allows OpenClaw agents to construct ComfyUI workflows, submit jobs, and manage renders through natural language commands like 'Make 50 variations of this concept with different seeds' or 'Compare these 4 prompts side by side at 1024x1024'.

OpenClawRadar
Interfaze: New Model Architecture Beats Gemini-3-Flash and GPT-5.4-Mini on Deterministic Tasks
Tools

Interfaze: New Model Architecture Beats Gemini-3-Flash and GPT-5.4-Mini on Deterministic Tasks

Interfaze, a new model architecture combining DNN/CNNs with transformers, outperforms Gemini-3-Flash, Claude-Sonnet-4.6, GPT-5.4-Mini, and Grok-4.3 across 9 benchmarks including OCR, vision, STT, and structured output.

OpenClawRadar
OpenObscure: Open-Source On-Device Privacy Firewall for AI Agents
Tools

OpenObscure: Open-Source On-Device Privacy Firewall for AI Agents

OpenObscure is an open-source, on-device privacy firewall that sits between AI agents and LLM providers, using FF1 Format-Preserving Encryption to encrypt PII values before requests leave your device. It includes PII detection with 99.7% recall, cognitive firewall scanning, and runs on macOS/Linux/Windows with iOS/Android bindings.

OpenClawRadar
Offline-web-search: A Local Google Search Alternative for AI Agents
Tools

Offline-web-search: A Local Google Search Alternative for AI Agents

A developer built offline-web-search to address poor offline search capabilities in AI agents, creating a drop-in replacement that mimics Claude's web tools with BM25 ranking, SQLite FTS5 indexing, and support for ZIM archives and custom crawlers.

OpenClawRadar