mikeash/MAObjCRuntime
ObjC wrapper for ObjC runtime API observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5832
- days_rel: n/a
- days_push: 1827
- n_releases_24m: 0
Adoption not part of the score
1530 stars · 188 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MAObjCRuntime is an Objective-C wrapper around the Objective-C runtime C APIs, providing an object-oriented interface for querying and manipulating classes, methods, and instance variables. It supports tasks like listing subclasses, swizzling method implementations, creating classes at runtime, and dynamically sending messages.
Use cases
- introspect Objective-C class methods and ivars at runtime
- enumerate all subclasses of a class
- swizzle method implementations
- create new Objective-C classes programmatically
- dynamically invoke methods discovered via the runtime
- get the true class of an object bypassing -class overrides
When to avoid
- you target Swift-only or non-Apple platforms
- you need actively maintained code with recent updates
- you only need basic runtime features already covered by modern language APIs
Facets
library · maturity maintenance
developer-tools developer-tools programming-languages cpp objective-c objc-runtime introspection method-swizzling wrapper macos ios
1 source
- readme: https://github.com/mikeash/MAObjCRuntime · fetched 2026-08-28 · 2e1f9531dd75
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mikeash/MAObjCRuntime | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mikeash/MAObjCRuntime")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem