Locus 是一款免费开源 iOS 应用,通过苹果开发者定位服务系统级模拟 GPS 位置,允许用户在地图上点击或搜索地点进行瞬间移动。

Stars

127

7 天增长

暂无数据

Fork 数

13

开放 Issue

1

开源协议

MIT

最近更新

2026-07-27

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它利用苹果官方开发者工具实现系统级位置模拟,不越狱、不上传数据,适用于大多数应用(除反作弊程序如 Pokémon GO)。

适合谁使用

  • 测试定位功能的 iOS 开发者
  • 希望隐藏真实位置的隐私用户
  • 需模拟位置以使用地图等应用的旅行者或远程工作者
  • 使用无防作弊检测的位置游戏的用户

典型使用场景

  • 测试应用时快速传送到指定地址或坐标
  • 模拟沿真实道路步行或驾驶的路线
  • 创建、导入或导出 GPX 轨迹用于户外活动规划
  • 在后台保持模拟位置并显示状态栏提示

项目优势

  • 使用苹果官方 DVT 定位服务,模拟可靠
  • 完全在设备上运行,无分析、无数据上传
  • 支持实时摇杆控制速度、路线导航、GPX 导入导出
  • 开源 MIT 协议,可凭免费苹果账号自行编译

使用前须知

  • 无法用于 Pokémon GO 等带反作弊检测的游戏
  • 需要先安装 LocalDevVPN 并完成配对(iOS 18-26 需配对文件,iOS 27 可设备内配对)
  • 在 LiveContainer 中文件选择器可能失效,需使用变通方法

README 快速开始

Locus

Free and open-source iPhone location teleport. Tap the map, search a place, or drive a route — Locus injects coordinates through Apple’s developer location service into locationd, so Maps and other apps see the spoofed GPS (not just a Wi‑Fi lookup that outdoor GPS will overwrite).

Features

  • One-tap teleport (map pin or place search)
  • Live joystick — walk / run / cycle / drive with light speed variation
  • Walk/Drive routing on real roads & footpaths (MapKit)
  • Draw a path or import / export GPX
  • Background keep-alive + live status bar + drop alerts
  • Favorites & recents
  • First-run setup walkthrough
  • Fully on-device — no analytics, nothing uploaded

Install

See SETUP.md for full steps. Grab a prebuilt IPA from Releases, or build from source below.

Bundle ID: com.chrismack.locus

LiveContainer

File pickers often don’t work inside LiveContainer. Use one of these:

  1. Long-press LocusSettings → enable Fix File Picker, then try Import again.
  2. Share the pairing file into LiveContainer → Locus.
  3. Copy the RPPairing plist contents → in Locus use Paste RPPairing from clipboard (setup or Settings).

How it works

Locus uses the MIT-licensed idevice FFI to talk to Apple’s DVT location simulation over an on-device developer tunnel (the same class of mechanism Xcode uses).

iOS 27: Settings → Pair on this iPhone advertises _remotepairing-pairable-host._tcp. Confirm the 6-digit code under Settings › Privacy & Security › Developer Mode › Pair with Host — no computer.

iOS 18–26: import an RPPairing file once from idevice_pair.

Also install LocalDevVPN (loopback tunnel, default 10.7.0.1), then sideload Locus.

Start a teleport on Wi‑Fi first; the session can keep working on cellular afterward.

Pokémon GO & similar games

Locus spoofs location the same way Xcode’s developer tools do: it tells iOS “you’re here,” and other apps read that from the system. Apps that just trust GPS (Apple Maps, etc.) will follow it.

Pokémon GO is different. It runs its own location checks and often rejects developer / simulated GPS (e.g. “Failed to detect location”). That’s ex

项目描述

Free open-source iPhone location teleport (MIT)

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

Blaizzy
精选
Blaizzy GitHub avatar

nativ

Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.

AI 与机器学习AI 视觉与语音
985
uzairansaruzi
精选
uzairansaruzi GitHub avatar

hermex

Hermex is a native SwiftUI iPhone app that lets you control a self-hosted Hermes AI agent directly from your phone, with no subscriptions, tracking, or third-party relay.

AI 与机器学习大语言模型
941
simonw
精选
simonw GitHub avatar

speech-analyzer-cli

A macOS command-line tool that uses Apple's on-device speech APIs to transcribe prerecorded audio into plain text, JSON, JSONL, SRT, or WebVTT.

开发者工具CLI 与终端
20