v1.11.2
LadybirdBrowser/ladybirdv1.11.2May 24, 2026by skyfallsin
AI Summary
This release introduces a CLI binary executable for camofox-browser, allowing users to run it directly via npm without a source installation.
Key Highlights
- Installation of a `camofox-browser` executable via the npm package.
- Ability to run the browser standalone using `npx @askjo/camofox-browser`.
- Global installation support via `npm install -g @askjo/camofox-browser`.
New Features
- CLI Binary executable (`camofox-browser`)
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.