This application provides a macOS menubar interface for SpoofDPI, based on the configuration from GoodbyeDPI-Turkey. The app wraps the SpoofDPI executable with an easy-to-use toggle interface, eliminating the need to run terminal commands manually.
- ✅ One-click start/stop toggle rather than one-click terminal
- Install dependencies:
npm install- Ensure
spoofdpiexecutable is in the root directory with execute permissions:
chmod +x spoofdpinpm startnpm run buildThe DMG installer will be created in the dist/ folder as SpoofDPI-1.0.0-mac.dmg.
- Download the DMG file
- Open it and drag
SpoofDPI.appto Applications - Launch the app - it will appear in your menubar
If macOS blocks the app on first launch, you can:
- Option 1: Settings → Privacy & Security → Allow the application from the security section at the bottom
- macOS 10.12+
- Node.js 16+
- Electron 27+
MIT
- SpoofDPI - The core DPI bypass tool
- GoodbyeDPI-Turkey - Configuration and implementation reference