-
Notifications
You must be signed in to change notification settings - Fork 360
Installation
Laszlo Nagy edited this page Mar 31, 2026
·
1 revision
See INSTALL.md for full installation instructions, including:
- Installing from distribution packages
- Building from source (prerequisites, build, install)
- Custom installation with
PREFIXandINTERCEPT_LIBDIR - Shell completions setup
- Uninstalling
Distribution packages are available for most platforms. Check the Repology page for availability.
# Debian / Ubuntu
sudo apt install bear
# Fedora
sudo dnf install bear
# Arch Linux
sudo pacman -S bear
# macOS (Homebrew)
brew install bear
# FreeBSD
pkg install bear- Bear requires Rust 1.85+ when building from source (uses the Rust 2024 edition).
- A C compiler (
gccorclang) is also required to build the preload library (libexec.so). - Some distribution packages may lag behind the latest release. If you need v4.x features, build from source.
- For packaging-specific guidance, see the Packaging page.
User guide
Understanding Bear
Project