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

pointfreeco/swift-navigation

Bringing simple and powerful navigation tools to all Swift platforms, inspired by SwiftUI. observed · 2026-08-28

github.com/pointfreeco/swift-navigation · homepage · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 96
  • Release rhythm 95
  • Longevity 100
How is this computed?

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

  • gap_med: 23.5
  • age_days: 1821
  • days_rel: 34
  • days_push: 28
  • n_releases_24m: 21

Full methodology

Adoption not part of the score

2288 stars · 175 forks observed · 2026-08-28

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

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

library · maturity stable

state-management ui-components routing mobile-development frontend cross-platform windows wasm cross-platform swiftui uikit appkit navigation observable-objects two-way-binding apple-platforms swift ios macos linux

4 sources

Member repositories

RepositoryRoleHealth v2
pointfreeco/swift-navigationmain96

For agents

markdown · JSON · MCP: product_card(name="pointfreeco/swift-navigation")

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