How to install HelloZeroNet/ZeroNet. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
HelloZeroNet/ZeroNet Installation Guide
How to install HelloZeroNet/ZeroNet. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HelloZeroNet/ZeroNet. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HelloZeroNet/ZeroNetor
Install via npx
npx @hexmos/ipm i HelloZeroNet/ZeroNetPrerequisites
Python 3.8 or later
languageVersion: >3.8.0, <4.0.0
pip
package_managerVersion: 21.x
Git
system_toolVersion: 2.38.0
Node.js (optional)
otherVersion: 16.x
Docker (optional)
system_toolVersion: 20.10.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation (Python)
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
python3 zeronet.pyPython Installation (Manual)
tar xvpfz ZeroNet-py3.tar.gz
cd ZeroNet-py3
python3 zeronet.pyPost Installation Steps
- Open your web browser and navigate to http://127.0.0.1:43110/ in the address bar.
- You can now access the ZeroNet site.
