This guide covers the various ways to install procscope.
Note: Running
procscopeusually requiressudo(eBPF capabilities).
brew tap Mutasem-mk4/kharma
brew install procscopego install github.com/Mutasem-mk4/procscope/cmd/procscope@latestDownload the release asset that matches your architecture from:
Available assets include:
- Debian package (
.deb) - Linux tarballs for
amd64andarm64
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/procscopeprocscope is becoming available in official repositories.
BlackArch Linux:
sudo pacman -S procscopeKali Linux & Parrot OS:
# Pending official inclusion; use the .deb package from releases in the meantime.
sudo dpkg -i procscope_*.deb