Open source, globally consistent, fine-grained authorization system inspired by Google Zanzibar. Community-driven Chinese documentation.
definition user {}
definition document {
relation owner: user
relation editor: user
relation viewer: user
permission edit = owner + editor
permission view = edit + viewer
}Authorization infrastructure designed for modern applications
Declaratively define authorization with a schema language covering RBAC, ABAC, ReBAC and more
Built on Google Zanzibar, providing causally consistent permission checks via ZedTokens
Sub-millisecond permission checks with horizontal scaling, battle-tested in production
Built-in Watch API for real-time change tracking with full access control audit support
Official client libraries for Go, Python, Java, Ruby, Node.js and more
Community-driven Chinese documentation and hands-on tutorials