v1.11.2

parruda/swarmv1.11.2May 24, 2026by skyfallsin

AI Summary

Adds a CLI binary executable (`camofox-browser`) that can be run standalone or installed globally via npm.

Key Highlights

  • `camofox-browser` executable available
  • Run standalone from npm
  • Install globally via npm

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.