v1.11.2
jo-inc/camofox-browserv1.11.2May 24, 2026by skyfallsin
AI Summary
Adds a CLI binary executable to the npm package, allowing users to run the tool directly via `npx` or globally.
Key Highlights
- New `camofox-browser` executable in npm package.
- Run standalone via `npx @askjo/camofox-browser`.
- Install globally via `npm install -g @askjo/camofox-browser`.
New Features
- CLI binary executable
Full Release Notes
## CLI Binary The npm package now installs a `camofox-browser` executable. Run standalone from npm: ```bash npx @askjo/camofox-browser ``` Or install globally: ```bash npm install -g @askjo/camofox-browser camofox-browser ``` Default port is still `9377`; configure via the same environment variables as source installs.