bl4ze
v0.2.8
Published
A terminal coding agent that runs unattended, with a remote console you can drive from your phone.
Maintainers
Readme
BL4ZE
A terminal coding agent that runs unattended. Give it a task, close the laptop, check on it from your phone later.
npm install -g bl4ze
bl4ze provider add mine --base-url https://api.example.com/v1 \
--api-key sk-... --default-model gpt-5-5 --set-default
bl4ze exec "fix the failing test in src/parser.py"Works with any OpenAI-compatible endpoint. Three ways in — bl4ze for the
interactive TUI, bl4ze exec for one-shot and CI, bl4ze serve to drive it
from a browser or a phone.
Full docs: bl4ze.net
What this package is
A small downloader, not the program itself. postinstall fetches a
prebuilt binary for your platform (macOS and Linux, x64 and arm64) and
verifies it against a published checksum before it ever touches disk.
License
MIT
