Permify: Open-source authorization as a service
Help Net Security profiles Permify, an open-source Zanzibar-style authorization service supporting RBAC, ABAC, and relationship-based rules with multi-tenant deployments.
Permify is an open-source authorization-as-a-service project modeled on Google Zanzibar that centralizes access-control decisions outside application code. It supports role-based, relationship-based, and attribute-based access rules, answers checks in tens of milliseconds via REST and gRPC, and runs from a single Docker command. It is a CNCF member and is freely available on GitHub.
- Implements Google Zanzibar-style relationship-based access control (ReBAC)
- Runs locally via one Docker command, serving REST and gRPC
- Separate rule sets per tenant for multi-customer deployments
- CNCF member project, free and open source on GitHub
Full article254 words · extracted from helpnetsecurity.com · click to collapse
Permify is an open-source authorization service that answers access questions at run time: can user X view document Y, which posts can members of team Y edit. It keeps those rules in one place, apart from the application code that would otherwise carry them.

Permify follows the design of Google Zanzibar, the authorization system Google runs across its own products. Teams reach for something like it when permissions get specific and start nesting inside each other, and when the same rules have to hold across several applications at once.
You write permission rules in Permify’s own language, which covers role-based access control, relationship-based rules, and attribute-based ones. A relationship-based rule grants access through a connection: the owner of a document, a member of the team that owns it.
The service can also hold a separate set of rules for each tenant, so one deployment serves many customer organizations without their permissions bleeding together. Permify answers checks in tens of milliseconds.
A single Docker command starts it locally, listening for REST and gRPC calls and keeping authorization data in memory. Permify is a member of the Cloud Native Computing Foundation, and the repository lists bounty-labeled issues that pay out on accepted pull requests.
Permify is available for free on GitHub.

Must read:
- 20 open-source cybersecurity tools to keep your team ready for anything
- GitHub CISO on security strategy and collaborating with the open-source community

Subscribe to the Help Net Security ad-free monthly newsletter to stay informed on the essential open-source cybersecurity tools. Subscribe here!

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.helpnetsecurity.com/2026/09/14/permify-open-source-authorization-as-a-service/