Skip to content

nSelf Sync

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

nSelf Sync Plugin

Event-log sync engine for ɳClaw. Free — MIT licensed.

Install

nself plugin install nself-sync

No license key required.

Description

Event-log sync engine for ɳClaw. Multi-device state sync via HLC + LWW; JWT-authenticated push/pull/snapshot/subscribe with Ed25519-signed events.

Category: infrastructure. Current version: 1.1.2.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
NSELF_SYNC_JWT_SECRET (required) -
NSELF_SYNC_BIND 127.0.0.1 -
NSELF_SYNC_PORT 3844 -
NSELF_SYNC_RATE_PUSH_PER_MIN 100 -
NSELF_SYNC_PULL_PAGE_SIZE 500 -
NSELF_SYNC_WS_AUTH_TIMEOUT_SEC 5 -
NSELF_SYNC_PLUGIN_ENABLED false -

Ports

Port Purpose
3853 nSelf Sync service port

Database Schema

3 table(s) added to your Postgres database:

  • np_sync_events
  • np_devices
  • np_sync_cursors

Examples

nself plugin install nself-sync

Source

plugins/nself-sync/

Manifest: plugins/nself-sync/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally