OpenSource-Hub
P

passbolt_api

5.9k stars·Privacy Protection·SHA-256 checksum verified

The backend server for the Passbolt ecosystem. It provides security-first, self-hosted password management for teams, with user-owned GPG keys, end-to-end encryption, and comprehensive audit logs. Supports multiple deployment platforms, browser extensions, mobile apps, CLI, and desktop client.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

A self-hosted, open source password manager for teams with end-to-end encryption and granular sharing.

Core Features

  • End-to-end encryption with user-owned private keys
  • Granular sharing: per-password, folder, and role-based permissions
  • Full audit trails: track who accessed which credential and when
  • Cross-platform clients: browser extensions, iOS/Android, CLI
  • Multiple deployment options: Docker, K8s, Ubuntu/Debian/RHEL etc.

What It Can't Do

  • HTTPS is mandatory (self-signed works); you must generate and backup GPG key pair during setup; there is no master password recovery (by design); Community Edition lacks SSO, AD/LDAP integration (available in Pro).

Use Cases

  • Centralized password sharing and rotation within teams
  • Vendor/contractor access control with audit logging
  • Compliance-driven credential management (SOC 2, GDPR, etc.)

Passbolt API is the backend server component of the Passbolt password management ecosystem. It provides a secure, self-hosted solution for teams to centralize, organize, and share passwords and secrets. Built with a security-first mindset, it uses user-owned GPG keys for end-to-end encryption and undergoes multiple annual security audits with public findings. Key features include role-based access control, shared folder management, password expiry policies, resource permissions audit trails, and support for browser extensions, mobile apps, CLI, and a desktop app. It can be deployed on-premise or in air-gapped environments, ensuring full data privacy and compliance with GDPR.

Tags

password-managerteamself-hostedopen-sourcegpgencryptionsecurity

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Choose a deployment method (recommended Docker): docker pull passbolt/passbolt:latest

4

Run the container: docker run -d -p 443:443 passbolt/passbolt

5

Access https://localhost, complete the setup wizard to create admin account and configure GPG keys

Install Guide
  1. Choose a deployment method (recommended Docker): docker pull passbolt/passbolt:latest
  2. Run the container: docker run -d -p 443:443 passbolt/passbolt
  3. Access https://localhost, complete the setup wizard to create admin account and configure GPG keys
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove the container: docker stop passbolt && docker rm passbolt. To completely remove data, delete the mounted volumes or data directory.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0
Last Updated2026-06-27 03:05:16
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

5 FAQs

Similar Projects