Install natively
Deploy on your favorite cloud provider
Install from scratch
Get started with our server installation guide
Passbolt can be installed on a large variety of servers in just a few minutes. Pick your flavor!
Install natively
Deploy on your favorite cloud provider
Install from scratch
Community Edition
Passbolt Community Edition (CE) is 100% open source, both free as in free beer and as in free speech. It comes with no strings attached.
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
In the next step, you will complete the configuration of your server and create the first admin user. It takes a minute.
See next steps in detailed installation guide