{"id":41922846,"url":"https://github.com/browserwing/browserwing","last_synced_at":"2026-05-08T04:22:15.092Z","repository":{"id":328960551,"uuid":"1114124458","full_name":"browserwing/browserwing","owner":"browserwing","description":"BrowserWing turns your browser actions into MCP commands Or Claude Skill, allowing AI agents to control browsers efficiently and reliably. Say goodbye to slow, token-heavy LLM interactions — let agents call commands directly for faster automation. Perfect for AI-driven tasks, browser automation, and boosting productivity.","archived":false,"fork":false,"pushed_at":"2026-01-20T00:40:32.000Z","size":51475,"stargazers_count":324,"open_issues_count":9,"forks_count":36,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-20T07:38:45.870Z","etag":null,"topics":["aibrowser","golang","llm","react"],"latest_commit_sha":null,"homepage":"https://www.browserwing.com","language":"TypeScript","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/browserwing.png","metadata":{"files":{"readme":"README.es.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-10T23:54:17.000Z","updated_at":"2026-01-20T07:05:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/browserwing/browserwing","commit_stats":null,"previous_names":["browserwing/browserwing"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/browserwing/browserwing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserwing%2Fbrowserwing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserwing%2Fbrowserwing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserwing%2Fbrowserwing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserwing%2Fbrowserwing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserwing","download_url":"https://codeload.github.com/browserwing/browserwing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserwing%2Fbrowserwing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aibrowser","golang","llm","react"],"created_at":"2026-01-25T17:04:21.147Z","updated_at":"2026-01-25T17:04:21.654Z","avatar_url":"https://github.com/browserwing.png","language":"TypeScript","funding_links":[],"categories":["🛠️ 工具与基础设施 (Tools \u0026 Infrastructure)","MCP Servers \u0026 Protocol"],"sub_categories":["架构演进：代码优先 (Code-First)"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"600\" alt=\"BrowserWing\" src=\"https://raw.githubusercontent.com/browserwing/browserwing/main/docs/assets/banner.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./README.md\"\u003eEnglish\u003c/a\u003e · \u003ca href=\"./README.zh-CN.md\"\u003e简体中文\u003c/a\u003e · \u003ca href=\"./README.ja.md\"\u003e日本語\u003c/a\u003e · Español · \u003ca href=\"./README.pt.md\"\u003ePortuguês\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://browserwing.com\"\u003ebrowserwing.com\u003c/a\u003e\u003c/p\u003e\n\n## Destacados\n\n- Gestión del navegador: iniciar, controlar y persistir sesiones con cookies\n- Grabación de scripts: capturar clics, entradas y navegación; edición visual\n- Integración MCP: convertir scripts a comandos del Model Context Protocol\n- Soporte de LLM: configurar OpenAI, Claude, DeepSeek, etc., para extracción\n\n## Requisitos\n\n- Google Chrome o Chromium instalado y accesible en el entorno.\n\n## Inicio Rápido\n\n### Opción A — Descargar Release (recomendado)\n\n- Descarga el binario precompilado para tu sistema desde [Releases](https://github.com/browserwing/browserwing/releases).\n- Ejecuta la app y abre `http://localhost:8080`.\n\n```bash\n# Linux/macOS\nchmod +x ./browserwing\n./browserwing --port 8080\n\n# Windows (PowerShell)\n./browserwing.exe --port 8080\n```\n\n**⚠️ Usuarios de macOS:**  \nSi encuentras un error \"killed\" al ejecutar, corrígelo con:\n```bash\nxattr -d com.apple.quarantine $(which browserwing)\n```\nVer la [Guía de corrección de instalación en macOS](docs/MACOS_INSTALLATION_FIX.md) para más detalles.\n\n### Opción B — Compilar desde código fuente\n\n```bash\n# Instalar dependencias (requiere Go y pnpm)\nmake install\n\n# Compilar binario integrado (frontend embebido)\nmake build-embedded\n./build/browserwing --port 8080\n\n# O compilar todos los targets y empaquetar\nmake build-all\nmake package\n```\n\n## ¿Por qué BrowserWing?\n\n- Ecosistema activo y scripts enriquecidos para completar tareas rápidamente\n- Diseño eficiente en tokens y rendimiento rápido\n- Automatiza tareas web complejas con scripts reproducibles y fiables\n- Con MCP, conecta acciones grabadas con flujos de trabajo de LLM\n- Sesiones estables mediante gestión de cookies y almacenamiento\n- Ideal para extracción de datos, RPA, pruebas y navegación con agentes\n\n## Arquitectura\n\n```mermaid\nflowchart LR\n  User((Tú))\n  Frontend[React + Vite]\n  Backend[Go API]\n  Browser[Recorder / Player / Manager]\n  MCP[Servidor MCP]\n  LLMs[OpenAI, Claude, DeepSeek, etc.]\n\n  User --\u003e Frontend\n  Frontend --\u003e Backend\n  Backend --\u003e Browser\n  Backend --\u003e MCP\n  MCP --\u003e LLMs\n```\n\n## Guía de Uso\n\n1. Gestiona navegadores: inicia instancias, perfiles y cookies\n2. Graba scripts: guarda pasos para reproducir y editar\n3. Convierte a MCP: expón scripts como herramientas/comandos MCP\n4. Llama con LLMs: orquesta la automatización del navegador vía MCP\n\n## Contribuir\n\n- Se aceptan issues y PRs. Incluye pasos de reproducción o motivación clara.\n- Para nuevas funciones, abre una discusión con casos de uso y resultados esperados.\n\n## Comunidad\n\nDiscord: [https://discord.gg/BkqcApRj](https://discord.gg/BkqcApRj)\ntwitter: [https://x.com/chg80333](https://x.com/chg80333)\n\n## Agradecimientos\n\n- Inspirado por la automatización moderna del navegador, flujos de agentes y MCP.\n\n## Licencia\n\n- Licencia MIT. Consulta `LICENSE`.\n\n## Aviso Legal\n\n- No utilizar con fines ilegales ni para violar términos de sitios.\n- Destinado solo para aprendizaje personal y automatización legítima.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserwing%2Fbrowserwing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserwing%2Fbrowserwing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserwing%2Fbrowserwing/lists"}