| Port details |
- rbw Unofficial bitwarden cli
- 1.15.0 security
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2026-04-18 16:57:05
- Last Update: 2026-04-18 17:20:04
- Commit Hash: 5beb942
- License: MIT
- WWW:
- https://github.com/doy/rbw/
- Description:
- rbw is an unofficial command line client for Bitwarden. Although
Bitwarden does come with its own command line client, it is limited
by being stateless - to use it, you're required to manually lock
and unlock the client, and pass the temporary keys around in
environment variables, which makes it very difficult to use. rbw
avoids this problem by maintaining a background process which is
able to hold the keys in memory, similar to the way that ssh-agent
or gpg-agent work. This allows the client to be used in a much
simpler way, with the background agent taking care of maintaining
the necessary state.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/security/rbw/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rbw
- pkg install rbw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rbw
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1776528000
SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0
SIZE (rust/crates/aes-0.8.4.crate) = 124812
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.94.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_rbw
- USES:
- cargo
- pkg-message:
- For install:
- rbw will run rbw-agent, inheriting the environment, so if you plan to
use rbw with a self-hosted instance (such as security/vaultwarden) with
your own certificates, be sure to set the SSL_CERT_DIR or SSL_CERT_FILE
environment variables before rbw-agent runs, otherwise you will receive
an "UnknownIssuer" error.
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.15.0 18 Apr 2026 17:20:04
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
security/rbw: Add note for self-hosting |
1.15.0 18 Apr 2026 16:54:43
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
security/rbw: New port: Unofficial bitwarden cli
rbw is an unofficial command line client for Bitwarden. Although
Bitwarden does come with its own command line client, it is limited
by being stateless - to use it, you're required to manually lock
and unlock the client, and pass the temporary keys around in
environment variables, which makes it very difficult to use. rbw
avoids this problem by maintaining a background process which is
able to hold the keys in memory, similar to the way that ssh-agent
or gpg-agent work. This allows the client to be used in a much
simpler way, with the background agent taking care of maintaining
the necessary state.
WWW: https://github.com/doy/rbw/ |