@civitai/cli
v0.1.83
Published
The Civitai CLI — author and ship Civitai App Blocks. Installs the prebuilt Go binary.
Readme
@civitai/cli
The Civitai CLI — author and ship Civitai App Blocks.
This npm package is a thin wrapper over the Go CLI. On install it downloads the prebuilt binary for your platform from the project's GitHub Releases and verifies its sha256 checksum.
Install
npm install -g @civitai/cli
civitai versionOr run without installing:
npx @civitai/cli app create my-appHow it works
- On
npm install, apostinstallstep downloadscivitai_<version>_<os>_<arch>from the matching GitHub Release and verifies it againstchecksums.txt. - The
civitaicommand then execs that binary, forwarding all arguments and the exit code. - Set
CIVITAI_CLI_BINARY=/path/to/civitaito point the wrapper at a specific binary (escape hatch / local development).
Supported platforms: linux, macOS, and Windows on x64/arm64 (Windows/arm64 is not built).
Other install methods
This is one of several distribution channels — you can also use
go install github.com/civitai/cli/cmd/civitai@latest, Homebrew, or download a
release archive directly. See the
project README.
