Transparency

Open Source & Third-Party Software

What Feint — and this site — are actually built on. Compiled directly from each project's real dependency manifests (Xcode's Package.resolved, Android's build.gradle.kts, and this site's own package.json), not guessed.

What this page is (and isn't)

This is a transparency page for you, not a legally-complete NOTICE file bundled inside the app installers — that's a separate, more exhaustive, typically machine-generated artifact we handle independently. Some libraries below aren't bundled inside Feint at all (you install them yourself, or they're called over the network) — they're listed anyway so you know what powers the functionality you're using, even where no attribution is legally required.

Feint for Mac

LibraryWhat it's forLicenseBundled?
Firebase CrashlyticsCrash reportingApache 2.0Yes
pymobiledevice3Real iPhone tunnel + location simulationGPL-3.0No
Installed separately via pip
scrcpyAndroid screen mirroringApache 2.0No
Installed separately via Homebrew
UxPlayWireless iOS (AirPlay) mirroringGPL-2.0No
Installed separately via Homebrew
Android Debug Bridge (ADB)Android device controlApache 2.0No
Part of your own Android SDK
OSRMFree route road-snapping (public demo server)BSD 2-ClauseNo
Called over the network, not bundled

pymobiledevice3 and UxPlay are GPL-licensed, but neither is bundled or distributed by Feint — you install them yourself via pip/Homebrew — so no copyleft obligation is triggered. They're listed purely so the underlying pipeline isn't a black box.

Feint Companion (Android)

LibraryWhat it's forLicenseBundled?
osmdroidStandalone map pickerApache 2.0Yes
ZXing (zxing-android-embedded)QR code pairing scanApache 2.0Yes
Firebase CrashlyticsCrash reportingApache 2.0Yes
AndroidX Jetpack librariesCore Android framework supportApache 2.0Yes

Also uses Google Play Services (Location) for device location APIs — that's Google's own proprietary SDK, governed by Google's SDK terms rather than an open-source license, so it's disclosed here separately from the OSS entries above.

iOS Companion

No third-party dependencies at all — pure SwiftUI and Apple system frameworks (CoreLocation, Network, ReplayKit).

This Website

thedevstools.com itself is a Next.js site. Its production dependencies, pulled from its own package.json:

LibraryWhat it's forLicense
nextThe framework this site is built onMIT
react / react-domUI renderingMIT
lucide-reactIcon set used throughout the siteISC
@sentry/reactError monitoringMIT
CodeMirror 6 (+ @uiw/react-codemirror)Code editor UI in the JSON/dev toolsMIT
unified, remark-parse, remark-gfm, remark-rehype, rehype-stringifyMarkdown/MDX processing for blog contentMIT
gray-matterFrontmatter parsing for blog contentMIT
date-fnsDate/time utilities in the time-conversion toolsMIT
diffText diffing in the Compare Text toolBSD-3-Clause
js-yamlYAML parsing in the YAML toolsMIT
@iarna/tomlTOML parsing in the TOML toolsISC
jszipZIP file creation/reading in the file toolsMIT (dual: MIT or GPL-3.0-or-later — used here under MIT)
qrcodeQR code generation in the QR code toolMIT
bcryptjsPassword hashing in the bcrypt toolBSD-3-Clause
file-saverClient-side file downloads/exportsMIT