English · 简体中文 · 日本語 · Español · Português
http://localhost:8080 を開きます。# Linux/macOS
chmod +x ./browserwing
./browserwing --port 8080
# Windows (PowerShell)
./browserwing.exe --port 8080
⚠️ macOS ユーザーへ:
実行時に "killed" エラーが発生した場合は、以下のコマンドで修正してください:
xattr -d com.apple.quarantine $(which browserwing)
詳細は macOS インストール修正ガイド をご覧ください。
# 依存をインストール(Go と pnpm が必要)
make install
# 統合バイナリ(フロントエンドを埋め込み)
make build-embedded
./build/browserwing --port 8080
# すべてのターゲットをビルドしてパッケージ化
make build-all
make package
flowchart LR
User((あなた))
Frontend[React + Vite]
Backend[Go API]
Browser[Recorder / Player / Manager]
MCP[MCP Server]
LLMs[OpenAI, Claude, DeepSeek など]
User --> Frontend
Frontend --> Backend
Backend --> Browser
Backend --> MCP
MCP --> LLMs
Discord: https://discord.gg/BkqcApRj twitter: https://x.com/chg80333
LICENSE を参照してください。$ claude mcp add browserwing \
-- python -m otcore.mcp_server <graph>