Download & install

About a minute

Not on the Chrome Web Store yet — you load the folder yourself.

v1.0.6MIT~450 KBChrome 114+

What you need

Chrome 114+Or Chromium kin
No admin rightsNothing system-wide
Your AI loginsPuchne isn't the AI

1. Get the files

  1. Download the ZIP

    Or on GitHub: green Code button → Download ZIP.

  2. Unzip somewhere permanent

    Chrome loads it from that folder forever. Move it and Puchne stops.

  3. Find the folder with manifest.json in it

    ZIPs often nest: use the inner puchne-main.

Prefer one command, and easy updates later?

git clone https://github.com/arshit09/puchne.git

2. Load into Chrome

  1. Paste chrome://extensions/ in the address bar

    Web pages aren't allowed to link there.

  2. Turn on Developer mode

    Top right. Three buttons appear.

  3. Load unpacked → pick your folder

    The one with manifest.json.

  4. The card appears

    “Puchne — Ask Every AI at Once”, 1.0.6.

3. Pin the icon

Puzzle-piece icon → find Puchne → click the pin.

Left-clickOpens the panel.
Right-click → OptionsEvery setting.

4. Your first send

  1. Press Ctrl + Shift + X

    On any ordinary page.

  2. Pick tools

    ChatGPT, Claude and Gemini start switched on.

  3. Say yes to the site prompt

    One site, one dialog, withdrawable later.

  4. Type and send

    Grid view opens with a column per tool.

Sign in first. Logged out of a tool? Its column shows that tool's login page.

Shortcuts

DoesKeys
Open PuchneCtrl + Shift + X
Ask about the selectionCtrl + Shift + S

Rebind at chrome://extensions/shortcuts. macOS uses Control.

Updating

cd puchne
git pull

Then hit the reload arrow on the Puchne card. On the ZIP route: replace the folder's contents in place, same path, reload.

Settings and history live in Chrome, not the folder — they survive.

Removing

chrome://extensions/Remove. That revokes every site permission and deletes stored settings and history.

Browsers

BrowserStatusNotes
Chrome 114+SupportedBuilt and tested here
Edge, Brave, Opera, VivaldiShould workSame folder. Sidebar docking needs that browser to support Chrome's side-panel API; overlay and popup always work
Firefox, SafariNoDifferent extension APIs
Chrome on phonesNoNo extensions there

For maintainers

Never zip the repo root — it holds the promo project and this site too.

pwsh tools/package.ps1

Writes dist/puchne-<version>.zip with only what manifest.json references, and fails if anything else gets in.

If it goes wrong

SymptomFix
“Manifest file is missing or unreadable”Wrong folder — pick the one with manifest.json
Shortcut does nothingConflict, or a page extensions can't touch. Check chrome://extensions/shortcuts
Opens but doesn't typeFix the selector
Extension vanishedThe folder moved. Load it again