惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
腾讯CDC
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hugging Face - Blog
Hugging Face - Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
博客园_首页
D
DataBreaches.Net
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
月光博客
月光博客
Jina AI
Jina AI
Stack Overflow Blog
Stack Overflow Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Vercel News
Vercel News
WordPress大学
WordPress大学
J
Java Code Geeks
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
U
Unit 42

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - CodyBontecou/isome: Source code of the iso.me iO...
codybontecou · 2026-04-30 · via Hacker News: Show HN

Open source, privacy-first iOS location tracking — your data stays on your device.

License: AGPL v3 Platform Swift

iso.me is a location tracking app for iOS and watchOS. It automatically records the places you visit throughout the day, tracks routes with continuous GPS logging, and keeps every byte of your data on-device. No accounts. No cloud sync. No third-party dependencies. No analytics. Just you, your phone, and your history.

📲 Download on the App Store · 🛠 Contribute · 💬 Discussions · 👥 Discord · ⭐ Star this repo

Screenshots

Keep it on-device Capture every visit Record exact routes Export your history
Settings showing on-device tracking Map view with visit pins Recorded route segments list Export format picker — JSON, CSV, Markdown

Features

Visit Detection

Automatic background detection of places you arrive at and depart from, powered by CLLocationManager visit monitoring. Each visit is reverse-geocoded to show a human-readable address and location name.

Continuous Tracking

High-accuracy GPS tracking that records your exact path. Configurable distance filter (5m-200m) and auto-off timer (30 min to never). Tracked points include altitude, speed, and accuracy metadata.

Auto-Start on Activity

Continuous tracking can start automatically when the app detects you're driving, walking, running, or cycling. Uses CoreMotion's CMMotionActivityManager to classify device motion. When enabled:

  1. Significant location changes (~500m movement) wake the app in the background
  2. CoreMotion is queried for the current activity type
  3. If driving or exercising is detected, continuous tracking starts automatically
  4. When you become stationary, the auto-started session stops automatically
  5. Manually started sessions are never auto-stopped

Enable this in Settings > Tracking Defaults > Auto-Start on Activity.

Live Activities

Real-time tracking status on the lock screen and Dynamic Island. Shows current location, distance traveled, points recorded, and remaining auto-off time.

Export & Import

Export visits and location points as JSON, CSV, or Markdown. Optionally set a default export folder for one-tap saves. Import previously exported data back into the app. Export is the one paid feature — see Pricing.

Watch App

Companion watchOS app showing today's visit count, distance traveled, and tracking status. Syncs with the main app via shared App Groups.

Widgets

iOS lock screen widget via Live Activities and watchOS complications for quick tracking status.

Pricing

Tracking is free and unlimited — visits, continuous routes, watch app, Live Activities, widgets. No subscription, no ads, no usage caps.

The one paid feature is export: a one-time $9.99 unlock for JSON, CSV, and Markdown export of your visits and location points. Lifetime, no recurring charge.

The split is on purpose: tracking is the commodity, but a clean, lossless export of your full history is the part that's worth paying for once. It also keeps the privacy promise free at the door — you never have to pay to keep your data on your device.

Tech Stack

  • Language: Swift 5
  • UI: SwiftUI
  • Data: SwiftData
  • Minimum iOS: 17.0
  • Minimum watchOS: 10.0
  • Dependencies: None (all native Apple frameworks)

Frameworks Used

Framework Purpose
CoreLocation Visit monitoring, GPS tracking, geocoding
CoreMotion Activity detection (driving, walking, cycling)
SwiftData On-device persistence for visits and location points
ActivityKit Live Activities on lock screen and Dynamic Island
WidgetKit Home screen and watch widgets
StoreKit 2 In-app purchase (lifetime unlock)
MapKit Map visualization and route display
Combine Reactive state management

Project Structure

IsoMe/
  Models/
    Visit.swift                    # Visit data model (coordinates, times, address)
    LocationPoint.swift            # Continuous tracking point model
    LocationActivityAttributes.swift  # Live Activity state
  Services/
    LocationManager.swift          # Core location tracking logic
    ActivityDetectionManager.swift # CoreMotion activity detection
    LiveActivityManager.swift      # Live Activity lifecycle
    GeocodingService.swift         # Reverse geocoding with caching
    StoreManager.swift             # In-app purchase management
    UsageTracker.swift             # Free tier usage tracking
    LogManager.swift               # Crash and debug logging
  ViewModels/
    LocationViewModel.swift        # Data coordination between UI and services
  Views/
    ContentView.swift              # Root view with onboarding and tab navigation
    TrackingView.swift             # Tracking controls
    MapView.swift                  # Map with visit pins
    SessionPathMapView.swift       # Route path visualization
    SettingsView.swift             # Preferences, export, import, data management
    VisitDetailView.swift          # Individual visit details
    PaywallView.swift              # Pro upgrade screen
    LogViewerView.swift            # Debug log viewer
  Utilities/
    ExportService.swift            # JSON/CSV/Markdown export
    ImportService.swift            # Data import parsing
    ExportFolderManager.swift      # Default export folder management
    DistanceFormatter.swift        # Metric/imperial formatting
    TEDesign.swift                 # Design tokens and typography
  IsoMeApp.swift                   # App entry point
  AppDelegate.swift                # Background launch handling

IsoMeWidget/                       # iOS widget and Live Activity extension
IsoMeWatch/                        # watchOS companion app
IsoMeWatchWidget/                  # watchOS widget extension
Shared/                            # Shared code (App Group data sync)

Build Targets

Target Bundle ID Platform
IsoMe com.bontecou.isome iOS
IsoMeWidgetExtension com.bontecou.isome.Widget iOS
IsoMeWatch com.bontecou.isome.watchkitapp watchOS
IsoMeWatchWidgetExtension com.bontecou.isome.watchkitapp.Widget watchOS

Setup

  1. Open IsoMe.xcodeproj in Xcode 15+
  2. Select the IsoMe scheme
  3. Set your development team for all four targets
  4. Configure the App Group entitlement (group.com.bontecou.isome) for your team
  5. Build and run on a physical device (location features require real hardware)

Required Permissions

The app requests the following permissions at runtime:

  • Location (Always) - Background visit detection and tracking
  • Location (When in Use) - Foreground location display
  • Motion & Fitness - Activity detection for auto-start feature

Entitlements

  • App Groups (group.com.bontecou.isome) - Shared data between app, widgets, and watch
  • Background Modes: Location updates
  • Live Activities support

URL Scheme

The app registers the isome:// URL scheme. Currently supports:

  • isome://stop - Stops continuous tracking (used by Live Activity)

Contributing

Contributions are welcome — bug reports, feature ideas, and pull requests. See CONTRIBUTING.md for the full setup guide (Xcode, signing, TestFlight) and a list of good first issues.

If you want to chat about the project, design decisions, or what to build next, jump into GitHub Discussions.

License

iso.me is licensed under the GNU Affero General Public License v3.0. The AGPL ensures that any modified version of iso.me — including ones run as a hosted service — must also be open source. This protects the privacy-first promise: nobody can take iso.me, bolt on tracking, and ship it as a closed product.