[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-76267":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},76267,"browsercode","browser-use\u002Fbrowsercode","browser-use","The browser-native agent framework","",null,"TypeScript",132,22,98,0,3,13,34,9,4.09,"MIT License",false,"main",true,[],"2026-06-12 02:03:41","\u003Cimg src=\"static\u002Fbrowsercode_ascii_banner.svg\" alt=\"browsercode\" width=\"100%\">\n\n# The browser-native agent.\n\n\u003Cbr\u002F>\n\nA streamlined coding agent that drives real browsers through unconstrained CDP.\n\nThe unbounded power of the browser working seamlessly with your code. The agent adapts to every site at runtime and writes scripts to reuse later.\n\n\u003C!-- DEMO VIDEO HERE -->\n\n## One-Line Install\n\nRun this in a terminal that supports bash:\n\n```sh\ncurl -fsSL https:\u002F\u002Fbcode.sh\u002Finstall | bash\n```\n\n## Usage\n\nOpen the TUI:\n\n```sh\nbcode\n```\n\nRun an agent headlessly:\n\n```sh\nbcode run \"On Google flights return all flight details from New York to SF tomorrow\"\n```\n\n### Connect an LLM\n\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"static\u002Fbrowser_harness_by_model_light.png\">\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"static\u002Fbrowser_harness_by_model_dark.png\">\n  \u003Cimg alt=\"BU Bench V1 Browser Harness bcode v0.0.3 accuracy by model, led by claude-opus-4-7, gpt-5.5, mimo-v2.5-pro, and glm-5.1\" src=\"static\u002Fbrowser_harness_by_model_light.png\" width=\"100%\">\n\u003C\u002Fpicture>\n\nBrowserCode supports any model you can reach with an API key, plus [every provider OpenCode supports](https:\u002F\u002Fopencode.ai\u002Fdocs\u002Fproviders).\n\nUse `\u002Fconnect` in the TUI, or set provider API keys in your environment.\n\nRecommended models from current BrowserCode evals:\n\n- Frontier: `claude-opus-4-7`, `gpt-5.5`\n- Value: `glm-5.1`, `mimo-v2.5-pro`\n- Budget: `gemini-3-flash-preview`\n\n### Connect a Browser\n\n**Let the agent connect for you.** It knows how. \n\nYou can prompt:\n\n```text\nConnect to my current tab on amazon.com and find deals for 64GB DDR5 RAM, return URLs\n```\n\nThe agent will take control of your actual browser.\n\n```text\nMake a new browser profile and QA test http:\u002F\u002Flocalhost:3000, fix bugs and open a PR\n```\n\nThe agent will work locally in its own browser profile.\n\n```text\nOpen a remote browser and extract every item sold on mcdonalds.com in SF\n```\n\nThe agent will control a Browser Use Cloud browser and give you a link to watch it.\n\n#### Cloud Browsers\n\n- Browser Use Cloud offers unlimited free browsers, limited to 3 concurrent sessions, with stealth, captcha solving, and proxies.\n- Just set `BROWSER_USE_API_KEY` in your environment. The agent can sign up completely autonomously; just ask it to. To upgrade further, go to [cloud.browser-use.com](https:\u002F\u002Fcloud.browser-use.com).\n\n## Philosophy: do more with less\n\nBrowser ability and code-writing ability are deeply connected.\n\nWe turned browser interaction into a coding problem; the agent writes JavaScript that drives Chrome directly through CDP. Minimal abstractions. Maximal power to the agent. \n\n*BrowserCode outperforms every browser agent we have tested it against.*\n\n## Architecture\n\nBrowserCode is a fork of [OpenCode](https:\u002F\u002Fgithub.com\u002Fanomalyco\u002Fopencode) with a vendored TypeScript port of [Browser Harness](https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowser-harness).\n\nIt adds one core browser primitive:\n\n```text\nbrowser_execute(code)\n  -> runs JavaScript in-process\n  -> talks to Chrome through the DevTools Protocol\n  -> keeps the browser session alive across calls\n  -> returns logs, values, and screenshots to the agent\n```\n\nReusable browser scripts are written to:\n\n```text\n.bcode\u002Fagent-workspace\u002F\n```\n\n*BrowserCode is not built by the OpenCode team and is not affiliated with OpenCode in any way.*\n\n## Telemetry\n\nBrowserCode sends anonymous usage traces to help improve the project. To opt out, set `DO_NOT_TRACK=1` in your environment.\n\n## Contributing\n\nMost upstream contributions belong in one of the projects BrowserCode builds on:\n\n- Browser automation: [browser-use\u002Fbrowser-harness](https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowser-harness)\n- Core coding-agent: [anomalyco\u002Fopencode](https:\u002F\u002Fgithub.com\u002Fanomalyco\u002Fopencode)\n\nRun from source:\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowsercode.git\ncd browsercode\nbun install\nbun run --cwd packages\u002Fopencode dev\n```\n\n\u003Chr>\n\n\u003Cimg src=\"static\u002Fbrowsercode_ascii_readme.webp\" alt=\"browsercode ascii footer\" width=\"100%\">\n","BrowserCode 是一个浏览器原生代理框架，旨在通过无约束的CDP（Chrome DevTools Protocol）驱动真实浏览器。它能够自适应各种网站并在运行时编写可复用脚本，极大提升了代码与浏览器交互的能力。该项目使用TypeScript开发，支持一键安装和简洁的命令行界面操作。此外，BrowserCode 还能连接到多种语言模型以增强其功能，并且可以控制本地或云端浏览器执行任务。适用于需要自动化处理网页内容、进行质量测试或者数据抓取等场景。",2,"2026-06-11 03:54:50","CREATED_QUERY"]