T3MP3ST Install Matrix

July 2, 2026 ยท View on GitHub

Use this as the team-facing view of what a workstation needs. The UI and API remain useful without every binary installed, but local command readiness improves as these tools appear on PATH.

LaneToolsmacOSLinux NotesExecution
Core evidencefile, curl, dig, host, whois, opensslUsually present or brew install bind openssl@3Usually package-manager availableMixed local and receipt-gated
Web/API reconnmap, subfinder, httpx, naabu, katana, nucleiHomebrew plus ProjectDiscovery tapPrefer distro packages or upstream release binariesReceipt-gated
Web/API pressureffuf, gobuster, feroxbuster, nikto, dalfox, sqlmapHomebrewDistro packages, Go installs, or upstream releasesReceipt-gated
Supply chainsemgrep, gitleaks, trufflehog, trivy, syft, grype, osv-scannerHomebrew or pipx where notedDistro packages, pipx, or upstream releasesMostly local-read
Cloud/IaCcheckov, prowlerHomebrew or pipxpipx usually cleanestLocal-read or receipt-gated cloud account checks
AI/agentgarak, promptfoopipx and npmpipx and npmReceipt-gated model/system probing
Smart contractslither, myth, echidna, forge, cast, solhintpipx, Homebrew tap, Foundry installer, npmpipx, upstream releases, Foundry installer, npmLocal-read plus receipt-gated chain calls
Crypto auditjohn, hashcatHomebrewDistro packagesReceipt-gated, never store recovered secrets
Reverse/mobile/fuzzradamsa, afl-fuzz, r2, apktool, jadx, exiftool, binwalk, yaraHomebrewDistro packages or upstream releasesLocal-read lab artifacts
Gated/importmsfconsole, hydra, bloodhoundOptionalOptionalCatalog-only or import-only until narrow adapters exist

macOS Homebrew Repair

If Homebrew is owned by a different local user, installs may fail with Cellar is not writable or tap permission errors. Repair the prefix before installing tools:

sudo chown -R "$(whoami)":admin /opt/homebrew
brew doctor

Minimum Useful Workstation

For a first team preview, prioritize:

brew install nmap ffuf nuclei semgrep gitleaks trivy syft grype exiftool yara
npm install -g promptfoo
pipx install garak

This gives the team a practical web, repo, evidence, and AI-boundary loop without waiting on the full arsenal.