# pointfreeco/swift-navigation

Bringing simple and powerful navigation tools to all Swift platforms, inspired by SwiftUI.

Repository: https://github.com/pointfreeco/swift-navigation
Canonical: https://ross.abutalabs.com/products/swift-navigation
Homepage: http://pointfree.co
Language: Swift
License: MIT
License Family: permissive
Last push: 2026-08-05T23:06:33+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 95, longevity 100
- inputs: {"age_days": 1821, "days_push": 28, "days_rel": 34, "gap_med": 23.5, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2288, forks 175 (observed 2026-08-28T04:06:34.747861+00:00)

## What it is
A Swift library providing foundational tools for state management and navigation across Apple platforms (SwiftUI, UIKit, AppKit) and non-Apple platforms (Windows, Linux, Wasm). It offers observation and two-way binding primitives that underpin more advanced navigation libraries like UIKitNavigation and SwiftUINavigation.

## Use cases
- drive SwiftUI navigation from enum state with compile-time guarantees
- observe model changes minimally in UIKit and AppKit
- create two-way bindings between UI components and observable models
- manage stack-based navigation with type-erased paths
- build cross-platform Swift apps with shared navigation logic
- model sheets, alerts, and drill-down navigation from a single enum

## When to choose
- you build Swift apps on Apple platforms and want enum-driven, type-safe navigation
- you need UIKit/AppKit observation and binding tools compatible with SwiftUI patterns
- you target non-Apple platforms (Windows, Linux, Wasm) with Swift and need navigation primitives
- you use or build on Point-Free libraries like SwiftUINavigation or the Composable Architecture

## When to avoid
- your app is not written in Swift
- you only need basic SwiftUI navigation and are happy with built-in APIs
- you want a full-featured architecture framework rather than low-level navigation primitives
- you need navigation tooling for non-Swift mobile platforms like Kotlin or Flutter

## Facets
- artifact type: library
- maturity: stable
- function: state-management, ui-components, routing
- domain: mobile-development, frontend, cross-platform
- platform: windows, wasm, cross-platform
- tags: swiftui, uikit, appkit, navigation, observable-objects, two-way-binding, apple-platforms, swift, ios, macos, linux

## Member repositories
- pointfreeco/swift-navigation (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:34.747861+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:40:50.679320+00:00, confidence not recorded.
  - readme: https://github.com/pointfreeco/swift-navigation (fetched 2026-08-28T04:06:34.747861+00:00, sha fe6ee1f9981a)
  - homepage: http://pointfree.co (fetched 2026-08-29T10:21:05.124738+00:00, sha 53ffc381e463)
  - site_page: https://www.pointfree.co/about (fetched 2026-08-29T10:21:05.136027+00:00, sha c3a02fbfb680)
  - site_page: https://www.pointfree.co/pricing (fetched 2026-08-29T10:21:05.134136+00:00, sha e68acb2bbf01)
- Data as of 2026-08-30T08:39:29.467469+00:00.
