Skip to content

Third party packages

T.J. Yang edited this page Jan 5, 2023 · 55 revisions

⚠️ This page is an index of third-party vaultwarden packages.
As these packages are not maintained or controlled by vaultwarden, they can lag behind official releases, sometimes significantly. If you rely on these packages, you might want to enable watching for new vaultwarden releases and let the maintainer know if the package isn't being kept up to date.


Unofficial Packaging Status

Server Web-Vault
Packaging status Packaging status

⚠️ Be aware that the latest vaultwarden release is not always forward-compatible with the latest web-vault version, so you might want to use an older version of vaultwarden-web to ensure compatibility.

Arch Linux

Available in the official repositories, along with the web vault.

Debian

A docker based toolchain can be used to build debian packages: https://github.com/greizgh/vaultwarden-debian It bundles the server and the web vault.

Debian source with pure compilation toolchain (no docker): https://github.com/dionysius/vaultwarden-deb and https://github.com/dionysius/vaultwarden-web-vault-deb It offers prebuild packages for latest Ubuntu LTS.

CentOS7 / RHEL7

A RPM Repository is packaged by @MrMEEE here: https://copr.fedorainfracloud.org/coprs/mrmeee/bitwarden_rs/ ... This also includes the webinterface in an additional package.

Installation instructions: https://github.com/MrMEEE/bitwarden_rs_rpm/blob/master/README.md

Any issues with the RPMs can be reported here: https://github.com/MrMEEE/bitwarden_rs_rpm/issues

CentOS 8 / RHEL 8

A hacky package that uses SQLite. It doesn't have the vault (yet), and still has the old name in visible places.

https://github.com/alexpdp7/vaultwarden-rpm

Fedora (current release, x86_64)

The vaultwarden package is built as a universal binary for MySQL, SQLite, and PostgreSQL. It also creates a vaultwarden user/group and a systemd service.

dnf config-manager --add-repo https://evermeet.cx/pub/repo/fedora/evermeet.repo
dnf install vaultwarden vaultwarden-webvault
# Enable web GUI 
sudo  sed -i "s/^#\sWEB_VAULT_ENABLED=true/WEB_VAULT_ENABLED=true/" /etc/vaultwarden/vaultwarden.cfg
# Listen on 0.0.0.0:8000, not the default localhost(127.0.0.1)
sudo  sed -i "s/^#\sROCKET_ADDRESS/ROCKET_ADDRESS/" /etc/vaultwarden/vaultwarden.cfg
sudo systemctl enable --now vaultwarden
sudo systemctl status -l  vaultwarden

Nix (OS)

Vaultwarden is both packaged for mysql, sqlite, postgresql and for vault. There is also a NixOS module for declarative configuration (see services.vaultwarden)

Cloudron

Cloudron is a platform that helps you run web apps on your server. Using Cloudron, you can easily install Bitwarden_rs on a custom domain from the App Library The app package comes bundled with the upstream web vault and does not need any further configuration after installation to get started. The Cloudron team keeps track of releases and provides automatic updates.

The package code and the issue tracker can be found at https://git.cloudron.io/cloudron/vaultwarden-app

Home Assistant

Home Assistant is an open-source home automation platform. A bitwarden_rs community add-on is available at https://github.com/hassio-addons/addon-bitwarden.

Build script for Ubuntu 20.04

Dinger1986 has created a script to install bitwarden_rs from source on Ubuntu 20.04, see https://github.com/dinger1986/bitwardenrs_install_script

FreeBSD

Available in the FreeBSD ports tree and as a binary package in the FreeBSD pkg repository: pkg install vaultwarden

A sample configuration file is provided at /usr/local/etc/rc.conf.d/vaultwarden.sample. Copy this file to /usr/local/etc/rc.conf.d/vaultwarden and edit its content to configure vaultwarden. The vaultwarden service can then be launched as usual (service(8), etc.).

RPM and DEB packages for most common distributions

openSUSE build service projekt with support for:

RPM
SUSE 15.3
15.4
Tumbleweed
RHEL 7
CentOS 7
8
8_Stream
Fedora 34
35
36
Rawhide
DEB
Debian 10
11
Testing
Ubuntu 18.04
20.04
22.04

You can either download the packages directly or use the available repositories.

vaultwarden vaultwarden-webvault vaultwarden-webvault-dark

Void Linux

Available in void-packages as vaultwarden: xbps-install vaultwarden
The web vault (vaultwarden-web) can be optionally installed as well: xbps-install vaultwarden-web

Clone this wiki locally