Gunmetal v0.1.15 alpha
Gunmetal is still alpha software. This release focuses on making the first public workflow coherent from install through a real local API request.
Highlights
- Dashboard starts at
http://127.0.0.1:4684/fromgunmetal start. - Provider setup is clearer for browser-session providers such as Codex and Copilot, and API-key providers such as OpenRouter, Zen, and OpenAI.
- Playground testing now follows the real user path: authenticate a provider, sync models, create a Gunmetal key, choose a provider-qualified model, and send a prompt through the local API.
- Dashboard loading, empty, blocked, and auth-pending states are more explicit.
- Public docs and package metadata now label Gunmetal as alpha and use the current
gunmetal startworkflow. - GitHub repository metadata now points to the public alpha site and marks all current releases as prereleases while Gunmetal remains in
v0.1.x.
Install
npm i -g @dhruv2mars/gunmetal
gunmetal setup
gunmetal startUse gunmetal start --no-open to start the daemon without opening the Dashboard.
Links
- Website: https://web-nine-sigma-59.vercel.app
- npm: https://www.npmjs.com/package/@dhruv2mars/gunmetal
- Release assets: macOS, Linux, and Windows binaries for x64 and arm64, with checksum files published beside each binary.