Linux, macOS and BSD — daemon + CLI
Build from sourceThe daemon, the agent API and the nex command-line client. This is the part that works today.
Two daemons complete a PQXDH handshake, run a Double Ratchet and exchange a real encrypted message; the CLI acts as both the untrusted agent and the human approver. There is no packaged binary and no installer — you build it with cargo. A Rust toolchain is the only prerequisite.
git clone https://github.com/pstuart/xen
cd xen
cargo build --release