Sendword is a single Rust binary with no runtime dependencies beyond SQLite.
cargo install sendword
git clone https://github.com/wavefunk/sendword
cd sendword
cargo build --release
The binary will be at target/release/sendword.
If you use Nix, sendword ships a flake:
nix run github:wavefunk/sendword
Or add it to your development shell via flake.nix.