logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/buzz
or

Install via npx

npx @hexmos/ipm i block/buzz

Prerequisites

Docker

package

Version: >=20.10

Hermit

package

Rust

language

Version: >=1.88

Node.js

language

Version: >=24

pnpm

package

Version: >=10

Git for Windows

package

Version: 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.app

Try 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.AppImage

Try 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

buzz

Try 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 /SILENT

Build & run from source (Developer/Self-host)

git clone https://github.com/block/buzz.git

cd buzz

. ./bin/activate-hermit

just setup

just build

just dev

Build & run from source (Daily use)

. ./bin/activate-hermit

just dev

Build & run from source (Separate terminals)

cd buzz

. ./bin/activate-hermit

just relay

Build & run from source (Separate terminals)

cd buzz

. ./bin/activate-hermit

just desktop-dev