Bitwarden's self-hosted release repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
fer f86da8a279
Merge bfe0566050 into 79ef352369
1 day ago
.github [deps]: Update actions/checkout action to v6 (#437) 1 week ago
DigitalOceanMarketplace BRE-648 - Change image location from DockerHub to ghcr.io (#353) 9 months ago
bitwarden-lite Update Bitwarden lite docker-compose.yml to 2025.12.0 6 days ago
.editorconfig chore: Add bitwarden/template repo config files (#310) 1 year ago
.gitattributes chore: Add bitwarden/template repo config files (#310) 1 year ago
.gitignore chore: Add bitwarden/template repo config files (#310) 1 year ago
CONTRIBUTING.md chore: Add bitwarden/template repo config files (#310) 1 year ago
LICENSE Initial commit 4 years ago
README.md BRE-648 - Add logic to push images to ghcr.io (#351) 10 months ago
SECURITY.md chore: Add bitwarden/template repo config files (#310) 1 year ago
bitwarden.ps1 Updated core, web, and key-connector versions 6 days ago
bitwarden.sh Merge bfe0566050 into 79ef352369 1 day ago
run.ps1 [BRE-1009] Update Docker image purge logic to be more thorough (#440) 2 days ago
run.sh [BRE-1009] Update Docker image purge logic to be more thorough (#440) 2 days ago
version.json Updated core, web, and key-connector versions 6 days ago

README.md

Self-Host Release Repository

Bitwarden's dedicated self-hosted release repository. This holds the installation scripts and container images for our self-host project.

For any issues regarding a specific client application, please visit bitwarden/clients

Container Images

Bitwarden provides OCI-Compliant container images in our ghcr.io repository.

All images published to ghcr.io are signed by using Cosign's keyless signing. The images can be verified with the following command (where $IMAGE_NAME is set to an image in our repository):

$ cosign verify ghcr.io/bitwarden/$IMAGE_NAME:latest --certificate-identity-regexp="https://github\.com/bitwarden/self-host/\.github/workflows/release\.yml@.*" --certificate-oidc-issuer="https://token.actions.githubusercontent.com"

Quick Deploy

Deploy to DO

Deploy to Kubernetes with Helm