Three steps in a terminal. ~3 minutes if you already have Chrome, Node.js, and pnpm.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, user scripts are allowed on it, and
pnpm airglow dev is serving manifests on http://localhost:3001.Steps
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.