| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An AI coding agent that drives real browsers. Forks anomalyco/opencode and vendors browser-use/browser-harness.
curl -fsSL https://bcode.sh/install | bashInstalls bcode to ~/.bcode/bin. macOS, Linux, and Windows (Git Bash). Also requires uv (install) and Chrome with chrome://inspect enabled (or BU_CDP_WS set to a remote CDP endpoint).
git clone https://github.com/browser-use/browsercode.git
cd browsercode
bun install
bun run --cwd packages/opencode devNeeds bun >= 1.3.13 plus the runtime prereqs above.
The first browser_execute call builds a Python venv at packages/bcode-browser/harness/.venv/ (cold ~15s, warm ~50ms after).
browser_execute is enabled by default. To disable or gate it, edit opencode.json:
MIT. See LICENSE.
| Back | FazBrowse Home | New Git URL |
{ // disable entirely "tools": { "browser_execute": false } // or prompt every call "permission": { "browser_execute": "ask" } }