Show HN: Freenet alpha, a drop-in decentralized replacement for the web
The alpha has been running since shortly before Christmas and has been gradually stabilized over the last few weeks, though it is still definitely alpha quality.
Freenet is a decentralized key-value store where keys are WebAssembly contracts. These contracts define what values can be associated with a key and how those values are updated. Web applications can be distributed over Freenet and use it as a decentralized back end.
The main application at the moment is a decentralized group chat app called River, which serves as a concrete example of this model. It runs fully peer-to-peer, with no servers or federation, and is usable for real conversations between multiple peers.
The alpha also reports live network telemetry, which is exposed via a public dashboard. It shows peers joining, message traffic, and other network activity in real time.
Getting started should be fairly quick. There’s a one-page quickstart that installs a local peer as a service on Mac or Linux and lets you join the network in a few minutes.
Links: Quickstart: https://freenet.org/quickstart/
Live telemetry dashboard: http://nova.locut.us:3133/
General info: https://freenet.org/
2 comments
[ 2.5 ms ] story [ 22.0 ms ] threadOh so both are called Freenet again? Or is this a new third project? For a while some people were adamant in refering to the original (which still lives but I believe is incompatible?) as Hyphanet. What happened with Locutus? It seemed promising.
I think answer to this will be very helpful in understanding the state of the project and how we can contribute.