| Crates.io | antegen-cli |
| lib.rs | antegen-cli |
| version | 4.0.8 |
| created_at | 2025-12-14 19:24:18.636643+00 |
| updated_at | 2026-01-06 20:54:19.775258+00 |
| description | CLI for Antegen - Solana automation and scheduling |
| homepage | https://antegen.xyz/ |
| repository | https://github.com/wuwei-labs/antegen |
| max_upload_size | |
| id | 1984975 |
| size | 315,578 |
Command-line interface for Antegen - Solana automation and scheduling.
cargo install antegen-cli
curl -sSfL https://raw.githubusercontent.com/wuwei-labs/antegen/main/scripts/install.sh | bash
git clone https://github.com/wuwei-labs/antegen
cd antegen
cargo install --path crates/cli
# Show help
antegen --help
# Get thread info
antegen thread get <THREAD_PUBKEY>
# Run executor
antegen run --config antegen.toml
The CLI reads Solana configuration from ~/.config/solana/cli/config.yml by default.
MIT