mirror of
https://github.com/bitwarden/self-host.git
synced 2026-09-15 12:47:19 +00:00
Bitwarden's self-hosted release repository
- Shell 61.3%
- HCL 16.8%
- PowerShell 11.4%
- Handlebars 5.6%
- Dockerfile 4.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github | ||
| AWSMarketplace | ||
| AzureMarketplace | ||
| bitwarden-lite | ||
| CommonMarketplace | ||
| DigitalOceanMarketplace | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| bitwarden.ps1 | ||
| bitwarden.sh | ||
| CLAUDE.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| run.ps1 | ||
| run.sh | ||
| SECURITY.md | ||
| version.json | ||
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"