Skip to main content

Introduction

BizyAir CLI is a command-line tool for managing model files on BizyAir. It provides two usage modes — an interactive interface (TUI) and a command-line interface (CLI) — enabling you to easily upload and manage BizyAir models.

Releases

For all published releases, please view them here.

Installation

Download

BizyAir CLI supports Linux, macOS, and Windows. Prebuilt binaries for all platforms are available from:

Linux Installation

Download
Extract and install
Verify installation

macOS Installation

Download
Extract and install
Handle macOS security warning On first run, macOS may show a security warning.
Or allow it via System Settings:
  • Open System SettingsPrivacy & Security
  • Find the blocked bizyair and click Open Anyway
Verify installation

Windows Installation

  • Download the latest version from the Releases page
  • Download the bizyair-v{VERSION}-windows-amd64.zip file
Extract
  • Right-click the downloaded .zip file
  • Choose Extract All or use a tool like 7-Zip
  • Extract bizyair.exe to a directory of your choice (e.g. C:\Program Files\BizyAir\)
Add to system PATH (recommended)
  • Right-click This PCPropertiesAdvanced system settings
  • Click Environment Variables
  • Under System variables, find Path and click Edit
  • Click New and add the directory containing bizyair.exe
  • Click OK to save
Verify installation (open Command Prompt or PowerShell)
💡 If not added to PATH, run with the full path: C:\Program Files\BizyAir\bizyair.exe --version

Build from Source

BizyAir CLI currently requires Go v1.22.x or higher. To build from source:
  • Clone the repository
  • Build and run the executable
Platform-specific build commands:

Upgrade to the Latest Version

BizyAir CLI supports one-click upgrade to the latest version:

Quick Start

Launch the TUI
First-time login
  • Enter your API Key (obtained from BizyAir)
  • Press Enter to confirm
Choose a feature Upload a model
  • Follow the prompts to enter information step by step
  • Supports a file picker or manual path entry
  • Supports multi-version uploads
  • Automatically shows upload progress and speed

Use the Command Line

Login

BizyAir CLI uses an API Key for authentication. To log in, run:

Upload a Model

Single-version example:
Multi-version example:
Core parameters:

Cover Upload (Required)

The cover supports both local files and URLs; it is automatically uploaded to OSS and converted to WebP:
Supported formats:
💡 WebP conversion: Image covers are automatically converted to WebP to optimize loading. If conversion fails, the original format is used as a fallback.

Description Text

Two ways to provide a model description (up to 5,000 characters):

YAML Batch Upload

Use a YAML config file to upload multiple models at once:
For full details, see example.yaml. Example:
Field reference:

Resumable Upload

If an upload is interrupted, re-running the same command resumes from the breakpoint:
💡 Resumable-upload checkpoint files are stored in ~/.bizyair/uploads/.

View Models

Logout


Command Reference

Full command cheat sheet: