Overview
Bitwarden Server provides the APIs, database layer, identity, notifications, and other backend infrastructure used by Bitwarden clients. It is implemented in C#/.NET with ASP.NET Core and primarily uses T-SQL/SQL Server, with Docker-based self-hosting. The main server code is AGPL-3.0, while Commercial.Core and SSO integration include source-available Bitwarden-licensed code. The latest release checked on September 17, 2026 is v2026.9.0.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Self-host the API, identity, event, and notification infrastructure behind Bitwarden clients
The server repository provides the backend for Bitwarden clients, including API, database, Identity, and notification services. Organization deployments can also include services such as Admin, SSO, and SCIM.
Sources: [2]
Operate the on-prem deployment through official scripts and Docker images
Linux and macOS use the official bitwarden.sh installer while Windows uses the PowerShell equivalent. Production images are split across API, Identity, Notifications, Events, Admin, SSO, SCIM, and related services.
Sources: [2]
For organizations keeping password data on infrastructure they control while using Bitwarden clients
It fits teams that want on-prem credential storage and organizational policy while continuing to use Bitwarden browser, mobile, desktop, and other clients.
Sources: [2]
Treat it as security-critical infrastructure and verify the AGPL versus source-available licensing boundary
The License FAQ states that the main server is AGPL-3.0, while Commercial.Core and SSO integration use the Bitwarden License and require a paid subscription for production use. Self-hosting a credential system also makes database, attachments, secrets, TLS, mail, backup/restore, and upgrade operations your responsibility.
Official sources
- [1]bitwarden/server — GitHub repository metadata(2026-09-17)
- [2]Bitwarden Server — README(2026-09-17)
- [3]Bitwarden — License Statement and FAQ(2026-09-17)
- [4]Bitwarden Server v2026.9.0 release(2026-09-17)
Supplemental curator note
This entry focuses on the backend repository rather than the client UX, especially self-host operations and the AGPL versus Bitwarden License boundary.
Try it in 3 steps
- 1
Get the source
git clone --depth 1 https://github.com/bitwarden/server.git - 2
Enter the repository
cd server - 3
Check the official steps
Continue with the commands in the README Installation, Quick Start, or Getting Started section.
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Growth
Growth trends · Last 30 days
20,154 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 97
- Open PRs
- 192
Development activity is still being collected.
Built with
Categories and tags
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- aspnetcore
- aspnet
- sql-server
- api
- sql
- csharp
- bitwarden
- dotnet-core
- dotnet
- docker
- signalr
- Stars
- 20,154
- Forks
- 1,772
- Watchers
- 223
- Open issues
- 36
- Primary language
- C#
- License
- Not determined
- Repository last updated
- Sep 17, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- n8n204,729 Stars
A fair-code platform combining a visual canvas and code for service integrations, workflows, and AI agents.
TypeScript - Ollama181,232 Stars
A runtime for downloading and running open models on a computer or server through a CLI and local API.
Go - AUTOMATIC1111 Stable Diffusion WebUI164,915 Stars
A Gradio UI for Stable Diffusion image generation, editing, model selection, extensions, and APIs.
Python - Dify156,066 Stars
A visual LLM application platform combining AI workflows, RAG, agents, model management, and observability.
TypeScript - Open WebUI152,339 Stars
A self-hosted AI workspace for Ollama and OpenAI-compatible model providers.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.