Peermaps

Years ago OSM had some distributed solutions, like OSM@home (dead before 2007) and Tiles@home (dead before 2012). It is prehistoric for such a dynamic project as OpenStreetMap and basically nothing else happened since then (Mapeo might be one of the specific exceptions). Currently however new generic P2P mapping project emerges - Peermaps:

https://peermaps.org

It is based on the next generation web frameworks, called Dat and IPFS (InterPlanetary File System), so it does not have to deal with all the basic stuff, since this is already done as universal groundwork solutions (not limited to maps or any other kind of distributed data) and growing in usage:

https://en.wikipedia.org/wiki/Dat_(software)
https://en.wikipedia.org/wiki/InterPlanetary_File_System

The project is in the infancy, so just look at some random up-to-date details:

I wonder of what use is the editing function, or what the intention of authors is.

https://github.com/peermaps/roadmap#peermaps-web-based-viewereditor

However I’m not sure if data should be written to the OSM database (so that would be another editor) or maybe this special Peermaps database (eyros), but I think this would be the first solution.

A bit more news I could find:

https://peermaps.org/posts/2019-08-02-august-2019-update/

Some news about progress with IPFS/OSM:

https://github.com/ipfs/devgrants/issues/59

There’s also a simple IPFS proxy:

https://github.com/lazyweirdo/osm-ipfs-proxy

See this thread:

https://forum.openstreetmap.org/viewtopic.php?pid=770382

I first considered why OSM does not use peermaps, but these are much better solutions (also abandoned):

Basically, if the whole planet could be stored redundantly over WebTorrent and rendered on the clients without any intermediate raster or vector prerendering steps.