OpenCombine/OpenCombine
Open source implementation of Apple's Combine framework for processing values over time. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2640
- days_rel: n/a
- days_push: 952
- n_releases_24m: 0
Adoption not part of the score
2797 stars · 222 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An open-source Swift implementation of Apple's Combine framework for reactive, value-over-time processing. It enables Combine-compatible code on older Apple OS versions and on Linux, Windows, and WebAssembly.
Use cases
- use Combine-style reactive programming on Linux or Windows
- write Combine code for iOS apps supporting versions before iOS 13
- share reactive Swift code across Apple and non-Apple platforms
- run Combine pipelines in WebAssembly targets
- use Combine operators like debounce and receive(on:) with DispatchQueue schedulers
- bridge NotificationCenter and URLSession publishers through a Combine-compatible API
When to choose
- you need Combine compatibility on platforms or OS versions where Apple's framework is unavailable
- you want a dependency-free reactive core with optional Foundation/Dispatch integrations
- you build cross-platform Swift apps and want one import (OpenCombineShim) that re-exports Combine where available
When to avoid
- you target only macOS 10.15+/iOS 13+ and can use Apple's built-in Combine
- you need a full async/await or RxSwift-style ecosystem rather than Combine parity
- you rely on CocoaPods and need the OpenCombineShim module, which is SwiftPM-only
Facets
library · maturity active
state-management concurrency developer-tools cross-platform mobile-development web-development programming-languages windows wasm combine reactive-programming swift-package-manager cocoapods reactive publishers-subscribers apple-framework-reimplementation macos ios linux swift
1 source
- readme: https://github.com/OpenCombine/OpenCombine · fetched 2026-08-28 · 7d5fb80a3cc7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| OpenCombine/OpenCombine | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="OpenCombine/OpenCombine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem