Skip to content

abw CLI abw-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 May 11:22

abw CLI — abw-v0.2.0

The abw command-line is the developer-facing path for building
Apps on the Agent Bestiary Workspace platform. See Doc 3 — Building
New Apps on ABW

for the three drop-dead-easy paths.

Quick install (any platform)

curl -fsSL https://raw.githubusercontent.com/Replicant-Partners/fermi/main/scripts/install-abw.sh | bash

Manual install

Pick the archive for your platform from the assets below:

  • abw-abw-v0.2.0-x86_64-unknown-linux-gnu.tar.gz
  • abw-abw-v0.2.0-aarch64-unknown-linux-gnu.tar.gz
  • abw-abw-v0.2.0-x86_64-apple-darwin.tar.gz (Intel Mac)
  • abw-abw-v0.2.0-aarch64-apple-darwin.tar.gz (Apple Silicon)
  • abw-abw-v0.2.0-x86_64-pc-windows-msvc.zip

Extract, drop abw (or abw.exe) on your $PATH, then:

abw login
abw app new my_first_app
abw app deploy

Verify

Each platform has a checksums-<target>.txt listing SHA256s of both
the archive and the plain binary.