Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Prerequisites

  • Rust toolchain (edition 2024)
  • A Bybit account — testnet recommended for initial setup

Build from Source

git clone https://github.com/syedhamidali/zooni.git
cd zooni
cargo build --release

This produces three binaries in target/release/:

BinaryDescription
trading-botMain trading bot
backtestStrategy backtester
scanMarket 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)