Skip to content

Install

Browy is two pieces:

  1. The browser extension: a Chromium side panel + DevTools panel.
  2. The native host: a small Node.js helper that runs on your machine and talks to GitHub Copilot.

Install the extension from the Chrome Web Store, then run the one-line installer for the native host.

Operating system

Windows 10 / 11, macOS (Intel + Apple Silicon),
or Linux (x86_64 / arm64).

Browser

A Chromium browser:
Chrome 114+, Edge 114+, or Brave.

LLM access

A GitHub Copilot subscription.
Browy uses your existing Copilot.

Pin the Browy toolbar icon so the side panel is one click away.

Open PowerShell and run:

Terminal window
irm https://github.com/BrowyHQ/browy/releases/latest/download/install.ps1 | iex

The installer will:

  1. Download the latest Browy release (~130 MB)
  2. Install the native host to %LOCALAPPDATA%\Browy\app\
  3. Register com.browy.host with Chrome / Edge / Brave (pre-approves both the Web Store and unpacked extension IDs)
  4. Stage an unpacked extension copy at %USERPROFILE%\Downloads\Browy-Extension\ for sideload installs

Click the Browy icon to open the side panel. The first time you use it, Browy will prompt you to sign in.

The Browy side panel with the 'Sign in to GitHub Copilot' button visible
Click “Sign in to GitHub Copilot” and follow the device-flow link.

A terminal window opens with the GitHub Copilot device-flow link. Paste the code into the URL it shows, authorize Browy in your browser, and the terminal closes itself.

You’re done. Try your first chat.

Re-run the installer. It detects your existing install and updates in place.

Terminal window
irm https://github.com/BrowyHQ/browy/releases/latest/download/install.ps1 | iex

Then reload the extension in chrome://extensions/ (the circular ↻ icon on the Browy card).

  1. Remove the extension from chrome://extensions/
  2. Delete %LOCALAPPDATA%\Browy\ and %USERPROFILE%\.browy\
  3. Delete the native messaging host registration: %LOCALAPPDATA%\Google\Chrome\User Data\NativeMessagingHosts\com.browy.host.json (and the equivalent under Edge / Brave folders)