Open source password & secret management. Any business, any size.
Passbolt is an open source credential platform built-first for security-conscious IT teams, yet simple enough for company-wide adoption. A sovereign, adaptable solution that delivers for a team of 5, or an organisation of 5000.

Bosch
Ministère de l'intérieur
GLS
Humboldt-Universität zu Berlin
TU Graz
ZIT-RLP
Hochschule Ruhr West
Information Services
CTIE
curl -LO "https://download.passbolt.com/ce/docker/docker-compose-ce.yaml"
curl -LO "https://github.com/passbolt/passbolt_docker/releases/latest/download/docker-compose-ce-SHA512SUM.txt"
sha512sum -c docker-compose-ce-SHA512SUM.txt && echo "Checksum OK" || (echo "Bad checksum. Aborting" && rm -f docker-compose-ce.yaml)
docker compose -f docker-compose-ce.yaml up -d
helm repo add passbolt "https://download.passbolt.com/charts/passbolt"
helm install mypassbolt passbolt/passbolt
curl -LO "https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO "https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo apt install passbolt-ce-server
curl -LO "https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO "https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo apt install passbolt-ce-server
curl -LO "https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO "https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo dnf install passbolt-ce-server
sudo /usr/local/bin/passbolt-configure
curl -LO "https://download.passbolt.com/ce/installer/passbolt-repo-setup.ce.sh"
curl -LO "https://github.com/passbolt/passbolt-dep-scripts/releases/latest/download/passbolt-ce-SHA512SUM.txt"
sha512sum -c passbolt-ce-SHA512SUM.txt && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh
sudo zypper install passbolt-ce-server
sudo /usr/local/bin/passbolt-configure

Passbolt 5.13: One open source codebase for Community and Pro Editions
Passbolt 5.13 unifies Community and Pro on one open source codebase, making it easy to switch editions with a subscription key without complex migration steps.

Passbolt Completes GDPR Audit and Appoints DPO
Passbolt completed an independent GDPR audit and appointed Examin SAS as DPO, strengthening privacy governance, accountability, and data protection.

What we learned from SCIM security audit
Sharing key security lessons from the recent SCIM audit. These codebase patterns can happen to anyone, regardless of language or framework.