ZeroNet Build Status Documentation Help tests Docker Pulls

Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io / onion

Why?

  • We believe in open, free, and uncensored network and communication.
  • No single point of failure: Site remains online so long as at least 1 peer is serving it.
  • No hosting costs: Sites are served by visitors.
  • Impossible to shut down: It's nowhere because it's everywhere.
  • Fast and works offline: You can access the site even if Internet is unavailable.

Features

  • Real-time updated sites
  • Namecoin .bit domains support
  • Easy to setup: unpack & run
  • Clone websites in one click
  • Password-less BIP32 based authorization: Your account is protected by the same cryptography as your Bitcoin wallet
  • Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times
  • Anonymity: Full Tor network support with .onion hidden services instead of IPv4 addresses
  • TLS encrypted connections
  • Automatic uPnP port opening
  • Plugin for multiuser (openproxy) support
  • Works with any browser/OS

How does it work?

  • After starting zeronet.py you will be able to visit zeronet sites using http://127.0.0.1:43110/{zeronet_address} (eg. http://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D).
  • When you visit a new zeronet site, it tries to find peers using the BitTorrent network so it can download the site files (html, css, js...) from them.
  • Each visited site is also served by you.
  • Every site contains a content.json file which holds all other files in a sha512 hash and a signature generated using the site's private key.
  • If the site owner (who has the private key for the site address) modifies the site, then he/she signs the new content.json and publishes it to the peers. Afterwards, the peers verify the content.json integrity (using the signature), they download the modified files and publish the new content to other peers.

Screenshots

Screenshot ZeroTalk

How to join

Windows

macOS

Linux (x86-64bit)

  • wget https://github.com/HelloZeroNet/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gz
  • tar xvpfz ZeroNet-py3-linux64.tar.gz
  • cd ZeroNet-linux-dist-linux64/
  • Start with: ./ZeroNet.sh
  • Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/

Tip: Start with ./ZeroNet.sh --ui_ip '*' --ui_restrict your.ip.address to allow remote connections on the web interface.

Android (arm, arm64, x86)

Docker

There is an official image, built from source at: https://hub.docker.com/r/nofish/zeronet/

Install from source

  • wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz
  • tar xvpfz ZeroNet-py3.tar.gz
  • cd ZeroNet-py3
  • sudo apt-get update
  • sudo apt-get install python3-pip
  • sudo python3 -m pip install -r requirements.txt
  • Start with: python3 zeronet.py
  • Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/

Current limitations

  • No torrent-like file splitting for big file support (big file support added)
  • No more anonymous than Bittorrent (built-in full Tor support added)
  • File transactions are not compressed or encrypted yet (TLS encryption added)
  • No private sites

How can I create a ZeroNet site?

  • Click on > "Create new, empty site" menu item on the site ZeroHello.
  • You will be redirected to a completely new site that is only modifiable by you!
  • You can find and modify your site's content in data/[yoursiteaddress] directory
  • After the modifications open your site, drag the topright "0" button to left, then press sign and publish buttons on the bottom

Next steps: ZeroNet Developer Documentation

Help keep this project alive

Sponsors

Thank you!

HelloZeroNet/ZeroNet

