DEV Community

Lois-Kleinner
Lois-Kleinner

Posted on

Every vector search company builds on rented land. P2P Mesh Synchronization doesn't.

Every vector search company builds on rented land. P2P Mesh Synchronization doesn't.

P2P Mesh Synchronization: Decentralized File Synchronization


The Problem

Peer-to-peer mesh synchronization provides a decentralized alternative to cloud-based file synchronization, enabling direct device-to-device data replication without intermediary servers. This document presents a comprehensive analysis of P2P mesh networking as applied to the Kamelot file system synchronization layer.

What We Built

We examine the libp2p networking stack for peer identity, discovery, and communication; the Noise protocol for end-to-end encrypted synchronization; CRDT-based conflict resolution for concurrent edits without manual merge conflicts; and mesh topology optimization for latency-aware peer selection. We demonstrate that P2P mesh synchronization achieves latency within 15% of centralized cloud sync while providing complete data sovereignty, offline-first operation, and elimination of intermediary trust.

The Research

Peer-to-peer mesh synchronization provides a decentralized alternative to cloud-based file synchronization, enabling direct device-to-device data replication without intermediary servers.

This document presents a comprehensive analysis of P2P mesh networking as applied to the Kamelot file system synchronization layer.

We examine the libp2p networking stack for peer identity, discovery, and communication; the Noise protocol for end-to-end encrypted synchronization; CRDT-based conflict resolution for concurrent edits without manual merge conflicts; and mesh topology optimization for latency-aware peer selection.

We demonstrate that P2P mesh synchronization achieves latency within 15% of centralized cloud sync while providing complete data sovereignty, offline-first operation, and elimination of intermediary trust.

This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.

Full citation: Alpasan, L.-K. (2026). P2P Mesh Synchronization: Decentralized File Synchronization. The Anticloud Research Corpus.

Read the full paper


Why The Anticloud

A single large language model training run can emit as much carbon as five cars over their entire lifetimes. The datacenter industry already consumes more electricity than most countries. Every cloud inference call you make is burning through resources that someone else pays for — and the cost is not just financial.

The Anticloud has no datacenter footprint. It does not require a single server rack in any building anywhere in the world. It does not need cooling towers, redundant power supplies, or backup generators. The entire system runs on hardware you already own.

There is no silicon farm involved in serving your inference. You do not need to reserve GPU time on a cluster. You do not need to provision cloud instances. You do not need to negotiate pricing with a cloud provider. The hardware is already on your desk.

There is no e-waste from hardware turnover cycles driven by cloud providers upgrading their fleets. The system runs on whatever hardware you have, and it will continue to run on whatever hardware you replace it with. There is no forced upgrade path.

The energy consumption of running inference locally is a fraction of what it would take to send your data to a datacenter, have it processed on a server that is burning through megawatts, and send the result back across the internet. Local inference does not need to cross a network. It does not need to be routed through multiple data centers. It happens on the hardware in front of you.

This is AI infrastructure that can exist anywhere — on a laptop in a coffee shop, on a server in an off-grid facility, on a machine that has never seen the internet. No datacenter required. No environmental compromise required.

The Anticloud requires one machine, one binary, and zero trust in anyone.


About the Author

My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.

I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.

I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.

The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.

I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.

Follow the work:


Tags: AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Vector Search, Semantic, Embeddings, Retrieval

Top comments (0)