Samizdat Node
Samizdat Node allows you to view and also publish content in the Samizdat Network. If you are an end user or publisher, this is the program for you! Follow the instructinons below to install.
To install Samizdat Node (and the Samizdat CLI) in your preferred linux distribution, you can use our one-line installation script by copying and pasting the following code in your command line:
curl -Ls ${origin}~/get-samizdat/latest/x86_64-unknown-linux-gnu/node/install.sh \
| sudo bash
To install Samizdat Node (and the Samizdat CLI) in your fancy MacOS, we offer you our very own homebrew
package (a.k.a formula):
brew tap tokahuke/samizdat # add our tap
brew install samizdat # install samizdat
sudo brew services restart samizdat # make sure you have Brew Services installed
brew postinstall samizdat # configure your node after the service is up
Click on the big friendly button:
After you finish the installation, you may want to visit our getting started page to get up-to-speed with SAMIZDAT.
Note
Please note that this is still a proof of concept implementation. So three caveats are in place:
- Don't rely on the availability of the network or of your content; have alternatives in place.
- Expect frequent breaking changes.
- Expect vulnerabilities. Do not use the network for sensitive content yet.
Samizdat Hub
If you want to work for the cause, welcome aboard! To serve a Samizdat Hub, you will need to have
- Access to some computing resource that can be up 24/7, such as a Desktop server or a VM provisioned by a cloud platform. You can have your own for as little as US$5 per month.
- A public IP (preferably both v4 and v6) address associated to your machine. If you use a cloud platform, this is as simple as checkig a box, if at all.
- A Linux distribution installed in your machine.
If you have checked all the boxes, just run the following code (as root!):
curl -Ls ${origin}/~get-samizdat/latest/x86_64-unknown-linux-gnu/hub/install.sh
| sudo bash