rust-keylock is delivered as a desktop app, an Android app and a shell app.
Here is how you can install what you are interested in:
There are several choices for desktop users:
Install the rust-keylock-ui from the Snap Store.
Arch users may find the application in AUR.
Provided that Rust and Java 11 or higher are installed in your system,
you may use cargo install, or even build rust-keylock-ui
from the sources.
Simply open your terminal and execute:
cargo install rust-keylock-ui
When the installation completes, you will be able to run the application by executing rust-keylock-ui
.
git clone https://github.com/rust-keylock/rust-keylock-ui.git
cd rust-keylock-ui/rust
cargo run
You may download the latest stable release from the F-Droid.
Also, the latest unstable .apk is on the GitHub. This .apk is built and deployed automatically by Travis CI upon each code change, so, please, expect the unexpected if you use it…
Currently, the shell application is provided via crates.io and cargo.
Rust should be installed in your system.
cargo install rust_keylock_shell
.rust-keylock
from the command line.