diff --git a/README.md b/README.md index f84ccab34..62259895e 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,22 @@

- Get started with Pangolin at app.pangolin.net + Get started with Pangolin Cloud at app.pangolin.net

-Pangolin is an open-source, identity-based remote access platform built on WireGuard® that enables secure connectivity to infrastructure anywhere. It combines reverse-proxy and VPN capabilities into one platform, providing browser-based access to web applications and client-based access to private resources with NAT traversal, all with granular access control. +Pangolin is an open-source SASE platform, built on WireGuard®, with a simple mission: connect and protect your users, wherever they are. It brings networking and security together as one system including a zero-trust VPN, zero-trust reverse proxy, privileged access management, and an identity-aware AI gateway, all sharing one identity and policy model. It's the same idea behind platforms like Cloudflare One, Zscaler, and Prisma but open, self-hostable, and built to stay light and easy to deploy. + +### Networking and security that's unified, open, and simple + +Legacy SASE platforms got the idea right: connectivity and security belong together. But they delivered it as a heavyweight, closed, cloud-locked stack assembled from years of patchwork. Pangolin exists to do that unification differently, in the open, self-hostable, and simple enough that administrators actually enjoy running it. + +* **Open source, not a black box**: the code is open and auditable, so you can see exactly how your traffic is handled and how access decisions get made, instead of trusting a closed cloud control plane. +* **Networking and security as one platform**: sites, reverse proxy, client access, RBAC, and the AI gateway share one identity and policy model, so protecting users and connecting them are executed together. +* **Lightweight by design**: the whole platform is built to stay small and fast: easy to self-host on a small server, with a lightweight, user-space connector that goes in your private networks. +* **Enjoyable to use**: a clean, modern interface and a setup flow that gets out of your way, so managing access feels simple instead of like fighting a legacy admin console. +* **Zero trust from day one**: access is granted per resource, not per network, with identity provider integration, role-based access control, and full audit logging. +* **Run it your way**: self-host the Community Edition for free, step up to the Enterprise Edition for advanced features, or use Pangolin Cloud if you'd rather not manage infrastructure at all. ## Installation @@ -53,9 +64,9 @@ Pangolin is an open-source, identity-based remote access platform built on WireG ## Deployment Options -- **Pangolin Cloud** - Fully managed service - no infrastructure required. -- **Self-Host: Community Edition** - Free, open source, and licensed under AGPL-3. -- **Self-Host: Enterprise Edition** - Licensed under Fossorial Commercial License. Free for personal and hobbyist use, and for businesses making less than \$100K USD gross annual revenue. +- **Pangolin Cloud** - Fully managed service with no infrastructure required. +- **Self-Host: Community Edition** - Free, open-source, and licensed under AGPL-3. +- **Self-Host: Enterprise Edition** - Open-core, and licensed under Fossorial Commercial License. Free for personal and hobbyist use, and for businesses making less than \$100K USD gross annual revenue. ## Key Features diff --git a/public/screenshots/hero.png b/public/screenshots/hero.png index 8d758b260..46ecda884 100644 Binary files a/public/screenshots/hero.png and b/public/screenshots/hero.png differ diff --git a/public/screenshots/private-resources.png b/public/screenshots/private-resources.png index 55bf97d3b..9f46544ae 100644 Binary files a/public/screenshots/private-resources.png and b/public/screenshots/private-resources.png differ diff --git a/public/screenshots/public-resources.png b/public/screenshots/public-resources.png index 8d758b260..46ecda884 100644 Binary files a/public/screenshots/public-resources.png and b/public/screenshots/public-resources.png differ diff --git a/public/screenshots/resource-launcher.png b/public/screenshots/resource-launcher.png index 93b803ee6..89150f8c8 100644 Binary files a/public/screenshots/resource-launcher.png and b/public/screenshots/resource-launcher.png differ diff --git a/public/screenshots/sites.png b/public/screenshots/sites.png index ea8edf74f..3a4eef8f2 100644 Binary files a/public/screenshots/sites.png and b/public/screenshots/sites.png differ diff --git a/public/screenshots/users.png b/public/screenshots/users.png index d9b2b2987..aa3f6413c 100644 Binary files a/public/screenshots/users.png and b/public/screenshots/users.png differ