Ross ROSS = Recommend OSS · open-source software intelligence for agents

intentkit/IntentKit

An easier way to handle third-party URL schemes in iOS apps. observed · 2026-08-28

github.com/intentkit/IntentKit · homepage · Objective-C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4659
  • days_rel: n/a
  • days_push: 3388
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1785 stars · 113 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

IntentKit is an open-source iOS library that simplifies linking to third-party apps via URL schemes, similar to Android's Intents. It provides a semantic API to detect installed apps, present a chooser UI, and remember user preferences for actions like browsing, mapping, and emailing.

Use cases

  • open map links in Google Maps instead of Apple Maps on iOS
  • let users choose which installed browser opens a URL
  • compose email in the user's preferred third-party mail client
  • handle Twitter sharing across multiple installed Twitter clients
  • avoid hand-writing URL scheme detection and canOpenURL checks
  • present an app chooser sheet for inter-app actions

When to choose

  • building an older Objective-C or Swift iOS app that needs to hand off actions to third-party apps
  • you want a unified, plist-driven registry of third-party URL schemes instead of managing them manually
  • you want a ready-made UI for users to pick which app performs an action

When to avoid

  • starting a new modern iOS project - the library is unmaintained (last release 2017) and predates current iOS URL scheme requirements
  • you only need to open links in one known app - simple UIApplication openURL code suffices
  • you need Android-style system-level intents; iOS has no equivalent and this library only covers a fixed set of apps

Facets

library · maturity abandoned

routing ui-components developer-tools mobile-development developer-tools url-schemes inter-app-linking cocoapods app-intents objective-c ios mobile swift

2 sources

Member repositories

RepositoryRoleHealth v2
intentkit/IntentKitmain32

For agents

markdown · JSON · MCP: product_card(name="intentkit/IntentKit")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem