Skip to content

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 14 Dec 13:26
· 2 commits to main since this release

Release v0.1.19

Build Information

  • Version: v0.1.19
  • Commit: e88dc73
  • Build Time: 2025-12-14T13:26:45Z

Downloads

Choose the appropriate binary for your platform:

Linux:

  • Linux AMD64: amo_linux_amd64
  • Linux ARM64: amo_linux_arm64
  • Linux ARMv7: amo_linux_armv7

macOS:

  • macOS Intel: amo_darwin_amd64
  • macOS Apple Silicon: amo_darwin_arm64

Windows:

  • Windows AMD64: amo_windows_amd64.exe

Installation Options

Option 1: Web Download

Visit our download center: https://cli.release.amo.run

Option 2: Homebrew (macOS/Linux)

brew tap amo-run/amo
brew install amo

Option 3: Direct Download

  1. Download the binary for your platform
  2. Verify checksum (optional): sha256sum -c filename.sha256
  3. Make executable (Unix): chmod +x filename
  4. Run: ./filename --help

Quick Start

# List available workflows
amo workflow list

# Run a workflow
amo run file-organizer.js --var source_dir=./downloads

# Manage tools
amo tool list

Full Changelog: v0.1.18...v0.1.19