Bitwarden's self-hosted release repository
  • Shell 61.3%
  • HCL 16.8%
  • PowerShell 11.4%
  • Handlebars 5.6%
  • Dockerfile 4.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate[bot] 03dcc8d102
[deps]: Update gh minor (#556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-09-14 12:24:04 -06:00
.github [deps]: Update gh minor (#556) 2026-09-14 12:24:04 -06:00
AWSMarketplace BRE-1893 fix(marketplace): defer host-key removal (#506) 2026-05-12 15:47:46 -04:00
AzureMarketplace fix(azure-marketplace): reset cloud-init state (#518) 2026-06-01 18:07:07 -04:00
bitwarden-lite [deps]: Update docker/dockerfile Docker tag to v1.27 (#555) 2026-09-14 09:48:01 +01:00
CommonMarketplace recreate /run/sshd after updates install so sshd -T can run (#554) 2026-09-08 15:51:53 -04:00
DigitalOceanMarketplace BRE-1893 fix(marketplace): defer host-key removal (#506) 2026-05-12 15:47:46 -04:00
.editorconfig chore: Add bitwarden/template repo config files (#310) 2024-11-25 14:23:20 -05:00
.gitattributes chore: Add bitwarden/template repo config files (#310) 2024-11-25 14:23:20 -05:00
.gitignore chore: Add bitwarden/template repo config files (#310) 2024-11-25 14:23:20 -05:00
bitwarden.ps1 Updated core, web, and key-connector versions (#552) 2026-09-03 15:26:57 +00:00
bitwarden.sh Updated core, web, and key-connector versions (#552) 2026-09-03 15:26:57 +00:00
CLAUDE.md Remove release triggers from marketplace workflows (#482) 2026-04-01 11:55:45 -04:00
CONTRIBUTING.md chore: Add bitwarden/template repo config files (#310) 2024-11-25 14:23:20 -05:00
LICENSE Initial commit 2022-01-06 11:10:40 -05:00
README.md Bitwarden Lite Marketplace Images (#491) 2026-04-15 19:26:22 +02:00
run.ps1 Remove email address prompt from Let's Encrypt installation (#462) 2026-02-27 13:07:14 +01:00
run.sh [SHOT-148] fix: syntax error in BUILT_IN_MS_SQL_ENABLED conditional check (#492) 2026-04-27 08:54:38 +01:00
SECURITY.md chore: Add bitwarden/template repo config files (#310) 2024-11-25 14:23:20 -05:00
version.json Updated core, web, and key-connector versions (#552) 2026-09-03 15:26:57 +00:00

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 Azure

Deploy to Kubernetes with Helm