Skip to content

Installation

chattor is built with Rust. You’ll need Rust 1.70+ installed.

Terminal window
git clone https://github.com/jmsingleton/chattor.git
cd chattor
cargo build --release

The binary will be at target/release/chattor.

Terminal window
# Binary release
yay -S chattor-bin
# Build from source
yay -S chattor-git

Download the .deb from the latest release:

Terminal window
sudo dpkg -i chattor_*.deb

Download the .rpm from the latest release:

Terminal window
sudo rpm -i chattor-*.rpm
Terminal window
brew tap jmsingleton/chattor
brew install chattor
  • Platform: Linux, macOS, BSD (no Windows support)
  • Dependencies: None — SQLCipher is bundled via rusqlite, Tor is embedded via arti
  • Rust: 1.70+ (edition 2021) if building from source