Skip to content

v3.0.1

Latest

Choose a tag to compare

@guanqi-lab guanqi-lab released this 30 Apr 09:31

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

  1. Download the appropriate package for your platform
  2. Extract the archive: tar -xzf aster-cli-{platform}-{arch}.tar.gz
  3. Make executable (Linux/macOS): chmod +x aster-cli
  4. Set up environment variables:
    export API_KEY="your_api_key"
    export API_SECRET="your_api_secret"
  5. Run: ./aster-cli --help