Installation
Supported systems
- Apple macOS (tested on an M4 MacBook Pro running macOS 26.5.1 (Tahoe))
- Linux (tested on an x86_64 machine running Fedora 43)
- Windows (tested on an x86_64 machine running Windows 11)
Intended audience
System administrators. This tool probably isn’t useful to regular users.
Installing from source
To install from source you’ll need the
Rust development tools. Once
those are installed, rpass can be installed through cargo with the
following:
$ cargo install --git https://github.com/rjhansen/rpass
Next: read the usage guide for the full flag reference and a quickstart.