Installation
Prerequisites
Build from Source
git clone https://github.com/syedhamidali/zooni.git
cd zooni
cargo build --release
This produces three binaries in target/release/:
| Binary | Description |
|---|---|
trading-bot | Main trading bot |
backtest | Strategy backtester |
scan | Market scanner |
Docker
docker build -t zooni .
See Docker deployment for details.
GitHub Releases
Pre-built Linux binaries are attached to every GitHub release. Download and run directly — no Rust toolchain needed.
Verify Installation
./target/release/trading-bot --version
# zooni 2026.4.23 (abc1234)