What Ruzor Is
Ruzor is a Rust implementation of the Pyzor 1.1 client and server surface. It keeps the Pyzor digest, UDP protocol, command names, input styles, and storage formats compatible while packaging the tools as native Rust binaries.
1:1 compatibility targetClient and daemon behavior follows the Pyzor 1.1 command-line and protocol contract.
Native binaries
ruzor and ruzord ship without requiring a Python runtime.Public Service
Configure the public Ruzor endpoint as public.ruzor.org:24441. For destructive operations such as report and whitelist, use a private test server unless you intend to update the public corpus.
mkdir -p ~/.ruzor
printf '%s\n' public.ruzor.org:24441 > ~/.ruzor/servers
ruzor ping
Documentation Map
InstallRelease binaries, Cargo install, source builds, feature flags.
ClientCommands, input styles, public server file, local whitelist.
ServerDaemon modes, backends, access files, signal handling.
ConfigurationHomedir rules, config names, accounts, ACL records.
ProtocolDigest behavior, UDP message shape, response fields.
LicenseGPL-3.0-only, upstream credits, contact.