Anzoth
Downloads

Anzoth / NPM

Install with npm

Install and manage Anzoth through npm.

Anzoth CLI 1.0.11Global install@anzoth/cli
Anzoth NPM Package

Install

Install the package globally.

npm installs the Anzoth CLI and fetches the platform-specific package for your machine.

Install Anzoth CLI

shell

npm install -g @anzoth/cli

Run this command in your terminal.

Package details

One install path.

Package
@anzoth/cli
CLI version
1.0.11
Install method
Global npm package

Requirements

  • Node.js 18 or newer
  • npm

Verify the installation

shell

anzoth --version

The command should print the installed Anzoth CLI version.

Launch Anzoth

shell

anzoth

Start the CLI from your terminal.

Update

Stay current.

Update the global package when a new CLI release is available.

Update Anzoth CLI

shell

npm install -g @anzoth/cli@latest

If optional platform dependencies were disabled previously, reinstall with:

Restore optional dependencies

shell

npm install -g @anzoth/cli@latest --include=optional

Remove

Uninstall cleanly.

Remove the global Anzoth package from your machine.

Uninstall Anzoth CLI

shell

npm uninstall -g @anzoth/cli

Next steps

Continue with the CLI guide, explore the API quickstart, or return to all Anzoth installation options.