Developer(s) | Tamas Kocsis (original author), geekless, PramUkesh (maintainers of tor-v3 compatible forks) and other contributors |
---|---|
Initial release | 2015 |
Stable release | 0.7.1[1]
/ 4 September 2019 |
Repository | |
Written in | Python, JavaScript, CoffeeScript |
Operating system | Windows, Linux, OS X, FreeBSD, Android |
Available in | Danish, German, English, Spanish, French, Hungarian, Italian, Polish, Portuguese, Russian, Turkish, Ukrainian, Chinese, Persian. |
Type | Peer-to-peer web hosting |
License | GPLv3 github |
Website | zeronet |
Part of a series on |
File sharing |
---|
File Hosts |
Video sharing sites |
BitTorrent sites |
Media Servers |
Technologies |
File sharing networks |
Academic |
P2P clients |
Anonymous file sharing |
History and societal aspects |
By country or region |
Comparisons |
ZeroNet is a decentralized web-like network of peer-to-peer users, created by Tamas Kocsis in 2015, programming for the network was based in Budapest, Hungary; is built in Python; and is fully open source.[2] Instead of having an IP address, sites are identified by a public key (specifically a bitcoin address). The private key allows the owner of a site to sign and publish changes, which propagate through the network. Sites can be accessed through an ordinary web browser when using the ZeroNet application, which acts as a local webhost for such pages.[2] In addition to using bitcoin cryptography, ZeroNet uses trackers from the BitTorrent network[3] to negotiate connections between peers.[2] ZeroNet is not anonymous by default, but it supports routing traffic through the Tor network.[4]
The ZeroNet website and bittorrent tracker are blocked in mainland China.[5] Despite the censorship, however, it's still possible to access ZeroNet from behind the Great Firewall of China, even over Tor, by bootstrapping over Meek, and connecting to peers directly.
There is no way to take down a ZeroNet page which still has seeders,[2] thus making such pages immune to third-party methods of taking them down, including DMCA takedown notices.[6]
Development has stopped for several months after stable release of v0.7.1 on Github.[7] For a long period of time it was a concern that ZeroNet would stop working with Tor due to its lack of Onion-v3 protocol support. geekless implemented such a support (thanking anonymoose and zeroseed for it) on 03.11.2021 in his fork. Later on, ZeroNet Mobile Developer, PramUkesh announced a fork and implemented it with Tor v3 Patch and some fixes and released stable version of v0.7.6 on his GitHub Fork, which he intends to maintain if Tamas would abandon the project.
As of February 2022, two of the four forks were active:
The feasibility of peer-to-peer online web-sites had been hypothesised for some time, with The Pirate Bay suggesting they would build a network, as well as BitTorrent Inc. which created the closed-source Project Maelstrom.[2] Another application, Beaker Browser, uses the P2P DAT files protocol to allow the creation, hosting and serving of websites without need of a server.[8]
Sites on ZeroNet are known as "zites" by its users.
ZeroNet supports HTML, CSS and JavaScript.
Server-side languages like PHP are not supported, although ZeroNet can achieve user signup/login on MySQL databases, that are also distributed via P2P.
By default, sites have a size limit of 10 megabytes, but users may grant a site permission to use more storage space if they wish.
With plugins and the ZeroFrame API, sites can communicate with ZeroNet calling Python by JavaScript.