-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
N0K71RN4L edited this page Apr 21, 2026
·
2 revisions
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β π‘οΈ **Mac Hacker Toolkit** v1.0.3 β’ 2026-04-21 β
β β
β π [Home](Home) π [Getting Started](Getting-Started) π§ [Tools](Tool-Reference) β
β π‘ [Architecture](Architecture) π [Security](Security) π€ [Contributing](Contributing) β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Before installing Mac Hacker Toolkit, ensure you have:
| Software | Version | Install Command |
|---|---|---|
| macOS | 14.0+ | - |
| Xcode | 15.0+ | Mac App Store |
| Homebrew | Latest | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" |
| XcodeGen | Latest | brew install xcodegen |
| Component | Minimum | Recommended |
|---|---|---|
| RAM | 8 GB | 16 GB |
| Storage | 2 GB | 10 GB |
| Apple Silicon | M1 | M2/M3/M4 |
- Download the latest
.dmgfrom Releases - Mount the DMG:
hdiutil attach MacHackerToolkit-*.dmg - Drag
MacHackerToolkit.appto Applications - Eject the DMG:
hdiutil detach /Volumes/Mac\ Hacker\ Toolkit
# Clone the repository
git clone https://github.com/noktirnal42/mac_hacker_toolkit.git
cd mac_hacker_toolkit
# Generate Xcode project
xcodegen generate
# Build the application
xcodebuild -scheme MacHackerToolkit -configuration Release build \
CODE_SIGN_IDENTITY="-" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NORun the installation script to install all required tools:
cd mac-hacker-toolkit
./scripts/install.shThis script installs tools across these categories:
- Network scanners (nmap, masscan, rustscan)
- Wi-Fi tools (aircrack-ng, wireguard-tools)
- Bluetooth tools (bettercap)
- Password crackers (hashcat, john)
- Reverse engineering tools (radare2, binwalk)
# Install Ollama
brew install ollama
# Start Ollama service
ollama serve
# Pull recommended models
ollama pull mistral
ollama pull llama3On first launch, grant these permissions in System Settings:
| Permission | Purpose |
|---|---|
| Bluetooth | Discover nearby BLE devices |
| Local Network | Network scanning |
| Full Disk Access | Forensics tools |
xattr -cr /Applications/MacHackerToolkit.appEnsure Homebrew is in your PATH:
echo 'export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrcVerify Ollama is running:
ollama list- Getting Started - Learn the basics
- Usage - How to use each feature
- Troubleshooting - Common issues
| Resource | Link |
|---|---|
| π Documentation | Wiki Home |
| π¦ Releases | GitHub Releases |
| π Issues | GitHub Issues |
| π¬ Discussions | GitHub Discussions |
| π License | MIT License |
π Mac Hacker Toolkit β Built with β€οΈ for the security community