# DynamicCocoa/DynamicCocoa

A framework for running Cocoa code dynamically.

Repository: https://github.com/DynamicCocoa/DynamicCocoa
Canonical: https://ross.abutalabs.com/products/dynamiccocoa
License: MIT
License Family: permissive
Last push: 2018-06-13T10:49:15+00:00

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

## Adoption (not part of the score)
Stars 1254, forks 134 (observed 2026-08-28T04:04:08.780421+00:00)

## What it is
DynamicCocoa is a framework by Didi's AppArch team for running Cocoa (Objective-C) code dynamically on iOS/macOS, enabling hot-patching of native apps. The project was announced but never fully released and has been inactive since 2018.

## Use cases
- hot-patch native iOS apps without App Store review
- run dynamically downloaded Objective-C code at runtime
- fix production bugs in shipped iOS apps
- dynamically load business logic in Cocoa applications

## When to choose
- you maintain a legacy Objective-C iOS app and need dynamic code execution despite the risks
- you want to study how dynamic Cocoa code execution was implemented

## When to avoid
- you need a maintained or supported solution
- your app targets the App Store, since dynamic code execution violates Apple review guidelines
- you use Swift rather than Objective-C/Cocoa

## Facets
- artifact type: framework
- maturity: abandoned
- function: interpreter, developer-tools
- domain: developer-tools, mobile-development, programming-languages
- platform: -
- tags: cocoa, objective-c, dynamic-code, hot-patch, didi, ios, macos, apple-ecosystem

## Member repositories
- DynamicCocoa/DynamicCocoa (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:08.780421+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-30T05:07:22.754113+00:00, confidence not recorded.
  - readme: https://github.com/DynamicCocoa/DynamicCocoa (fetched 2026-08-28T04:04:08.780421+00:00, sha d1af8aa46db7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
