Skip to content

Pelagora Node

Pelagora is a local-first marketplace node that runs on your machine. It provides:

  • Web UI — A built-in browser interface for managing your inventory
  • REST API — Full HTTP API for programmatic access
  • DHT Networking — Peer discovery and communication over Hyperswarm
  • 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.