awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to futurekit/futurekit

Projects sharing features with FutureKit

30 open-source projects similar to futurekit/futurekit, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • cesarferreira/swifteventbuscesarferreira avatar

    cesarferreira/SwiftEventBus

    1,123View on GitHub↗

    A publish/subscribe EventBus optimized for iOS

    Swift
    View on GitHub↗1,123
  • vadymmarkov/whenvadymmarkov avatar

    vadymmarkov/When

    263View on GitHub↗

    :alarm_clock: A lightweight implementation of Promises in Swift

    Swift
    View on GitHub↗263
  • mxcl/promisekitmxcl avatar

    mxcl/PromiseKit

    14,238View on GitHub↗

    PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an asynchronous workflow coordinator, representing the eventual result of an operation to simplify concurrency logic and replace nested callback structures. The framework enables the coordination of both sequential and parallel asynchronous tasks. It provides a structured pipeline for chaining operations, allowing the results of one task to be passed into the next and facilitating the execution of multiple operations simultaneously. The library includes a state-machine based reso

    Swift
    View on GitHub↗14,238
  • artman/signalsartman avatar

    artman/Signals

    468View on GitHub↗

    A micro-library for creating and observing events.

    Swift
    View on GitHub↗468
  • bendingspoons/katana-swiftBendingSpoons avatar

    BendingSpoons/katana-swift

    2,235View on GitHub↗

    Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.

    Swift
    View on GitHub↗2,235

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bendingspoons/tempura-swiftBendingSpoons avatar

    BendingSpoons/tempura-swift

    716View on GitHub↗

    A holistic approach to iOS development, inspired by Redux and MVVM

    Swift
    View on GitHub↗716
  • boltsframework/bolts-objcBoltsFramework avatar

    BoltsFramework/Bolts-ObjC

    5,622View on GitHub↗

    Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and routing deep links within native applications. It functions as a framework for managing background tasks and resolving navigation metadata to direct users to specific content. The library includes a deep link routing engine and an app link navigator that resolve handler compatibility to launch native experiences or trigger web browser fallbacks. It also features a mobile analytics link logger to track user movement through deep links for integration with external analytics plat

    Objective-C
    View on GitHub↗5,622
  • boltsframework/bolts-swiftBoltsFramework avatar

    BoltsFramework/Bolts-Swift

    1,317View on GitHub↗

    Bolts-Swift is a concurrency control framework designed to manage asynchronous workflows in native mobile applications. It provides a collection of primitives that allow developers to orchestrate background operations through a promise-based model, replacing deeply nested callback structures with chainable task sequences. The library distinguishes itself by offering granular control over task lifecycles and execution environments. It enables developers to define custom executors for specific threading contexts and provides mechanisms to manually signal the completion, error, or cancellation o

    Swift
    View on GitHub↗1,317
  • declarativehub/bondDeclarativeHub avatar

    DeclarativeHub/Bond

    4,202View on GitHub↗

    Bond is a Swift data binding framework designed to synchronize data models and user interface elements through one-way and two-way value flows. It functions as a reactive suite for monitoring collection changes, transforming data streams, and bridging user interface events to data models. The project provides a reactive bridge that transforms user interface interactions and protocol delegate method calls into observable signals. It includes a collection observer to monitor changes in arrays and a functional data stream processor that applies operators to modify or combine values before they r

    Swift
    View on GitHub↗4,202
  • deput/rwpromisekitdeput avatar

    deput/RWPromiseKit

    114View on GitHub↗

    A light-weighted Promise library for Objective-C

    Objective-C
    View on GitHub↗114
  • developerpaul123/eventbusDeveloperPaul123 avatar

    DeveloperPaul123/eventbus

    208View on GitHub↗

    A simple, header only event bus library written in modern C++17.

    C++
    View on GitHub↗208
  • developerpaul123/periodic-functionDeveloperPaul123 avatar

    DeveloperPaul123/periodic-function

    30View on GitHub↗

    Small header only library to call a function at a specific time interval.

    CMake
    View on GitHub↗30
  • devyeom/onewayDevYeom avatar

    DevYeom/OneWay

    109View on GitHub↗

    A Swift library for state management with unidirectional data flow.

    Swiftarchitecturestate-managementswift
    View on GitHub↗109
  • freshos/thenfreshOS avatar

    freshOS/then

    996View on GitHub↗

    :clapper: Tame async code with battle-tested promises

    Swift
    View on GitHub↗996
  • fxm90/lightweightobservablefxm90 avatar

    fxm90/LightweightObservable

    137View on GitHub↗

    📬 A lightweight implementation of an observable sequence that you can subscribe to.

    Swiftcocoapodsiosmvvm
    View on GitHub↗137
  • jonathanong/ee-firstjonathanong avatar

    jonathanong/ee-first

    54View on GitHub↗

    Get the first event in a set of event emitters and event pairs, then clean up after itself.

    JavaScript
    View on GitHub↗54
  • khanlou/promisekhanlou avatar

    khanlou/Promise

    616View on GitHub↗

    A Promise library for Swift, based partially on Javascript's A+ spec

    Swift
    View on GitHub↗616
  • lilyball/tomorrowlandlilyball avatar

    lilyball/Tomorrowland

    116View on GitHub↗

    Lightweight Promises for Swift & Obj-C

    Swift
    View on GitHub↗116
  • malcommac/hydramalcommac avatar

    malcommac/Hydra

    1,991View on GitHub↗

    ⚡️ Lightweight full-featured Promises, Async & Await Library in Swift

    Swift
    View on GitHub↗1,991
  • marty-suzuki/noticeobservekitmarty-suzuki avatar

    marty-suzuki/NoticeObserveKit

    152View on GitHub↗

    NoticeObserveKit is type-safe NotificationCenter wrapper.

    Swift
    View on GitHub↗152
  • mcmatan/topiceventbusmcmatan avatar

    mcmatan/topicEventBus

    54View on GitHub↗

    Publish–subscribe design pattern implementation framework, with an ability to publish events by topic.

    Swift
    View on GitHub↗54
  • noppefoxwolf/combinativenoppefoxwolf avatar

    noppefoxwolf/Combinative

    106View on GitHub↗

    UI event handling using Apple's combine framework.

    Swift
    View on GitHub↗106
  • opencombine/opencombineOpenCombine avatar

    OpenCombine/OpenCombine

    2,794View on GitHub↗

    Open source implementation of Apple's Combine framework for processing values over time.

    Swiftcocoapodscombineios
    View on GitHub↗2,794
  • postmates/pmkvobserverpostmates avatar

    postmates/PMKVObserver

    705View on GitHub↗

    Modern thread-safe and type-safe key-value observing for Swift and Objective-C

    Objective-C
    View on GitHub↗705
  • primus/eventemitter3primus avatar

    primus/eventemitter3

    3,514View on GitHub↗

    EventEmitter3 is a high-performance JavaScript event emitter and publish-subscribe library. It implements the observer pattern to enable decoupled communication between application components through the registration and emission of custom events. The library functions as a context-aware event dispatcher, allowing specific execution contexts to be bound to listeners. This removes the need for manual function binding during event dispatching. The project covers core event management capabilities, including listener registration and a synchronous execution loop for event delivery. It utilizes

    JavaScriptbrowsereventemitternodejs
    View on GitHub↗3,514
  • ra1028/vuefluxra1028 avatar

    ra1028/VueFlux

    330View on GitHub↗

    :recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux

    Swift
    View on GitHub↗330
  • reactivecocoa/reactivecocoaReactiveCocoa avatar

    ReactiveCocoa/ReactiveCocoa

    19,835View on GitHub↗

    ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for composing asynchronous data streams and managing application state through signals and functional operators. The framework functions as an Objective-C data binding library that links object properties and method calls to reactive streams using runtime dynamism and swizzling. It includes a utility to convert traditional key-value observation notifications into composable streams for synchronized state tracking. The project covers reactive UI programming by connecting interface el

    Swift
    View on GitHub↗19,835
  • reactivex/rxswiftReactiveX avatar

    ReactiveX/RxSwift

    24,648View on GitHub↗

    RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and composing asynchronous, event-based programs. It utilizes observable sequences and functional operators to transform and filter asynchronous sequences through a declarative approach. The library is distinguished by its ability to link asynchronous data streams directly to user interface elements, automating view updates via reactive data binding. It includes specialized tools for tracking UI control properties and events on the main thread, as well as the ability to encapsulate

    Swift
    View on GitHub↗24,648
  • reactkit/swifttaskReactKit avatar

    ReactKit/SwiftTask

    1,924View on GitHub↗

    Promise progress pause cancel retry for Swift.

    Swift
    View on GitHub↗1,924
  • reactorkit/reactorkitReactorKit avatar

    ReactorKit/ReactorKit

    2,793View on GitHub↗

    A library for reactive and unidirectional Swift applications

    Swift
    View on GitHub↗2,793