Rapid iOS Deployment & Apple Validation Blocker — v1.0
Free. Open-source. No subscriptions. No telemetry. Built by MDRN Corp.
It essentially turns your Mac into a private signing and deployment server. You use the command line for the heavy lifting and keep iDeploy.html open in your browser just to watch the logs and confirm the device is responding. No subscriptions, no revoked certificates, no bloat.
git clone https://github.com/ghostintheprompt/ideploy.git && cd ideploy && ./setup.sh
./deploy.sh install YourApp.ipa| Feature | Description |
|---|---|
| Local Deploy | Pushes to your device over WiFi via ios-deploy |
| Resign IPAs | Re-signs your IPA using your free Apple ID cert |
| Domain Block | Blocks Apple validation domains via /etc/hosts so expiry checks never happen |
| Web Hub | View system activity from your browser |
| Update Check | Silent update checker for new releases via GitHub API |
Download the latest iDeploy_v1.0.0.dmg from the Releases page and copy the folder to your Applications.
(Pending tap approval)
brew install --cask ghostintheprompt/tap/ideploygit clone https://github.com/ghostintheprompt/ideploy.git
cd ideploy
chmod +x setup.sh deploy.sh
./setup.sh# Check everything is working
./deploy.sh status
# Block Apple validation (do this once, leave it on)
./deploy.sh block
# Resign + deploy your IPA
./deploy.sh install MyGame.ipa
# Just resign without installing
./deploy.sh resign MyGame.ipa
# Start the Web Hub
./deploy.sh serve
# Restore Apple domains if needed
./deploy.sh unblockIf you're baked, it's still easy to run—even on Kashmiri.
100% Local. Zero Telemetry. iDeploy runs entirely on your machine. It makes zero analytics calls, collects no usage data, and routes no traffic outside of your local network, with the sole exception of a lightweight GitHub API check to see if a new version is available.
Built by MDRN Corp — ghostintheprompt.com