Passbolt is a JSON API for an open source password manager designed for teams.
The tool addresses the need for secure, collaborative credential management by providing a backend API that handles password storage, sharing, and access control across team members. It uses a client-server architecture where the API manages encryption, user authentication, and permission enforcement, allowing teams to securely store and distribute passwords without relying on a centralized service provider.
Teams evaluating Passbolt should understand that it is built on CakePHP and designed specifically for collaborative password management rather than individual use. It suits organizations that want to self-host their password infrastructure and maintain control over credential data. The project is positioned as a community edition, indicating that alternative commercial or enterprise versions may exist, though the README does not detail how they differ.
The project shows consistent development activity with regular commits across its codebase. Pull requests are reviewed and merged steadily, indicating ongoing maintenance and feature development. The issue tracker reflects active engagement with bug reports and feature requests from users. Documentation is maintained alongside code changes, suggesting the team prioritizes keeping guidance current with implementation.