Skip to content

Instantly share code, notes, and snippets.

@zhouzypaul
Created March 27, 2025 00:29
Show Gist options
  • Select an option

  • Save zhouzypaul/03db9a37ea947bdacc01c637c84c7651 to your computer and use it in GitHub Desktop.

Select an option

Save zhouzypaul/03db9a37ea947bdacc01c637c84c7651 to your computer and use it in GitHub Desktop.

Installing Bore

For complete instructions see: bore.pub

On Ubuntu

Download the pre-built binary for x86_64 on linux:

wget https://github.com/ekzhang/bore/releases/download/v0.5.2/bore-v0.5.2-x86_64-unknown-linux-musl.tar.gz

Extract the archive:

tar -xvzf bore-v0.5.2-x86_64-unknown-linux-musl.tar.gz

Move the binary to a system path:

sudo mv bore /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment