Privacy Policy

Last updated: 2025-04-01

The short version

Anya is a browser extension plus a local Node "bridge" that runs on your machine. It does not have a server. There is no Anya backend, no telemetry, no analytics, no crash reporter, no remote config. Every byte the extension produces stays on your device, with two exceptions you opt into by using the product:

  1. Your prompts and the page context you attach are sent to GitHub Copilot's API via the official @github/copilot-sdk, under your existing GitHub Copilot subscription.
  2. If you ask Anya to fetch or open a URL, your browser fetches that URL — same as if you'd typed it in.

What Anya stores locally

Where What
chrome.storage.localChats, settings, pinned tabs.
%LOCALAPPDATA%\Anya\ (Windows)
~/Library/Application Support/Anya/ (macOS)
~/.local/share/Anya/ (Linux)
Bridge state: per-chat working dir, Playwright binding, log file.

Both locations are on your machine. Uninstalling the extension removes chrome.storage.local; running the uninstall script removes the bridge data dir.

Data Anya can read (and why)

Data sent to GitHub Copilot

Your messages and any context you attach (page text, selections, tab listings, file contents you reference, screenshots) are sent to GitHub Copilot's API through the official @github/copilot-sdk. Copilot's handling of that data is governed by GitHub's Copilot privacy terms, not by this document.

Authentication is your existing GitHub Copilot OAuth flow — Anya never sees your password and stores no GitHub tokens of its own beyond what the SDK keeps.

What Anya does not do

Permissions in plain English

Permission Why
nativeMessagingTalk to the local Node bridge. The whole product depends on it.
sidePanelRender the Anya sidebar.
tabs + activeTabList tabs, get the active tab URL/title, focus tabs you ask for.
scriptingInject the Readability extractor on demand and run Playwright commands against a tab you bind.
storagePersist your chats and preferences locally.
bookmarksSearch and (with confirmation) reorganise your bookmarks.
downloadsSearch recent downloads when you explicitly ask.
clipboardReadRead the clipboard only when you type @clipboard.
<all_urls>Required to read or drive a tab on any site you ask Anya to work with.

Children

Anya is a developer tool; it is not directed at children under 13.

Changes

This policy may change as the product evolves. Material changes will be reflected in the "Last updated" date above and called out in the GitHub release notes.

Contact

Open an issue on github.com/aasis21/Anya.