Installation
From source (Rust)
cargo install --git https://github.com/ACS-Org/ssynth-cli
Requires Rust 1.75+.
Verify
ssynth --version
Configuration
Config is stored at ~/.config/ssynth/config.toml (permissions 0600). Created automatically on first ssynth login.
You can override the API URL:
# Flag (highest priority)
ssynth --api-url https://api.example.com targets
# Environment variable
export SSYNTH_API_URL=https://api.example.com
# Config file (lowest priority)
# api_url = "https://api.supersynth.ai"