GitHub Copilot, right next to your tabs.
Anya puts GitHub Copilot in your browser sidebar — it reads your tabs, bookmarks and history, fills forms and drives pages, and can dig into a local repo, all from whatever you point it at, and nothing leaves your machine.
Built on the GitHub Copilot SDK, using your signed-in GitHub account — nothing new to buy or set up.
- Local-only · no telemetry
- Edge · Chrome · Brave · Vivaldi · Arc
- Drives pages via Playwright
> irm https://raw.githubusercontent.com/aasis21/Anya/main/install.ps1 | iex
$ curl -fsSL https://raw.githubusercontent.com/aasis21/Anya/main/install.sh | bash
Your editor's Copilot,
but for the other half of your day.
Half your work isn't in the IDE — it's in PRs, dashboards, tickets, docs, forms, and twenty open tabs. Anya brings that same workflow into the other half.
-
01
Sees your browser.
Tabs, bookmarks, history, downloads, selections. Right-click any element → "Add to Anya" to pin it exactly.
-
02
Acts on your browser.
Fills forms, clicks through wizards, drives your logged-in browser via Playwright. Approve each action, or let it flow.
-
03
Your repo too.
Attach a local folder — Anya reads files, greps, edits, and runs shell commands alongside your browser context.
-
04
Point at anything.
Right-click any element → "Add to Anya". Or use 📎 and
@references to attach tabs, selections, bookmarks, history, clipboard, images, or local folders. Context chips travel with your prompt. -
05
Multi-chat, your way.
Pin, tag, search, rename, export to Markdown. Everything persists across restarts.
-
06
Talks back, too.
🎤 to dictate — words stream live into the composer. 🔊 to hear replies read back sentence-by-sentence as they land.
-
07
Your pick of model.
GPT-4o, Claude, or model-auto — Anya picks the best fit. See context window and cost before you commit.
-
08
You're always in control.
Every write action asks first. Auto-approve routine steps if you want speed — deleting, form submits, and other risky moves always stop for a yes.
-
09
Nothing leaves your machine.
Your Copilot seat, your browser, your laptop. No server, no telemetry, no cloud sync.
Skip the busywork.
-
Developer
“Review this PR and post comments.”
A 20-tab review session becomes one focused pass with action items and draft comments ready to send.
-
Ops / IT
“Organise my OneDrive files by project and year.”
A messy drive cleanup turns into a structured folder tree with predictable names and fewer duplicates.
-
PM / Lead
“Triage these tickets and draft a priority list.”
Morning triage ends with a ranked backlog and one-line summaries you can paste into standup immediately.
-
Researcher
“Read these ten tabs and summarize the key findings.”
A pile of open papers and articles becomes one synthesized summary with sources linked, ready to cite.
-
Support / CS
“Draft a reply to this ticket using our docs.”
A response grounded in your own help docs is ready to send in seconds, not a copy-paste macro.
-
Recruiter
“Shortlist these candidates against the JD.”
A stack of open resume tabs turns into a ranked shortlist with notes on fit, ready for the next round.
-
QA / Engineer
“Click through checkout and flag any console errors.”
A manual click-through becomes an automated pass — screenshots and console errors land in the bug report on their own.
-
On the move
“🎤 Draft a reply while I finish this call.”
Dictate hands-free — Anya drafts, reads it back, and waits for your nod before it sends anything.
-
Shopper / Planner
“Compare price and shipping across these five tabs.”
A dozen open product tabs collapse into one side-by-side comparison — no more tab-hopping to remember numbers.
One command.
Every Chromium browser.
Requires Node 20+, a GitHub Copilot subscription, and playwright-cli. No extra AI subscription required.
Works on: Edge · Chrome · Brave · Vivaldi · Chromium · Arc
> irm https://raw.githubusercontent.com/aasis21/Anya/main/install.ps1 | iex › cloning aasis21/Anya → ~/Anya › building bridge/ ✓ › building extension/ ✓ › bridge ping → PONG › registered native-messaging host for: ✓ Microsoft Edge ✓ Google Chrome ✓ Brave done. load ~/Anya/extension/dist in your browser.
$ curl -fsSL https://raw.githubusercontent.com/aasis21/Anya/main/install.sh | bash › cloning aasis21/Anya → ~/Anya › building bridge/ ✓ › building extension/ ✓ › bridge ping → PONG › registered native-messaging host for: ✓ Google Chrome ✓ Brave ✓ Vivaldi done. load ~/Anya/extension/dist in your browser.
Simple architecture.
Serious power.
A sidebar extension, a content script on every page, and a local Node bridge. No servers. No relays. Everything on your machine.
The page bridge runs as a content script on every page — captures elements you right-click, tracks text fields, and sends context to the sidebar. The Node bridge wraps the Copilot SDK and runs tools. That's it.
"Your browser is my workspace.
Tabs are my files. Bookmarks and history are my knowledge graph."