Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.13 KB

File metadata and controls

54 lines (37 loc) · 1.13 KB

Installation Guide

This guide covers the various ways to install procscope.

Note: Running procscope usually requires sudo (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 amd64 and arm64

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