Skip to content

Latest commit

ย 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Wander logo

Wander Desktop ๐ŸŒ

Put your iPhone anywhere on Earth โ€” from your Mac or PC. No jailbreak.

Teleport with a click, walk with a live joystick, or drive a full multi-stop route at realistic speed โ€” all from a clean desktop map. A real free trial and one honest lifetime price โ€” the affordable alternative to paid tools like iMyFone AnyTo and Tenorshare iAnyGo.


Website Download Discord

Platform GitHub stars No jailbreak


The app, all downloads, and the full setup guide live at wanderspoofer.com.


Star Wander on GitHub

โญ Star Wander on GitHub โ€” it's free, takes one click, and helps more people find an affordable alternative to the paid spoofers.


Join our Discord

๐Ÿ’ฌ Join the Wander Discord โ€” setup help, release updates, and feature requests. Stuck connecting your iPhone? Ask here and get unstuck fast.


โœจ What it does

  • ๐Ÿ“ One-tap Teleport โ€” click the map, search a place (address autocomplete), paste coordinates or a Plus Code, teleport from Street View, or spin a 3D globe and tap to land.
  • ๐Ÿ•น๏ธ Live Joystick walk โ€” a 360ยฐ stick to move in real time, with walk / run / bike / drive speed presets.
  • ๐Ÿ›ฃ๏ธ Multi-stop Routes โ€” snap-to-roads drives with realistic speed & ETA, humanized motion, GPS jitter, and auto-loop.
  • ๐Ÿš— Transport modes โ€” travel a route by Driving, Walking, Cycling, Public transport (road route at transit speed with station dwells), Boat (over-water great-circle), or Plane (great-circle flight path). (Real in-flight altitude is Android-only; desktop flies the path without altitude.)
  • โœˆ๏ธ Flight planner โ€” pick two airports (searchable) or add a time range to choose from a list of flights, then fly the great-circle route. Uses a bundled airport dataset โ€” no API.
  • ๐Ÿ”€ Drag-to-reorder multi-stop waypoints, plus one-tap Reverse route.
  • ๐ŸŽฎ PoGo Mode โ€” jump-teleport with a cooldown timer, block-until-cooldown guard, presets for Pokรฉmon GO, Monster Hunter Now, Pikmin Bloom & Ingress, and a raids / eggs / events board.
  • ๐ŸŒ 3D globe, Street View teleport & satellite/hybrid maps โ€” line up the exact spot before you go.
  • ๐Ÿ•’ Local time at the spoofed spot, with a time-zone-mismatch heads-up and a VPN / IP-alignment card.
  • ๐Ÿ”Ž AI natural-language teleport ("take me to Times Square") and an AI believable-day generator (Pro).
  • โญ Favorites with folders, tags & notes, plus teleport history and save-loops.
  • ๐Ÿ“‚ GPX & KML import / export and backup / restore of your data.
  • ๐Ÿ–ฅ๏ธ Multi-device (beta) โ€” hold one location across several connected iPhones at once.
  • ๐ŸŒ™ Dark Mode and app localization in 9โ€“10 languages.
  • ๐Ÿ”Œ iPhone over USB โ€” plug in and go; connect over Wi-Fi too.
  • ๐Ÿ”“ No jailbreak. Works on a normal, up-to-date iPhone.
  • ๐Ÿ’ป Cross-platform โ€” macOS and Windows.

Start with a free trial. Wander Pro unlocks the movement modes (joystick, routes, and more) and the AI features.

Mobile-only: geofence auto-revert, scheduling (be somewhere during set hours), and downloadable offline maps live on the iPhone & Android apps โ€” the desktop drives a tethered phone, so those "moving device" features don't apply here. See the whole family at wanderspoofer.com.

Also on iPhone, Android, Mac, and Windows โ€” see the whole family at wanderspoofer.com.


โš–๏ธ Wander vs. the paid apps

Wander Desktop iMyFone AnyTo Tenorshare iAnyGo
Real free trial โœ… โš ๏ธ โš ๏ธ
Price โœ… $80 lifetime ๐Ÿ’ฐ ~$120/yr ๐Ÿ’ฐ ~$120/yr
No jailbreak โœ… โœ… โœ…
Teleport โœ… โœ… โœ…
Live joystick โœ… โœ… โœ…
Multi-stop routes โœ… โœ… โœ…
Transport modes + flight planner โœ… โŒ โŒ
PoGo mode + cooldown โœ… โš ๏ธ โš ๏ธ
Multi-device (beta) โœ… โŒ โŒ
GPX & KML import / export โœ… โš ๏ธ โš ๏ธ
macOS + Windows โœ… โš ๏ธ โš ๏ธ

โฌ‡๏ธ Get it โ€” in 2 minutes

The site has the latest desktop build for Mac & Windows plus a step-by-step guide. No jailbreak, no paid developer account.


๐Ÿง‘โ€๐Ÿ’ป Run from source

For developers who'd rather build it themselves:

cd wander-desktop
./run.sh          # first run creates a venv, installs deps, and launches

run.sh re-launches itself with sudo on macOS because the developer-service tunnel requires root (same as Xcode). A browser tab opens with the map UI.

Manual alternative:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
sudo ./.venv/bin/python src/main.py

Requirements

  • macOS or Windows
  • Python 3.11โ€“3.12 recommended (3.14 may work; pin to 3.12 if you hit issues)
  • iPhone with Developer Mode enabled (Settings โ†’ Privacy & Security โ†’ Developer Mode)
  • Admin rights (the device tunnel needs sudo on macOS / UAC on Windows)

โš™๏ธ How it works

A local Flask server hosts a Leaflet map (src/templates/map.html) and talks to the iPhone through pymobiledevice3: it starts a QUIC/TCP tunnel, mounts the Developer Disk Image, and sets location via the DVT LocationSimulation instrument. Teleporting is a POST /set_location {lat,lng}; walk and route modes drive that same call on a timer.


๐Ÿ’ฌ Community & support

Join our Discord

Join the Wander Discord โ†’ for setup help, release updates, and feature requests. It's the fastest way to sort out a device-connection hiccup and to hear about new builds first.


๐Ÿค” Why Wander?

iAnyGo, AnyTo, and the rest work, but they charge a yearly subscription and hand you a token trial. Wander Desktop gives you a real free trial and one honest $80 lifetime license that also unlocks iPhone, Android and the other desktop build โ€” teleport, joystick, routes, PoGo Mode and multi-device from your Mac or PC, no jailbreak and no monthly bill.


๐Ÿ“œ Credits & License

Wander Desktop builds on GeoPort and is powered by pymobiledevice3 for the device tunnel + location engine โ€” huge thanks to those projects.

Use responsibly and legally. Spoofing your location may violate the Terms of Service of some apps and games.


โญ Star this repo if it saved you from paying for AnyTo or iAnyGo.

๐ŸŒ wanderspoofer.com ย ยทย  โฌ‡๏ธ Download ย ยทย  ๐Ÿ’ฌ Discord

About

๐Ÿ–ฅ๏ธ Wander Desktop โ€” free & open-source GPS location spoofer for Mac & Windows (iOS over USB). The free alternative to iMyFone AnyTo. wanderspoofer.com

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages