Skip to content

Native macOS App

Choose a tag to compare

@Arxhsz Arxhsz released this 11 Jul 01:40
· 9 commits to main since this release

Release Notes

Native macOS App

This release adds the native macOS FindMyFlipper app while keeping the existing Electron and Windows files in place.

Added

  • Native SwiftUI macOS app in MAC/FindMyFlipperMac.
  • Bundled local FastAPI backend with original-compatible FindMyFlipper logic.
  • .keys import, validation, Keychain-only private key storage, and local profile persistence.
  • Apple access onboarding through the local backend.
  • CoreBluetooth scanning, selection, reconnect state, battery display, and alert command support.
  • MapKit map screen, dashboard, reports, profiles, settings, diagnostics, and menu bar status.
  • Flipper microSD folder support for /ext/apps_data/findmy.
  • Generated key replacement flow that removes older copies after a verified replacement.
  • Seven visual themes with orange/white as the default.
  • Real sanitized Mac screenshots, theme screenshots, and updated setup documentation.
  • A sharper theme-colored macOS menu bar icon that uses the same Flipper glyph shape.
  • Report refresh now keeps every unique Find My ping instead of collapsing all reports for one key into a single local report.

Notes

  • Windows users can keep using the existing Electron app. A refreshed Windows update is coming soon.
  • The Mac app is intended only for tracking your own Flipper Zero with .keys files you generated or imported yourself.
  • Private keys are stored in macOS Keychain by the native Mac app.
  • The generated Find My MAC and the CoreBluetooth identifier are intentionally modeled as separate identities.

Credits

FindMyFlipperGUI builds on the original FindMyFlipper project by Matthew KuKanich.