Releases: nicedreamzapp/browser-agent
Releases · nicedreamzapp/browser-agent
Release list
v1.0.0 — Local browser agent: MLX + Chrome DevTools Protocol
An autonomous agent that drives your real browser and your real Mac, entirely on Apple Silicon. No cloud APIs, no MCP layer, no Claude Code overhead — direct MLX inference talking straight to the Chrome DevTools Protocol.
The hard part it solves
Most agents fall over on modern sites because the interactive widget is buried in a cross-origin iframe and inside a Shadow DOM — JavaScript can't reach it and a normal selector never resolves. This agent handles both, plus ProseMirror editors, by driving CDP directly instead of injecting scripts.
What's in it
- Direct MLX inference → CDP → Brave, ~2-5s per step
- Full system toolbelt beyond the browser: shell, read/write files, screenshots, screen recording, send-to-phone
- End-to-end tasks in one session — find something on the web, run a script, text yourself the result
- Default model Gemma 4 31B Instruct (4-bit); swap any MLX model via
MLX_MODEL - Composes with claude-code-local for the MLX server, but doesn't need the rest of the stack