{"id":33837734,"url":"https://github.com/BB-fat/browser-use-rs","last_synced_at":"2025-12-12T23:00:56.668Z","repository":{"id":322813531,"uuid":"1090995094","full_name":"BB-fat/browser-use-rs","owner":"BB-fat","description":"A Rust library for browser automation via Chrome DevTools Protocol with built-in AI integration through Model Context Protocol (MCP)","archived":false,"fork":false,"pushed_at":"2025-11-14T12:18:52.000Z","size":155,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-14T14:19:46.051Z","etag":null,"topics":["browser-use","mcp"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BB-fat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T12:17:55.000Z","updated_at":"2025-11-14T12:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ff9681b-295a-4719-a478-7249ae43b702","html_url":"https://github.com/BB-fat/browser-use-rs","commit_stats":null,"previous_names":["bb-fat/browser-use-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BB-fat/browser-use-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BB-fat%2Fbrowser-use-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BB-fat%2Fbrowser-use-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BB-fat%2Fbrowser-use-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BB-fat%2Fbrowser-use-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BB-fat","download_url":"https://codeload.github.com/BB-fat/browser-use-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BB-fat%2Fbrowser-use-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27679263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-use","mcp"],"created_at":"2025-12-07T23:00:35.445Z","updated_at":"2025-12-12T23:00:56.652Z","avatar_url":"https://github.com/BB-fat.png","language":"Rust","funding_links":[],"categories":["Browser Automation","スター履歴","📦 Other"],"sub_categories":["Browser Tools","📂 \u003ca name=\"browser-automation\"\u003e\u003c/a\u003eブラウザ自動化"],"readme":"# browser-use\n\n[中文文档](README_CN.md)\n\nA lightweight Rust library for browser automation via Chrome DevTools Protocol (CDP).\n\n## ✨ Highlights\n\n- **Zero Node.js dependency** - Pure Rust implementation directly controlling browsers via CDP\n- **Lightweight \u0026 Fast** - No heavy runtime, minimal overhead\n- **MCP Integration** - Built-in Model Context Protocol server for AI-driven automation\n- **Simple API** - Easy-to-use tools for common browser operations\n\n## Installation\n\n```bash\ncargo add browser-use\n```\n\n## Quick Start\n\n```rust\nuse browser_use::browser::BrowserSession;\n\n// Launch browser and navigate\nlet session = BrowserSession::launch(Default::default())?;\nsession.navigate(\"https://example.com\", None)?;\n\n// Extract DOM with indexed interactive elements\nlet dom = session.extract_dom()?;\n```\n\n## MCP Server\n\nRun the built-in MCP server for AI-driven automation:\n\n```bash\n# Headless mode\ncargo run --bin mcp-server\n\n# Visible browser\ncargo run --bin mcp-server -- --headed\n```\n\n## Features\n\n- Navigate, click, input, screenshot, extract content\n- DOM extraction with indexed interactive elements\n- CSS selector or numeric index-based element targeting\n- Thread-safe browser session management\n\n## Requirements\n\n- Rust 1.70+\n- Chrome or Chromium installed\n\n## Acknowledgments\n\nThis project was inspired by and references [agent-infra/mcp-server-browser](https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBB-fat%2Fbrowser-use-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBB-fat%2Fbrowser-use-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBB-fat%2Fbrowser-use-rs/lists"}