# @higgsfield/cli

Higgsfield AI CLI — generate images and videos from the terminal.

## Install

```bash
npm install -g @higgsfield/cli
```

Postinstall fetches the prebuilt `hf` binary for your platform from the [GitHub release](https://github.com/higgsfield-ai/cli/releases).

Supported platforms: macOS, Linux, Windows (x64, arm64).

## Usage

```bash
higgsfield auth login
higgsfield generate create text2image_soul_v2 --prompt "a cat in a spaceship"
higgsfield --help
```

Aliases: `higgsfield`, `higgs`.

## Links

- Source: https://github.com/higgsfield-ai/cli-src
- Releases: https://github.com/higgsfield-ai/cli/releases
- Higgsfield: https://higgsfield.ai
