Get Airglow running on your machine. You’ll need Chrome, Node.js, pnpm, and a terminal.Documentation Index
Fetch the complete documentation index at: https://docs.airglow.cc/llms.txt
Use this file to discover all available pages before exploring further.
Done means the Airglow icon is in Chrome’s extension list and
pnpm airglow dev is serving manifests on http://localhost:3001.Pick a path
Have an agent install it
Paste a prompt into Codex / Claude Code / Cursor. They do the clone and the server start; you do the one Chrome click.
Install it yourself
Three steps in a terminal — clone the SDK, load the extension, start the local server. ~3 minutes.
Have an agent install it
Paste this into Codex, Claude Code, Cursor, or another agent:Install it yourself
1. Clone the SDK repo
The public SDK repo ships the Chrome extension and the local app server.2. Load the extension in Chrome
- Open
chrome://extensions. - Turn on Developer Mode.
- Click Load unpacked.
- Select
airglow-sdk/extension. - Click the new Airglow card’s Details, then toggle on Allow user scripts.
Airglow appears in the Chrome extensions list, is enabled, and has user scripts allowed. (Chrome 138+ requires the user-scripts toggle before Airglow apps can run on pages.)
3. Start the local app server
The extension talks to a local app server to pick up apps while you build and edit them.curl http://localhost:3001/api/apps/manifests returns JSON.Next
You have Airglow installed. Two paths from here:- Use a prebuilt app. The SDK ships five showcase apps under
airglow-apps/— they’re running on your local server right now. Open the page each one targets (news.ycombinator.com, Gmail, a GitHub repo, a LinkedIn profile, Google Ads) and the app appears. - Build your own. Prompt your coding agent for a new app on any page. See Build your own.
If it does not work
| Case | Fix |
|---|---|
| Airglow is missing in Chrome | Re-open chrome://extensions and load airglow-sdk/extension again. |
| Manifests endpoint doesn’t respond | Restart the server with pnpm airglow dev from airglow-sdk/. |