インストール
- 現行Gatewayアプリは macOS 14 以上。
- Chrome拡張は Google Chrome 116 以上。
abgCLIを実行できるターミナル。- 開発ビルドでは Xcode 16 以上、
mise、Node.js、pnpm。
macOSアプリとCLI
Section titled “macOSアプリとCLI”Homebrewからインストールできます。
brew tap arcmanagement/agent-browser-gateway https://github.com/arcmanagement/agent-browser-gatewaybrew trust --cask arcmanagement/agent-browser-gateway/agent-browser-gatewaybrew install --cask agent-browser-gatewayHomebrew が Not upgrading agent-browser-gateway, the latest version is already installed と表示する場合、
cask はすでにインストール済みです。brew info --cask agent-browser-gateway または abg --help で確認できます。
強制的に入れ直す場合だけ brew reinstall --cask agent-browser-gateway を使います。
Homebrew が無関係な tap の trust warning を表示することもあります。ABG の状態は最後の install 行と
brew info --cask agent-browser-gateway で確認してください。
以前に一時的なpublic Homebrew repositoryまたはprivate source repositoryをtapしていた場合は、一度
brew untap arcmanagement/agent-browser-gateway を実行してから、上の明示URL付きcommandでtapし直してください。
download page から現在のDMGを取得し、SHA-256 checksumを確認してから手動インストールすることもできます。 インストール後、アプリを一度起動してメニューバーにアイコンが出ることを確認します。
CLIから接続を確認します。
abg statusabg が PATH にない場合はrelease artifact内のCLIを配置するか、Homebrew caskからインストールします。
Windows
Section titled “Windows”対象releaseの microsoft/winget-pkgs PR がmergeされ、indexされたあと、WinGetからインストールできます。
winget install --id ArcManagement.AgentBrowserGateway --source winget現在の v0.4.1 では、WinGet はまだ公開されておらず、Windows release ZIP もまだ公開されていません。
winget が matching package なしと表示する場合、それは
signed Windows releaseとMicrosoft indexingが完了するまでの想定動作です。
現時点でWindows上で試す場合は、repositoryをcloneして次を実行します。
.\windows-build-install.cmdブラウザー拡張
Section titled “ブラウザー拡張”通常利用ではChrome Web Storeから Agent Browser Gateway をインストールします。ローカル開発では
repositoryで拡張をbuildし、extension/dist/ をunpacked extensionとして読み込みます。
incognito windowで使う場合は、拡張の詳細画面で Allow in incognito を有効にします。通常windowだけで 使う場合、この設定は不要です。
エージェントスキル
Section titled “エージェントスキル”GatewayとCLIを用意したあと、Claude CodeとCodex向けのskillをインストールまたは更新します。
abg install-skill --target both片方だけ入れる場合は --target claude または --target codex を使います。
開発版アプリ
Section titled “開発版アプリ”開発版は別のメニューバーアプリとして port 8766 で動き、ローカル状態も分離します。
CONFIG=debug APP_VARIANT=dev ./build-app.shopen "Agent Browser Gateway Dev.app"ABG_PORT=8766 .build/debug/abg statusproductionのuser pluginは ~/.abg/plugins/、ABG_PORT=8766 のdev実行では ~/.abg-dev/plugins/ を使います。