Installation Guide
June 7, 2026 ยท View on GitHub
This guide covers the various ways to install procscope.
Note: Running
procscopeusually requiressudo(eBPF capabilities).
1. Homebrew (Recommended)
brew tap Mutasem-mk4/kharma
brew install procscope
2. Go Install (Requires Go 1.24+)
go install github.com/Mutasem-mk4/procscope/cmd/procscope@latest
3. Direct Download
Download the release asset that matches your architecture from:
Available assets include:
- Debian package (
.deb) - Linux tarballs for
amd64andarm64
4. Build from Source
Ensure you have Go 1.24+ and make installed.
git clone https://github.com/Mutasem-mk4/procscope.git
cd procscope
make build
sudo install -m755 bin/procscope /usr/local/bin/procscope
5. Native Package Managers
procscope is becoming available in official repositories.
BlackArch Linux:
sudo pacman -S procscope
Kali Linux & Parrot OS:
# Pending official inclusion; use the .deb package from releases in the meantime.
sudo dpkg -i procscope_*.deb