RZ Ruzor Docs

Rust port of Pyzor

Ruzor Documentation

Rust-native Pyzor-compatible client and server documentation.

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 binariesruzor 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

Project Links