[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-76243":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":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":44,"readmeContent":45,"aiSummary":46,"trendingCount":15,"starSnapshotCount":15,"syncStatus":47,"lastSyncTime":48,"discoverSource":49},76243,"open-browser-use","iFurySt\u002Fopen-browser-use","iFurySt","🔮 Platform-neutral Browser Use for AI agents: real Chrome automation with a CLI + SDKs, no lock-in, dead simple.","https:\u002F\u002Fwww.ifuryst.com\u002Fen\u002Fblog\u002F2026\u002Fopen-browser-use\u002F",null,"JavaScript",141,14,3,0,5,16,49,15,66.43,"MIT License",false,"main",[25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,5,40,41,42,43],"ai-agent","ai-agents","browser-automation","browser-use","browser-use-agent","cdp","chrome-automation","chrome-devtools-protocol","chrome-extension","cli","codex","javascript-sdk","mcp","model-context-protocol","native-messaging","openai-codex","python-sdk","sdk","web-automation","2026-06-12 04:01:21","# Open Browser Use\n\n[![English](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FEnglish-Click-yellow)](.\u002FREADME.md)\n[![简体中文](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F简体中文-点击查看-orange)](.\u002FREADME.zh-CN.md)\n[![Release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002FiFurySt\u002Fopen-browser-use)](https:\u002F\u002Fgithub.com\u002FiFurySt\u002Fopen-browser-use\u002Freleases)\n[![npm SDK](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fv\u002Fopen-browser-use-sdk?label=npm%20SDK)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fopen-browser-use-sdk)\n[![PyPI SDK](https:\u002F\u002Fimg.shields.io\u002Fpypi\u002Fv\u002Fopen-browser-use-sdk?label=PyPI%20SDK)](https:\u002F\u002Fpypi.org\u002Fproject\u002Fopen-browser-use-sdk\u002F)\n[![Go SDK](https:\u002F\u002Fpkg.go.dev\u002Fbadge\u002Fgithub.com\u002Fifuryst\u002Fopen-browser-use\u002Fpackages\u002Fopen-browser-use-go.svg)](https:\u002F\u002Fpkg.go.dev\u002Fgithub.com\u002Fifuryst\u002Fopen-browser-use\u002Fpackages\u002Fopen-browser-use-go)\n[![Ask DeepWiki](https:\u002F\u002Fdeepwiki.com\u002Fbadge.svg)](https:\u002F\u002Fdeepwiki.com\u002FiFurySt\u002Fopen-browser-use)\n\n---\n\n> [!TIP]\n> Interested in Computer Use? Check out [open-computer-use](https:\u002F\u002Fgithub.com\u002FiFurySt\u002Fopen-codex-computer-use).\n\n`open-browser-use` is a browser automation layer that stays neutral across\nagent runtimes. It is also an open-source alternative to the Chrome Browser Use\ncapability recently shipped in Codex.app. For the story behind it, see the\n[Browser Use Deep Dive](https:\u002F\u002Fwww.ifuryst.com\u002Fen\u002Fblog\u002F2026\u002Fopen-browser-use\u002F).\n\nUnder the hood, it pairs a browser extension with the `open-browser-use` CLI.\nYou can integrate it through the JavaScript SDK, Python SDK, Go SDK, or the CLI.\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fbcfba878-f6a8-44b9-b84b-29c7e0285687\n\n## Quick Start\n\n```bash\nnpm i -g open-browser-use\nopen-browser-use setup\n```\n\n### Install the CLI\n\n```bash\n# npm (macOS, Linux, Windows)\nnpm i -g open-browser-use\n\n# Homebrew (macOS, Linux)\nbrew tap iFurySt\u002Fopen-browser-use && brew install open-browser-use\n\n# Upgrade\nnpm update -g open-browser-use\n```\n\n### Set Up Chrome\n\nRegister the native host for the extension. The setup command also opens the\nChrome Web Store page so you can install or enable the matching Chrome\nextension, then restart Chrome if needed.\n\n```bash\nopen-browser-use setup\n```\n\nIf the Chrome Web Store item is temporarily unavailable, use\n`open-browser-use setup beta` to prepare a keyed release ZIP for manual\ninstallation from `chrome:\u002F\u002Fextensions\u002F`.\n\n### Use It\n\n#### SDK\n\n```bash\n# JavaScript \u002F TypeScript\nnpm install open-browser-use-sdk\n\n# Python\npip install open-browser-use-sdk\n\n# Go\ngo get github.com\u002Fifuryst\u002Fopen-browser-use\u002Fpackages\u002Fopen-browser-use-go\n```\n\nThe SDK package name is `open-browser-use-sdk` on both npm and PyPI. Python\ncode imports it as `open_browser_use`; Go code imports the SDK package as\n`obu`.\n\n#### Skill\n\nInstall the skill directly:\n\n```bash\n# Install for Codex\nnpx skills add iFurySt\u002Fopen-browser-use -g -a codex --skill open-browser-use -y\nnpx skills ls -g -a codex | rg 'open-browser-use'\ncodex exec --skip-git-repo-check \"Use open-browser-use to check today’s Hacker News and summarize the most worth-reading posts.\"\n\n# Install for Claude Code\nnpx skills add iFurySt\u002Fopen-browser-use -g -a claude-code --skill open-browser-use -y\n```\n\nUpdate an existing global install, including the Codex install created above:\n\n```bash\nnpx skills update open-browser-use -g -y\n\n# `upgrade` is an alias for `update`\nnpx skills upgrade open-browser-use -g -y\n```\n\nYou can also manually download and install the\n[`open-browser-use` skill](.\u002Fskills\u002Fopen-browser-use), then start using it from\nyour agent.\n\nDownloadable `.skill` and `.zip` packages are available in\n[GitHub Releases](https:\u002F\u002Fgithub.com\u002FiFurySt\u002Fopen-browser-use\u002Freleases).\n\n#### MCP\n\nInstall the MCP server into all supported global agent configs:\n\n```bash\nnpx add-mcp \"obu mcp\" --name open_browser_use --all -g -y\nnpx add-mcp list -g\n```\n\nYou can also configure an agent runtime with local MCP stdio support manually:\n\n```toml\n[mcp_servers.open_browser_use]\ncommand = \"obu\"\nargs = [\"mcp\"]\n```\n\nThe server exposes browser tools for tab listing, opening, claiming,\nnavigation, CDP, action plans, and cleanup.\n\n## License\n\n[MIT](.\u002FLICENSE)\n","`open-browser-use` 是一个平台中立的浏览器自动化工具，专为AI代理设计，支持通过CLI和SDK实现真实的Chrome浏览器自动化操作。该项目的核心功能包括使用Chrome DevTools Protocol进行无锁定、极简的浏览器控制，提供JavaScript、Python以及Go语言的SDK以满足不同开发需求。适用于需要跨平台执行网页自动化任务的场景，如数据抓取消息摘要生成等。此外，它作为Codex.app中Chrome浏览器使用能力的一个开源替代方案，对于希望避免供应商锁定同时追求高效自动化解决方案的开发者来说尤为适用。",2,"2026-06-11 03:54:48","CREATED_QUERY"]