Cerbos
Context-aware authorization and policy decision point for applications.
Why consider Cerbos?
Cerbos is an open-source authorization layer and Policy Decision Point (PDP) written in Go. Defined in simple human-readable YAML policies, it evaluates context-aware role and attribute permissions (RBAC/ABAC) via low-latency API calls.
Learn Cerbos by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Cerbos
Cerbos decouples access control logic from application codebases, allowing authorization policies to be updated without code redeployments.
Running with Docker
docker run -d \ --name cerbos \ -p 3592:3592 -p 3593:3593 \ -v $(pwd)/policies:/policies \ ghcr.io/cerbos/cerbos:latestCerbos is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.