01
Install CLI
Use the global npm package. It is the public entrypoint for the local Gunmetal runtime.
Download
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
Use the global npm package. It is the public entrypoint for the local Gunmetal runtime.
Setup connects one provider, checks auth, syncs models, creates one key, and prints a ready-to-run test command.
Use `gunmetal web` for the local browser UI, or `gunmetal start` for API-only mode.