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

Workflow

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines. observed · 2026-08-28

github.com/square/workflow · homepage · Shell · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 98
  • Release rhythm 8
  • 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: n/a
  • age_days: 2848
  • days_rel: n/a
  • days_push: 12
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1166 stars · 73 forks observed · 2026-08-28

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

Workflow is a unidirectional data flow library by Square that lets developers model business logic and navigation as composable state machines in Kotlin and Swift. It includes UI binding frameworks for Android and iOS plus a testing framework for validating workflow logic.

Use cases

  • manage app state with unidirectional data flow on Android and iOS
  • model complex navigation flows as composable state machines
  • write unit-testable business logic for mobile apps
  • build scalable multi-screen mobile features with recursive workflows
  • share architectural patterns between Kotlin and Swift teams

When to choose

  • building Android or iOS apps that benefit from strict unidirectional data flow
  • you need navigation treated as managed presenter state rather than a separate concern
  • you want a testing framework for state machine business logic
  • you prefer a TCA-like architecture in Kotlin or Swift

When to avoid

  • building web or desktop applications, since it targets mobile UI frameworks
  • you want a lightweight state container without an opinionated navigation model
  • your team prefers Jetpack Compose state hoisting or SwiftUI-native patterns without extra abstraction

Facets

library · maturity active

state-management ui-components testing mobile-development frontend developer-tools jvm unidirectional-data-flow state-machine navigation reactive composable-architecture android ios swift mobile

2 sources

Member repositories

RepositoryRoleHealth v2
square/workflowmain67
square/workflow-kotlinmirror99

For agents

markdown · JSON · MCP: product_card(name="square/workflow")

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