Skip to main content

CLI

npm i -g @uniac/cli
@uniac/cli is a JS shim that resolves to a platform-specific package containing the Go binary. npm installs the matching one based on your os and cpu. Users on platforms without a prebuilt binary (anything other than darwin/linux × arm64/x64) can grab a tar.gz from the releases page and put uniac on $PATH manually.

SDK

pip install uniac

Verify

uniac --version
python -c "import uniac; print(uniac.__version__)"

Requirements

  • Python 3.11 or newer
  • Node 16 or newer (to install the CLI via npm)
  • Docker (required for uniac dev)