Quick Start
Install from a GitHub Release when one exists:
curl -fsSL https://raw.githubusercontent.com/s1dc0des/koyal/main/install.sh | sh
koyal doctor
Build from source:
git clone https://github.com/s1dc0des/koyal
cd koyal
cargo build --release --locked
./target/release/koyal doctor
Run an agent tick and gateway:
koyal agent-tick --agent solana_jupiter
koyal gateway --host 127.0.0.1 --port 8790
For the complete command surface, see the CLI reference.