Skip to content

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 pelagora

Or use the interactive installer:

bash
npx pelagora-cli-installer

Released under the MIT License.