Loupe – 一款提高人们对原生应用所能获取信息认知度的 iOS 应用
Loupe – A iOS app that raises awareness about what native apps can see

原始链接: https://github.com/mysk-research/loupe

**Loupe** 是一款开源的 iOS 和 iPadOS 应用程序,旨在揭示您的硬件所暴露的“设备指纹”信息。通过展示任何第三方应用均可获取的原始数据(如地区设置、电池状态以及高级侧信道指标),Loupe 展示了追踪者如何在无需姓名或电子邮箱等个人标识符的情况下,识别并跨应用、跨网站地追踪您的行踪。 该应用将这些数据点分为三个层级:**被动型**(无需权限即可访问)、**需授权型**(需要 iOS 弹窗许可)以及**高级型**(利用公开 API 获取)。Loupe 将用户隐私放在首位;所有数据均不会被上传、共享或存储在设备之外。 该项目由 Mysk 使用人工智能辅助编程开发,完全免费并采用 MIT 许可证。它旨在作为一款教育工具,让用户了解数字追踪的现状,并鼓励用户考虑隐私保护导向的替代方案,例如开发者自研的浏览器 Psylo。源代码现已开放,用户可通过 Xcode 自行构建并查阅。

``` Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Loupe – 一款提高原生应用权限知情度的 iOS App (github.com/mysk-research) Cider9986 发布于 1 小时前 | 15 分 | 隐藏 | 过往 | 收藏 | 3 条评论 paulirish 16 分钟前 [–] 希望 macOS 上也有这个。 回复 weikju 1 分钟前 | 父评论 | 下一条 [–] 幸运的是,如果你阅读了 README(并且决定忽略“这是主要由 AI 构建的”那部分),Loupe 也支持构建 macOS 版本。Mac 版本已基本完成,但在完善之前还有一些地方需要改进。 回复 bethekidyouwant 11 分钟前 | 父评论 | 上一条 [–] 你在 Mac 上用什么“应用”? 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索: ```
相关文章

原文

Loupe

Loupe is an iOS and iPadOS app that gives you a hands-on tour of the device fingerprinting surface. It reads real values from public iOS APIs, the same ones any third-party app can call, and shows them to you raw. The point is simple: see what your iPhone quietly exposes, and why each reading helps an app recognize you again.

Trackers don't need your name, email, or location to recognize you online. Each reading isn't necessarily unique on its own, but together they form a fingerprint that follows you across apps and websites.

Download Loupe on the App Store

Loupe screenshot showing the passive signal category Loupe screenshot showing the needs permission signal category Loupe screenshot showing some highlights from what apps can see

How signals are organized

Loupe groups every reading into three tiers, reflecting the cost of access:

  • Passive — visible to any app with no prompt at all (locale, time zone, screen, battery, and more).
  • Needs Permission — readings that trigger an iOS prompt (contacts, photos, location, calendars).
  • Advanced — clever side-channel uses of public APIs, such as URL-scheme probing via canOpenURL and Keychain persistence across reinstalls.

Nothing Loupe reads leaves your device unless you explicitly export it. Values are shown raw, without aggregation or hashing. Nothing is uploaded, synced, or shared.

A note on how this was built

Loupe was written almost entirely by AI coding tools.

You'll need Xcode 26 or newer.

  1. Open code/Loupe.xcodeproj.
  2. Copy code/Config/Signing.local.xcconfig.example to code/Config/Signing.local.xcconfig and fill in your own DEVELOPMENT_TEAM and bundle identifiers. This file is gitignored and never published.
  3. Build and run on a device or simulator.

The project uses Xcode's buildable folders (folder references), so new Swift files are picked up automatically with no need to edit the project file.

Loupe also builds for macOS. The Mac version is mostly complete, but a few things still need work before it's polished.

Loupe is free and open source. If it helped you see what apps can quietly learn about your device, the best way to support more work like this is to try Psylo, our privacy-first browser for iPhone and iPad. Psylo gives you proxy-backed browsing, isolated tabs, and anti-fingerprinting protections.

You can also read why we built Psylo.

The source code is released under the MIT License.

The Loupe name and logo, the app icon, all other images and icons, and the design source files are © Mysk, all rights reserved, and are not covered by the MIT license.

Loupe is made by Mysk.

联系我们 contact @ memedata.com