There are a lot of password managers out there. Rooster has some unique goals:
Rooster protects your passwords with state-of-the-art cryptography algorithms:
To top it off, it works Linux, BSD and OSX.
On Arch Linux, you install Rooster from AUR.
On Fedora/CentOS/Ubuntu/OSX:
shell
curl -sSL 'https://raw.githubusercontent.com/conradkdotcom/rooster/master/install.sh' | sh
For BSD and other Linux distributions:
pkg-config
, python3
, libxmu-dev
, libx11-dev
and one of xsel
/xclip
bash
curl https://sh.rustup.rs -sSf | sh -s -- -y
bash
cargo install --root /usr rooster
Once you have installed Rooster (see instructions below), you can view documentation with:
shell
rooster --help
Rooster has 2 sets of tests:
cargo test
./integration-tests.sh
You'll need to install Docker to run integration tests.
We welcome contribution from everyone. Feel free to open an issue or a pull request at any time.
Check out the unassigned issues to get started. If you have any questions, just let us know and we'll jump in to help.
Here's a list of existing Rooster contributors:
Thank you very much for your help! :smiley: :heart: