How to install block/buzz. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
block/buzz Installation Guide
How to install block/buzz. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for block/buzz. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i block/buzzor
Install via npx
npx @hexmos/ipm i block/buzzPrerequisites
Docker
packageVersion: >=20.10
Hermit
packageRust
languageVersion: >=1.88
Node.js
languageVersion: >=24
pnpm
packageVersion: >=10
Git for Windows
packageVersion: any
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Try the app (macOS)
curl -sL https://github.com/block/buzz/releases/download/v0.4.25/Buzz_0.4.25_x64.dmg -o buzz.dmg
hdiutil attach buzz.dmg
sudo cp -R /Volumes/Buzz/Buzz.app /Applications
hdiutil detach /Volumes/Buzz
rm buzz.dmg
open /Applications/Buzz.appTry the app (Linux)
curl -sL https://github.com/block/buzz/releases/download/v0.4.25/Buzz_0.4.25_amd64.AppImage -o buzz.AppImage
chmod +x buzz.AppImage
./buzz.AppImageTry the app (Linux - deb)
curl -sL https://github.com/block/buzz/releases/download/v0.4.25/Buzz_0.4.25_amd64.deb -o buzz.deb
sudo dpkg -i buzz.deb
sudo apt-get install -f -y
buzzTry the app (Windows)
curl -sL https://github.com/block/buzz/releases/download/v0.4.25/Buzz_0.4.25_x64.exe -o buzz_installer.exe
buzz_installer.exe /SILENTBuild & run from source (Developer/Self-host)
git clone https://github.com/block/buzz.git
cd buzz
. ./bin/activate-hermit
just setup
just build
just devBuild & run from source (Daily use)
. ./bin/activate-hermit
just devBuild & run from source (Separate terminals)
cd buzz
. ./bin/activate-hermit
just relayBuild & run from source (Separate terminals)
cd buzz
. ./bin/activate-hermit
just desktop-dev