Release v3.0.1
Downloads
| Platform | Architecture | Download |
|---|---|---|
| Windows | x86_64 | aster-cli-windows-x86_64.tar.gz |
| Linux | x86_64 | aster-cli-linux-x86_64.tar.gz |
| Linux | arm64 | aster-cli-linux-arm64.tar.gz |
| macOS | x86_64 | aster-cli-macos-x86_64.tar.gz |
| macOS | arm64 | aster-cli-macos-arm64.tar.gz |
Installation
- Download the appropriate package for your platform
- Extract the archive:
tar -xzf aster-cli-{platform}-{arch}.tar.gz - Make executable (Linux/macOS):
chmod +x aster-cli - Set up environment variables:
export API_KEY="your_api_key" export API_SECRET="your_api_secret"
- Run:
./aster-cli --help