v1.11.2
ace-step/ACE-Step-1.5v1.11.2May 24, 2026by skyfallsin
AI Summary
The npm package now includes a standalone CLI executable, allowing users to run the browser tool directly from the command line without installing dependencies.
Key Highlights
- Added `camofox-browser` executable to npm package
- Standalone execution via `npx @askjo/camofox-browser`
- Default port configuration via environment variables
New Features
- Standalone 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.