v1.11.2
OtterMind/Chat2DBv1.11.2May 24, 2026by skyfallsin
AI Summary
Adds a CLI binary executable to the npm package, allowing users to run camofox-browser as a standalone command-line tool.
Key Highlights
- Added `camofox-browser` CLI executable
- Installable via `npx @askjo/camofox-browser` or globally
- Configurable via environment variables (port 9377)
New Features
- CLI executable support
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.