Replicator Toolkit
A framework for reproducing locally owned digital and physical capability.
The first release establishes a reproducible Sovereign Node: Radicle, IPFS, Matrix, and the sensor proof pipeline.
What v0.1 reproduces
- an independent Radicle identity
- an independent IPFS / Kubo peer
- a fresh Matrix Synapse homeserver
- a local sensor proof pipeline
- a fresh proof-encryption identity
- verification and recovery paths
Known-working target
Replicator Toolkit v0.1.0 has been clean-replication tested on Ubuntu 24.04.
The replica receives its own identities and local state. Private keys, databases, credentials, peer identities, and the originating Genesis repository are not distributed.
Install
tar -xzf replicator-toolkit-v0.1.0.tar.gz
cd replicator-toolkit-v0.1.0
MATRIX_SERVER_NAME=matrix.example.org \
RADICLE_ALIAS=my-node \
./bin/replicator install digital/sovereign-node Verify
./bin/replicator verify digital/sovereign-node A successful replica ends with:
PASS: Sovereign Node verified Verify the download
sha256sum -c replicator-toolkit-v0.1.0.tar.gz.sha256 Replication before scaling
The Toolkit is not intended to make every place identical. It transfers enough knowledge, configuration, verification, and recovery capability for another person to reproduce the pattern independently.
Future modules can extend the same framework into local AI, gardens, food systems, biofabrication, water, energy, living-home systems, and other forms of local sovereignty.