Null.fs – An experimental distributed File System

2 michael-0acf4 2 9/16/2025, 7:54:33 PM github.com ↗

Comments (2)

michael-0acf4 · 55m ago
This is my attempt at creating a prototype of a decentralized store-agnostic file system. More importantly, it runs over HTTP, making it very easy to deploy.

I've been using it for a few days now, mainly for backups and easy access across some of my folders (Video Game Saves, Pictures, ..) on my local network.

It is very similar to a peer-to-peer sharing system, but you almost never know exactly which user created which data. It is simply there. It enables file sharing across a network of nodes, each node will simply synchronize its state from a peer.

stop50 · 35m ago
It reminds me of syncthing.