bee
Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.
How to download and setup bee
Open terminal and run command
git clone https://github.com/ethersphere/bee.git
git clone is used to create a copy or clone of bee repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with bee https://github.com/ethersphere/bee/archive/master.zip
Or simply clone bee with SSH
[email protected]:ethersphere/bee.git