Skip to content
Discussion options

You must be logged in to vote

Good question — you were right that the npm package was awkward to run standalone.

Until now, it was mainly consumed by OpenClaw/ClawHub, and standalone usage required running the installed server file directly:

node node_modules/@askjo/camofox-browser/server.js

I just shipped v1.11.2 with a proper npm binary, so the intended standalone path is now:

npx @askjo/camofox-browser

Or globally:

npm install -g @askjo/camofox-browser
camofox-browser

Default port is still 9377, with the same env vars as source installs. Release: https://github.com/jo-inc/camofox-browser/releases/tag/v1.11.2

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by skyfallsin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants