Skip to content

Download

Install Gunmetal

Install the CLI globally. The npm package installs the native runtime, then `gunmetal setup` walks the first provider, model sync, and key creation.

gunmetal setup
gunmetal web
gunmetal start
gunmetal status
01

Install CLI

Use the global npm package. It is the public entrypoint for the local Gunmetal runtime.

02

Run setup

Setup connects one provider, checks auth, syncs models, creates one key, and prints a ready-to-run test command.

03

Open Web UI

Use `gunmetal web` for the local browser UI, or `gunmetal start` for API-only mode.