Beacon
A Beacon is the node software you run to connect to the Pelagora network. Each Beacon provides:
- REST API — Full HTTP API for programmatic access
- SQLite Storage — All data stored locally in WAL mode
- Skill System — Extend functionality with installable plugins
Install
bash
npm install pelagoraOr use the interactive installer:
bash
npx pelagora-cli-installerQuick links
- Installation — All installation methods
- API Reference — Full REST API
- Sync — Cloud sync protocol
- Configuration — Environment variables and settings

