# BoltsFramework/Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.

Repository: https://github.com/BoltsFramework/Bolts-ObjC
Canonical: https://ross.abutalabs.com/products/bolts-objc
Language: Objective-C
License: NOASSERTION
License Family: other
Last push: 2021-08-30T21:25:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4598, "days_push": 1829, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5620, forks 574 (observed 2026-08-28T04:09:23.075237+00:00)

## What it is
Bolts is a collection of low-level Objective-C libraries for mobile app development, originally created by Parse and Facebook. It provides a Tasks abstraction (similar to JavaScript Promises) for organizing complex asynchronous code, plus an implementation of the App Links deep-linking protocol.

## Use cases
- manage complex asynchronous code in iOS apps
- chain background operations without callback nesting
- handle deep links between mobile apps with App Links
- coordinate dependent async tasks dynamically
- avoid blocking the iOS UI thread during long-running work

## When to choose
- you maintain a legacy Objective-C iOS codebase already using Parse SDK conventions
- you need a promise-like task abstraction in Objective-C
- you need App Links protocol support in an older iOS app

## When to avoid
- you are starting a new Swift project - use Swift concurrency (async/await) instead
- you need actively maintained libraries with ongoing support
- you only need GCD or NSOperation, which cover most modern use cases

## Facets
- artifact type: library
- maturity: maintenance
- function: concurrency, developer-tools
- domain: mobile-development, developer-tools
- platform: cross-platform
- tags: objective-c, tasks, promises, app-links, deep-linking, parse, facebook, ios, mobile

## Member repositories
- BoltsFramework/Bolts-ObjC (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:23.075237+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-29T17:55:23.366789+00:00, confidence not recorded.
  - readme: https://github.com/BoltsFramework/Bolts-ObjC (fetched 2026-08-28T04:09:23.075237+00:00, sha 53207fcaf173)
- Data as of 2026-08-30T08:39:29.467469+00:00.