{
"props": {
"initialPayload": {
"allShortcutsEnabled": false,
"path": "/",
"repo": {
"id": 29112049,
"defaultBranch": "py3",
"name": "ZeroNet",
"ownerLogin": "HelloZeroNet",
"currentUserCanPush": false,
"isFork": false,
"isEmpty": false,
"createdAt": "2015-01-12T00:41:38.000Z",
"ownerAvatar": "https://avatars.githubusercontent.com/u/10350359?v=4",
"public": true,
"private": false,
"isOrgOwned": false
},
"currentUser": null,
"refInfo": {
"name": "py3",
"listCacheKey": "v0:1576431161.0",
"canEdit": false,
"refType": "branch",
"currentOid": "454c0b2e7e000fda7000cba49027541fbf327b96"
},
"tree": {
"items": [
{
"name": ".github",
"path": ".github",
"contentType": "directory"
},
{
"name": "plugins",
"path": "plugins",
"contentType": "directory"
},
{
"name": "src",
"path": "src",
"contentType": "directory"
},
{
"name": "tools/coffee",
"path": "tools/coffee",
"contentType": "directory",
"hasSimplifiedPath": true
},
{
"name": ".gitignore",
"path": ".gitignore",
"contentType": "file"
},
{
"name": ".gitlab-ci.yml",
"path": ".gitlab-ci.yml",
"contentType": "file"
},
{
"name": ".travis.yml",
"path": ".travis.yml",
"contentType": "file"
},
{
"name": "CHANGELOG.md",
"path": "CHANGELOG.md",
"contentType": "file"
},
{
"name": "COPYING",
"path": "COPYING",
"contentType": "file"
},
{
"name": "Dockerfile",
"path": "Dockerfile",
"contentType": "file"
},
{
"name": "Dockerfile.arm64v8",
"path": "Dockerfile.arm64v8",
"contentType": "file"
},
{
"name": "LICENSE",
"path": "LICENSE",
"contentType": "file"
},
{
"name": "README-ru.md",
"path": "README-ru.md",
"contentType": "file"
},
{
"name": "README-zh-cn.md",
"path": "README-zh-cn.md",
"contentType": "file"
},
{
"name": "README.md",
"path": "README.md",
"contentType": "file"
},
{
"name": "Vagrantfile",
"path": "Vagrantfile",
"contentType": "file"
},
{
"name": "requirements.txt",
"path": "requirements.txt",
"contentType": "file"
},
{
"name": "start.py",
"path": "start.py",
"contentType": "file"
},
{
"name": "update.py",
"path": "update.py",
"contentType": "file"
},
{
"name": "zeronet.py",
"path": "zeronet.py",
"contentType": "file"
}
],
"templateDirectorySuggestionUrl": null,
"readme": null,
"totalCount": 20,
"showBranchInfobar": false
},
"fileTree": null,
"fileTreeProcessingTime": null,
"foldersToFetch": [],
"treeExpanded": false,
"symbolsExpanded": false,
"isOverview": true,
"overview": {
"banners": {
"shouldRecommendReadme": false,
"isPersonalRepo": false,
"showUseActionBanner": false,
"actionSlug": null,
"actionId": null,
"showProtectBranchBanner": false,
"publishBannersInfo": {
"dismissActionNoticePath": "/settings/dismiss-notice/publish_action_from_repo",
"releasePath": "/HelloZeroNet/ZeroNet/releases/new?marketplace=true",
"showPublishActionBanner": false
},
"interactionLimitBanner": null,
"showInvitationBanner": false,
"inviterName": null
},
"codeButton": {
"contactPath": "/contact",
"isEnterprise": false,
"local": {
"protocolInfo": {
"httpAvailable": true,
"sshAvailable": null,
"httpUrl": "https://github.com/HelloZeroNet/ZeroNet.git",
"showCloneWarning": null,
"sshUrl": null,
"sshCertificatesRequired": null,
"sshCertificatesAvailable": null,
"ghCliUrl": "gh repo clone HelloZeroNet/ZeroNet",
"defaultProtocol": "http",
"newSshKeyUrl": "/settings/ssh/new",
"setProtocolPath": "/users/set_protocol"
},
"platformInfo": {
"cloneUrl": "https://desktop.github.com",
"showVisualStudioCloneButton": false,
"visualStudioCloneUrl": "https://windows.github.com",
"showXcodeCloneButton": false,
"xcodeCloneUrl": "https://developer.apple.com",
"zipballUrl": "/HelloZeroNet/ZeroNet/archive/refs/heads/py3.zip"
}
},
"newCodespacePath": "/codespaces/new?hide_repo_select=true&repo=29112049"
},
"popovers": {
"rename": null,
"renamedParentRepo": null
},
"commitCount": "4,033",
"overviewFiles": [
{
"displayName": "README.md",
"repoName": "ZeroNet",
"refName": "py3",
"path": "README.md",
"preferredFileType": "readme",
"tabName": "README",
"richText": "<article class=\"markdown-body entry-content container-lg\" itemprop=\"text\"><div class=\"markdown-heading\" dir=\"auto\"><h1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">ZeroNet <a href=\"https://travis-ci.org/HelloZeroNet/ZeroNet\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/b195fbb313873441d13892db057ae8fd250f448b8f6d02c15cd104f3d9268984/68747470733a2f2f7472617669732d63692e6f72672f48656c6c6f5a65726f4e65742f5a65726f4e65742e7376673f6272616e63683d707933\" alt=\"Build Status\" data-canonical-src=\"https://travis-ci.org/HelloZeroNet/ZeroNet.svg?branch=py3\" style=\"max-width: 100%;\"></a> <a href=\"https://zeronet.io/docs/faq/\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/3a9efee609d2b4fb1e64efeb9c63f70683c00c90a80f54735ded90e4fcbeb083/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d6661712d627269676874677265656e2e737667\" alt=\"Documentation\" data-canonical-src=\"https://img.shields.io/badge/docs-faq-brightgreen.svg\" style=\"max-width: 100%;\"></a> <a href=\"https://zeronet.io/docs/help_zeronet/donate/\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/6a3a4e763ffe04420c1dc2ce37cd0e42a30d478909358d7a8d5f992aaec75b40/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6b6565705f746869735f70726f6a6563745f616c6976652d646f6e6174652d79656c6c6f772e737667\" alt=\"Help\" data-canonical-src=\"https://img.shields.io/badge/keep_this_project_alive-donate-yellow.svg\" style=\"max-width: 100%;\"></a> <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://github.com/HelloZeroNet/ZeroNet/workflows/tests/badge.svg\"><img src=\"https://github.com/HelloZeroNet/ZeroNet/workflows/tests/badge.svg\" alt=\"tests\" style=\"max-width: 100%;\"></a> <a href=\"https://hub.docker.com/r/nofish/zeronet\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/52c3e33cdd49aff75cbbe7a3311c52640ea38291e54c90413523915374b18f07/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f70756c6c732f6e6f666973682f7a65726f6e6574\" alt=\"Docker Pulls\" data-canonical-src=\"https://img.shields.io/docker/pulls/nofish/zeronet\" style=\"max-width: 100%;\"></a></h1><a id=\"user-content-zeronet-----\" class=\"anchor\" aria-label=\"Permalink: ZeroNet \" href=\"#zeronet-----\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Decentralized websites using Bitcoin crypto and the BitTorrent network - <a href=\"https://zeronet.io\" rel=\"nofollow\">https://zeronet.io</a> / <a href=\"http://zeronet34m3r5ngdu54uj57dcafpgdjhxsgq5kla5con4qvcmfzpvhad.onion\" rel=\"nofollow\">onion</a></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Why?</h2><a id=\"user-content-why\" class=\"anchor\" aria-label=\"Permalink: Why?\" href=\"#why\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>We believe in open, free, and uncensored network and communication.</li>\n<li>No single point of failure: Site remains online so long as at least 1 peer is\nserving it.</li>\n<li>No hosting costs: Sites are served by visitors.</li>\n<li>Impossible to shut down: It's nowhere because it's everywhere.</li>\n<li>Fast and works offline: You can access the site even if Internet is\nunavailable.</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Features</h2><a id=\"user-content-features\" class=\"anchor\" aria-label=\"Permalink: Features\" href=\"#features\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Real-time updated sites</li>\n<li>Namecoin .bit domains support</li>\n<li>Easy to setup: unpack &amp; run</li>\n<li>Clone websites in one click</li>\n<li>Password-less <a href=\"https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki\">BIP32</a>\nbased authorization: Your account is protected by the same cryptography as your Bitcoin wallet</li>\n<li>Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times</li>\n<li>Anonymity: Full Tor network support with .onion hidden services instead of IPv4 addresses</li>\n<li>TLS encrypted connections</li>\n<li>Automatic uPnP port opening</li>\n<li>Plugin for multiuser (openproxy) support</li>\n<li>Works with any browser/OS</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">How does it work?</h2><a id=\"user-content-how-does-it-work\" class=\"anchor\" aria-label=\"Permalink: How does it work?\" href=\"#how-does-it-work\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>After starting <code>zeronet.py</code> you will be able to visit zeronet sites using\n<code>http://127.0.0.1:43110/{zeronet_address}</code> (eg.\n<code>http://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D</code>).</li>\n<li>When you visit a new zeronet site, it tries to find peers using the BitTorrent\nnetwork so it can download the site files (html, css, js...) from them.</li>\n<li>Each visited site is also served by you.</li>\n<li>Every site contains a <code>content.json</code> file which holds all other files in a sha512 hash\nand a signature generated using the site's private key.</li>\n<li>If the site owner (who has the private key for the site address) modifies the\nsite, then he/she signs the new <code>content.json</code> and publishes it to the peers.\nAfterwards, the peers verify the <code>content.json</code> integrity (using the\nsignature), they download the modified files and publish the new content to\nother peers.</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h4 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"><a href=\"https://docs.google.com/presentation/d/1_2qK1IuOKJ51pgBvllZ9Yu7Au2l551t3XBgyTSvilew/pub?start=false&amp;loop=false&amp;delayms=3000\" rel=\"nofollow\">Slideshow about ZeroNet cryptography, site updates, multi-user sites »</a></h4><a id=\"user-content-slideshow-about-zeronet-cryptography-site-updates-multi-user-sites-\" class=\"anchor\" aria-label=\"Permalink: Slideshow about ZeroNet cryptography, site updates, multi-user sites »\" href=\"#slideshow-about-zeronet-cryptography-site-updates-multi-user-sites-\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h4 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"><a href=\"https://zeronet.io/docs/faq/\" rel=\"nofollow\">Frequently asked questions »</a></h4><a id=\"user-content-frequently-asked-questions-\" class=\"anchor\" aria-label=\"Permalink: Frequently asked questions »\" href=\"#frequently-asked-questions-\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h4 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"><a href=\"https://zeronet.io/docs/site_development/getting_started/\" rel=\"nofollow\">ZeroNet Developer Documentation »</a></h4><a id=\"user-content-zeronet-developer-documentation-\" class=\"anchor\" aria-label=\"Permalink: ZeroNet Developer Documentation »\" href=\"#zeronet-developer-documentation-\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Screenshots</h2><a id=\"user-content-screenshots\" class=\"anchor\" aria-label=\"Permalink: Screenshots\" href=\"#screenshots\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://camo.githubusercontent.com/c2022c952e80c8d5b00968ae8d624f384bfe20cb09aca11d568ba6ee9e322e10/68747470733a2f2f692e696d6775722e636f6d2f4836304f4148592e706e67\"><img src=\"https://camo.githubusercontent.com/c2022c952e80c8d5b00968ae8d624f384bfe20cb09aca11d568ba6ee9e322e10/68747470733a2f2f692e696d6775722e636f6d2f4836304f4148592e706e67\" alt=\"Screenshot\" data-canonical-src=\"https://i.imgur.com/H60OAHY.png\" style=\"max-width: 100%;\"></a>\n<a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://camo.githubusercontent.com/007cfd3628ae08e1e23c3d2409d2e9a8603cbb15ce94ed6f19e32cf3d45e1db0/68747470733a2f2f7a65726f6e65742e696f2f646f63732f696d672f7a65726f74616c6b2e706e67\"><img src=\"https://camo.githubusercontent.com/007cfd3628ae08e1e23c3d2409d2e9a8603cbb15ce94ed6f19e32cf3d45e1db0/68747470733a2f2f7a65726f6e65742e696f2f646f63732f696d672f7a65726f74616c6b2e706e67\" alt=\"ZeroTalk\" data-canonical-src=\"https://zeronet.io/docs/img/zerotalk.png\" style=\"max-width: 100%;\"></a></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h4 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"><a href=\"https://zeronet.io/docs/using_zeronet/sample_sites/\" rel=\"nofollow\">More screenshots in ZeroNet docs »</a></h4><a id=\"user-content-more-screenshots-in-zeronet-docs-\" class=\"anchor\" aria-label=\"Permalink: More screenshots in ZeroNet docs »\" href=\"#more-screenshots-in-zeronet-docs-\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">How to join</h2><a id=\"user-content-how-to-join\" class=\"anchor\" aria-label=\"Permalink: How to join\" href=\"#how-to-join\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Windows</h3><a id=\"user-content-windows\" class=\"anchor\" aria-label=\"Permalink: Windows\" href=\"#windows\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Download <a href=\"https://github.com/HelloZeroNet/ZeroNet-win/archive/dist-win64/ZeroNet-py3-win64.zip\">ZeroNet-py3-win64.zip</a> (18MB)</li>\n<li>Unpack anywhere</li>\n<li>Run <code>ZeroNet.exe</code></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">macOS</h3><a id=\"user-content-macos\" class=\"anchor\" aria-label=\"Permalink: macOS\" href=\"#macos\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Download <a href=\"https://github.com/HelloZeroNet/ZeroNet-dist/archive/mac/ZeroNet-dist-mac.zip\">ZeroNet-dist-mac.zip</a> (13.2MB)</li>\n<li>Unpack anywhere</li>\n<li>Run <code>ZeroNet.app</code></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Linux (x86-64bit)</h3><a id=\"user-content-linux-x86-64bit\" class=\"anchor\" aria-label=\"Permalink: Linux (x86-64bit)\" href=\"#linux-x86-64bit\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li><code>wget https://github.com/HelloZeroNet/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gz</code></li>\n<li><code>tar xvpfz ZeroNet-py3-linux64.tar.gz</code></li>\n<li><code>cd ZeroNet-linux-dist-linux64/</code></li>\n<li>Start with: <code>./ZeroNet.sh</code></li>\n<li>Open the ZeroHello landing page in your browser by navigating to: <a href=\"http://127.0.0.1:43110/\" rel=\"nofollow\">http://127.0.0.1:43110/</a></li>\n</ul>\n<p dir=\"auto\"><strong>Tip:</strong> Start with <code>./ZeroNet.sh --ui_ip '*' --ui_restrict your.ip.address</code> to allow remote connections on the web interface.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Android (arm, arm64, x86)</h3><a id=\"user-content-android-arm-arm64-x86\" class=\"anchor\" aria-label=\"Permalink: Android (arm, arm64, x86)\" href=\"#android-arm-arm64-x86\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>minimum Android version supported 16 (JellyBean)</li>\n<li><a href=\"https://play.google.com/store/apps/details?id=in.canews.zeronetmobile\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/24e5a047a2a2617f40b69cb9ada90e7c11e94d7cad428bc6107275e507e0688f/68747470733a2f2f706c61792e676f6f676c652e636f6d2f696e746c2f656e5f75732f6261646765732f696d616765732f67656e657269632f656e5f62616467655f7765625f67656e657269632e706e67\" alt=\"Download from Google Play\" height=\"80\" data-canonical-src=\"https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png\" style=\"max-width: 100%;\"></a></li>\n<li>APK download: <a href=\"https://github.com/canewsin/zeronet_mobile/releases\">https://github.com/canewsin/zeronet_mobile/releases</a></li>\n<li>XDA Labs: <a href=\"https://labs.xda-developers.com/store/app/in.canews.zeronet\" rel=\"nofollow\">https://labs.xda-developers.com/store/app/in.canews.zeronet</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h4 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Docker</h4><a id=\"user-content-docker\" class=\"anchor\" aria-label=\"Permalink: Docker\" href=\"#docker\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">There is an official image, built from source at: <a href=\"https://hub.docker.com/r/nofish/zeronet/\" rel=\"nofollow\">https://hub.docker.com/r/nofish/zeronet/</a></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Install from source</h3><a id=\"user-content-install-from-source\" class=\"anchor\" aria-label=\"Permalink: Install from source\" href=\"#install-from-source\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li><code>wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz</code></li>\n<li><code>tar xvpfz ZeroNet-py3.tar.gz</code></li>\n<li><code>cd ZeroNet-py3</code></li>\n<li><code>sudo apt-get update</code></li>\n<li><code>sudo apt-get install python3-pip</code></li>\n<li><code>sudo python3 -m pip install -r requirements.txt</code></li>\n<li>Start with: <code>python3 zeronet.py</code></li>\n<li>Open the ZeroHello landing page in your browser by navigating to: <a href=\"http://127.0.0.1:43110/\" rel=\"nofollow\">http://127.0.0.1:43110/</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Current limitations</h2><a id=\"user-content-current-limitations\" class=\"anchor\" aria-label=\"Permalink: Current limitations\" href=\"#current-limitations\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li><del>No torrent-like file splitting for big file support</del> (big file support added)</li>\n<li><del>No more anonymous than Bittorrent</del> (built-in full Tor support added)</li>\n<li>File transactions are not compressed <del>or encrypted yet</del> (TLS encryption added)</li>\n<li>No private sites</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">How can I create a ZeroNet site?</h2><a id=\"user-content-how-can-i-create-a-zeronet-site\" class=\"anchor\" aria-label=\"Permalink: How can I create a ZeroNet site?\" href=\"#how-can-i-create-a-zeronet-site\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Click on <strong>⋮</strong> &gt; <strong>\"Create new, empty site\"</strong> menu item on the site <a href=\"http://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D\" rel=\"nofollow\">ZeroHello</a>.</li>\n<li>You will be <strong>redirected</strong> to a completely new site that is only modifiable by you!</li>\n<li>You can find and modify your site's content in <strong>data/[yoursiteaddress]</strong> directory</li>\n<li>After the modifications open your site, drag the topright \"0\" button to left, then press <strong>sign</strong> and <strong>publish</strong> buttons on the bottom</li>\n</ul>\n<p dir=\"auto\">Next steps: <a href=\"https://zeronet.io/docs/site_development/getting_started/\" rel=\"nofollow\">ZeroNet Developer Documentation</a></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Help keep this project alive</h2><a id=\"user-content-help-keep-this-project-alive\" class=\"anchor\" aria-label=\"Permalink: Help keep this project alive\" href=\"#help-keep-this-project-alive\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX</li>\n<li>Paypal: <a href=\"https://zeronet.io/docs/help_zeronet/donate/\" rel=\"nofollow\">https://zeronet.io/docs/help_zeronet/donate/</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Sponsors</h3><a id=\"user-content-sponsors\" class=\"anchor\" aria-label=\"Permalink: Sponsors\" href=\"#sponsors\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Better macOS/Safari compatibility made possible by <a href=\"https://www.browserstack.com\" rel=\"nofollow\">BrowserStack.com</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h4 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Thank you!</h4><a id=\"user-content-thank-you\" class=\"anchor\" aria-label=\"Permalink: Thank you!\" href=\"#thank-you\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>More info, help, changelog, zeronet sites: <a href=\"https://www.reddit.com/r/zeronet/\" rel=\"nofollow\">https://www.reddit.com/r/zeronet/</a></li>\n<li>Come, chat with us: <a href=\"https://kiwiirc.com/client/irc.freenode.net/zeronet\" rel=\"nofollow\">#zeronet @ FreeNode</a> or on <a href=\"https://gitter.im/HelloZeroNet/ZeroNet\" rel=\"nofollow\">gitter</a></li>\n<li>Email: <a href=\"mailto:[email protected]\">[email protected]</a> (PGP: <a href=\"https://zeronet.io/files/[email protected]_pub.asc\" rel=\"nofollow\">960F FF2D 6C14 5AA6 13E8 491B 5B63 BAE6 CB96 13AE</a>)</li>\n</ul>\n</article>",
"loaded": true,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": [
{
"level": 1,
"text": "ZeroNet ",
"anchor": "zeronet-----",
"htmlText": "ZeroNet "
},
{
"level": 2,
"text": "Why?",
"anchor": "why",
"htmlText": "Why?"
},
{
"level": 2,
"text": "Features",
"anchor": "features",
"htmlText": "Features"
},
{
"level": 2,
"text": "How does it work?",
"anchor": "how-does-it-work",
"htmlText": "How does it work?"
},
{
"level": 4,
"text": "Slideshow about ZeroNet cryptography, site updates, multi-user sites »",
"anchor": "slideshow-about-zeronet-cryptography-site-updates-multi-user-sites-",
"htmlText": "Slideshow about ZeroNet cryptography, site updates, multi-user sites »"
},
{
"level": 4,
"text": "Frequently asked questions »",
"anchor": "frequently-asked-questions-",
"htmlText": "Frequently asked questions »"
},
{
"level": 4,
"text": "ZeroNet Developer Documentation »",
"anchor": "zeronet-developer-documentation-",
"htmlText": "ZeroNet Developer Documentation »"
},
{
"level": 2,
"text": "Screenshots",
"anchor": "screenshots",
"htmlText": "Screenshots"
},
{
"level": 4,
"text": "More screenshots in ZeroNet docs »",
"anchor": "more-screenshots-in-zeronet-docs-",
"htmlText": "More screenshots in ZeroNet docs »"
},
{
"level": 2,
"text": "How to join",
"anchor": "how-to-join",
"htmlText": "How to join"
},
{
"level": 3,
"text": "Windows",
"anchor": "windows",
"htmlText": "Windows"
},
{
"level": 3,
"text": "macOS",
"anchor": "macos",
"htmlText": "macOS"
},
{
"level": 3,
"text": "Linux (x86-64bit)",
"anchor": "linux-x86-64bit",
"htmlText": "Linux (x86-64bit)"
},
{
"level": 3,
"text": "Android (arm, arm64, x86)",
"anchor": "android-arm-arm64-x86",
"htmlText": "Android (arm, arm64, x86)"
},
{
"level": 4,
"text": "Docker",
"anchor": "docker",
"htmlText": "Docker"
},
{
"level": 3,
"text": "Install from source",
"anchor": "install-from-source",
"htmlText": "Install from source"
},
{
"level": 2,
"text": "Current limitations",
"anchor": "current-limitations",
"htmlText": "Current limitations"
},
{
"level": 2,
"text": "How can I create a ZeroNet site?",
"anchor": "how-can-i-create-a-zeronet-site",
"htmlText": "How can I create a ZeroNet site?"
},
{
"level": 2,
"text": "Help keep this project alive",
"anchor": "help-keep-this-project-alive",
"htmlText": "Help keep this project alive"
},
{
"level": 3,
"text": "Sponsors",
"anchor": "sponsors",
"htmlText": "Sponsors"
},
{
"level": 4,
"text": "Thank you!",
"anchor": "thank-you",
"htmlText": "Thank you!"
}
],
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FHelloZeroNet%2FZeroNet"
}
},
{
"displayName": "LICENSE",
"repoName": "ZeroNet",
"refName": "py3",
"path": "LICENSE",
"preferredFileType": "license",
"tabName": "License",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FHelloZeroNet%2FZeroNet"
}
},
{
"displayName": "COPYING",
"repoName": "ZeroNet",
"refName": "py3",
"path": "COPYING",
"preferredFileType": "license",
"tabName": "GPL-3.0",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FHelloZeroNet%2FZeroNet"
}
}
],
"overviewFilesProcessingTime": 0
}
},
"appPayload": {
"helpUrl": "https://docs.github.com",
"findFileWorkerPath": "/assets-cdn/worker/find-file-worker-1583894afd38.js",
"findInFileWorkerPath": "/assets-cdn/worker/find-in-file-worker-3a63a487027b.js",
"githubDevUrl": null,
"enabled_features": {
"code_nav_ui_events": false,
"overview_shared_code_dropdown_button": false,
"react_blob_overlay": false,
"copilot_conversational_ux_embedding_update": false,
"copilot_smell_icebreaker_ux": true,
"copilot_workspace": false
}
}
}
}
{
"accept-ranges": "bytes",
"cache-control": "max-age=0, private, must-revalidate",
"content-encoding": "gzip",
"content-security-policy": "default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com api.githubcopilot.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com/v1/engines/github-completion/completions proxy.enterprise.githubcopilot.com/v1/engines/github-completion/completions *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/",
"content-type": "text/html; charset=utf-8",
"date": "Sat, 27 Jul 2024 08:38:50 GMT",
"etag": "e8d99583793d5773b2b6c8907dce21e9",
"referrer-policy": "no-referrer-when-downgrade",
"server": "GitHub.com",
"set-cookie": "logged_in=no; Path=/; Domain=github.com; Expires=Sun, 27 Jul 2025 08:38:50 GMT; HttpOnly; Secure; SameSite=Lax",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-request-id": "EA68:26860C:100F4B3:14A6FDD:66A4B20A",
"x-xss-protection": "0"
}