Last updated: 2026-07-04
Afterglow Aileron (“the extension”) is a local, developer-facing bridge that lets an AI assistant you run yourself observe and act on browser pages you approve. This policy describes what the extension does and does not do with your data. It is written to be truthful about a tool whose entire design point is that your data stays on your own machine.
The extension exists to connect the current browser tab to a local Afterglow
native host (a program running on the same computer, reachable only over
loopback 127.0.0.1) so that a coding assistant you operate can read the page
and perform actions you have authorized. It is not an analytics, advertising,
tracking, or content-injection product.
When you authorize a tab, the extension may read, on that tab only:
This data is passed to the local native host over loopback. The extension performs the actions you request (click, type, navigate, etc.) on the authorized tab.
127.0.0.1. It does not send your browsing data to Afterglow, to the author,
or to any third-party server. There is no telemetry, no analytics, and no
“phone home.”Password fields, one-time-codes, and similarly sensitive inputs are redacted by default before any snapshot or log leaves the page context. Captured URLs and logs have credentials and sensitive query parameters scrubbed. See ../SECURITY.md for the exact redaction rules.
All data the harness retains (audit log, replay summaries, optional screenshots, download metadata, the local access token) is stored on your computer and is listed, with locations and retention, in ../PUBLIC_ALPHA_TRUST_PACKET.md. You can export or remove it at any time (stop, pause, forget-site, clear-audit, remove-local-data).
Fetching “web context” for a public URL can use a local self-hosted sidecar (no external egress). A hosted provider (e.g. Firecrawl) is used only if you explicitly configure its endpoint and key. Nothing outbound is enabled by default.
Material changes to this policy will be reflected in this file with an updated date, published in the extension’s public repository.
Afterglow Aileron is an open-source project. Questions and reports: open an issue at the project repository, or contact the maintainer at the email listed on the repository.