Plebbit is a decentralized reddit alternative for uncensored content. It is a fork of Seedit, a client (interface) for the Bitsocial protocol, which is a decentralized social network where anyone can create and fully own unstoppable communities. Learn more: https://bitsocial.net
- Plebbit web version: https://plebbit.app — or, using Brave Browser or IPFS Companion extension: https://plebbit.eth
- Plebbit desktop version (full p2p bitsocial node, seeds automatically): available for Mac/Windows/Linux, download link in the release page
- Plebbit mobile version: available for Android, download link in the release page
In the plebbit app, a bitsocial community is called a subplebbit. To run a subplebbit, you can choose between two options:
- If you prefer to use a GUI, download the desktop version of Plebbit, available for Windows, MacOS and Linux: latest release. Create a subplebbit using using the familiar old.reddit-like UI, and modify its settings to your liking. The app runs a P2P full node, meaning you have to keep it running to have your board online.
- If you prefer to use a command line interface, install bitsocial-cli, available for Windows, MacOS and Linux: latest release. Follow the instructions in the readme of the repo. When running the daemon for the first time, it will output WebUI links you can use to manage your community with the ease of the GUI.
Peers can connect to your subplebbit using any bitsocial client, such as 5chan or Seedit. They only need the subplebbit address, which is not stored in any central database, as bitsocial is a pure peer-to-peer protocol.
- Install Node v22 (Download from https://nodejs.org)
- Install Yarn:
npm install -g yarn yarn install --frozen-lockfileto install Seedit dependenciesyarn startto run the web client
- Web client:
yarn start - Electron client (must start web client first):
yarn electron - Electron client and don't delete data:
yarn electron:no-delete-data - Web client and electron client:
yarn electron:start - Web client and electron client and don't delete data:
yarn electron:start:no-delete-data
The linux/windows/mac/android build scripts are in https://github.com/bitsocialhq/plebbit/blob/master/.github/workflows/release.yml