Installation

Sendword is a single Rust binary with no runtime dependencies beyond SQLite.

From cargo

cargo install sendword

From source

git clone https://github.com/wavefunk/sendword
cd sendword
cargo build --release

The binary will be at target/release/sendword.

With Nix

If you use Nix, sendword ships a flake:

nix run github:wavefunk/sendword

Or add it to your development shell via flake.nix.

Requirements

  • Rust 1.80+ (for building from source)
  • SQLite (bundled via SQLx)
  • A directory with write access for the database and logs