I write educational content about Bitcoin.
-
Install Pears;
-
Run the following command to launch the Plan ₿ Academy app:
pear run pear://k9cawqdsan3bkobkigesuyfeqjcasi49ikjaru5cipap835t7nwy
1. What is Pears?
- Hypercore: a distributed log that ensures data consistency and security without a central database.
- Hyperbee: an index built on top of Hypercore that allows data to be organized and queried efficiently.
- Hyperdrive: a distributed file system used to store and synchronize application files among peers.
- Hyperswarm and HyperDHT: network layers that enable peer discovery and connections worldwide without a central server.
- Secretstream: an end-to-end encryption protocol that secures communication between peers.
- Linux (Debian) → Section 2
- Windows → Section 3
- macOS → Section 4
2. How to install Pears on Linux (Debian)?
2.1. Update the system
sudo apt update && sudo apt upgrade -y
2.2. Install dependencies
libatomic1, used by the Bare JavaScript runtime engine. Install it with the following command:sudo apt install -y libatomic1 curl git
2.3. Install Node.js and npm via NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
source ~/.bashrc
nvm --version
nvm install --lts
node -v npm -v
2.4. Install Pears with npm
pear command from any directory.npm install -g pear
2.5. Initialize Pears
pear
pear
2.6. Test Pears with Keet
pear run pear://keet
3. How to Install Pears on Windows
3.1. Open PowerShell as Administrator
- Click on the Start menu;
- Type “PowerShell”;
- Right-click on "Windows PowerShell";
- Select "Run as administrator".
3.2. Download NVS
winget install jasongin.nvs
3.3. Install Node.js
nvs
a key on your keyboard.3.4. Verify Installations
node -v npm -v
3.5. Install Pears with npm
npm install -g pear
pear binary in your global npm directory.3.6. Verify and Initialize Pears
pear
3.7. Test Pears with Keet
pear run pear://keet
4. How to Install Pears on macOS
4.1. Check System Prerequisites
Cmd + Space bar, type Terminal, and press Enter. Then, run the following command in the terminal to install it:xcode-select --install
4.2. Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
source ~/.zshrc
source ~/.bashrc
nvm --version
4.3. Install Node.js and npm
nvm install --lts
node -v npm -v
4.4. Install Pears with npm
pear command from any directory.npm install -g pear
4.5. Initialize Pears
pear
pear
4.6. Test Pears with Keet
pear run pear://keet
5. How to Use Plan ₿ Academy on Pears
pear run pear://k9cawqdsan3bkobkigesuyfeqjcasi49ikjaru5cipap835t7nwy
6. How to Seed Plan ₿ Academy on Pears
pear seed pear://k9cawqdsan3bkobkigesuyfeqjcasi49ikjaru5cipap835t7nwy
Author
This tutorial has been written by Loïc Morel
You can say thanks by tipping the professor.
Credits
This tutorial has not been proofread yet
The original content has been translated by AI, but human review is necessary to ensure its accuracy.
3 005 sats1 503 sats752 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.

