SSB-Daemon (SSBD) is an experimental alternative to SSB-Server.
After installing, start it from the command-line.
ssb-daemon
First, you'll need Node.js and npm on your computer. Run node --version
to see if you have it. If not, or if it's older than the current or active LTS version, you should download Node.js first.
Then, install SSB-Daemon:
npm install -g fraction/ssb-daemon
This pairs well with SSB-CLI:
npm install -g ssb-cli
AGPL-3.0