v1.11.2
ssrajadh/sentrysearchv1.11.2May 24, 2026by skyfallsin
AI Summary
This release introduces a CLI binary executable for the camofox-browser package, allowing users to run the tool directly via npm without a full build process.
Key Highlights
- New `camofox-browser` CLI executable
- Standalone execution via `npx`
- Global installation support
- Default port remains 9377
New Features
- CLI binary executable
- Standalone npm execution
- Global installation capability
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.