from
Run From Source Code
All Operating System ( windows - Linux - MacOS )
sudo apt update
sudo apt install build-essential python3 git curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash
\. "$HOME/.nvm/nvm.sh
nvm install 24
git clone https://github.com/absunstar/social-browser.git
cd social-browser
npm i
npm start