Installation
From Source (Recommended)
Section titled “From Source (Recommended)”chattor is built with Rust. You’ll need Rust 1.70+ installed.
git clone https://github.com/jmsingleton/chattor.gitcd chattorcargo build --releaseThe binary will be at target/release/chattor.
Package Managers
Section titled “Package Managers”Arch Linux (AUR)
Section titled “Arch Linux (AUR)”# Binary releaseyay -S chattor-bin
# Build from sourceyay -S chattor-gitDebian / Ubuntu
Section titled “Debian / Ubuntu”Download the .deb from the latest release:
sudo dpkg -i chattor_*.debFedora / RHEL
Section titled “Fedora / RHEL”Download the .rpm from the latest release:
sudo rpm -i chattor-*.rpmHomebrew (macOS)
Section titled “Homebrew (macOS)”brew tap jmsingleton/chattorbrew install chattorRequirements
Section titled “Requirements”- Platform: Linux, macOS, BSD (no Windows support)
- Dependencies: None — SQLCipher is bundled via
rusqlite, Tor is embedded viaarti - Rust: 1.70+ (edition 2021) if building from source