-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
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) │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
Symptoms: App crashes or shows error on startup
Solutions:
- Check macOS version (requires 14.0+)
- Grant necessary permissions
- Rebuild from source:
xcodegen generate xcodebuild -scheme MacHackerToolkit -configuration Release build
Symptoms: No networks found or scan fails
Solutions:
- Grant Wi-Fi permission in System Settings
- Ensure no other app is using Wi-Fi
- Check network interface is active
Symptoms: App crashes when opening Bluetooth scanner
Solution: Update to v1.0.3+ (fixed EnvironmentObject issue)
Symptoms: AI assistant returns errors
Solutions:
- Ensure Ollama is installed:
brew install ollama - Start Ollama service:
ollama serve - Pull models:
ollama pull mistral
Symptoms: "Command not found" errors
Solutions:
- Run install script:
./scripts/install.sh - Add to PATH:
echo 'export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"' >> ~/.zshrc
To reset all settings:
rm -rf ~/Library/Application\ Support/MacHackerToolkit
rm ~/Library/Preferences/com.worldhackerlabs.machackertoolkit.plist| 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