Anzoth / NPM
Install with npm
Install and manage Anzoth through npm.

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/cliRun 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 --versionThe command should print the installed Anzoth CLI version.
Launch Anzoth
shell
anzothStart 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@latestIf optional platform dependencies were disabled previously, reinstall with:
Restore optional dependencies
shell
npm install -g @anzoth/cli@latest --include=optionalRemove
Uninstall cleanly.
Remove the global Anzoth package from your machine.
Uninstall Anzoth CLI
shell
npm uninstall -g @anzoth/cliNext steps
Continue with the CLI guide, explore the API quickstart, or return to all Anzoth installation options.
