Browse free open source Objective C Runtimes and projects below. Use the toggles on the left to filter open source Objective C Runtimes by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Injection for Xcode

    Injection for Xcode

    Runtime Code Injection for Objective-C & Swift

    injectionforxcode enables live code injection for iOS and macOS apps so developers can iterate on UI and logic without doing a full rebuild and relaunch. It works by compiling changed source files into dynamic bundles and loading them into the running app, swapping method implementations at runtime. The tool monitors file changes, triggers fast recompiles, and provides console feedback so you can confirm injections and quickly revert if needed. It supports Objective-C and Swift (with certain runtime caveats), and plays well with Interface Builder tweaks, letting you see visual changes almost immediately. Because it hooks into the natural development loop, it dramatically shortens feedback cycles for layout tuning, animations, and view controller logic. While not a replacement for clean rebuilds and full test runs, it’s a powerful productivity aid for day-to-day iteration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    iOS-Runtime-Headers

    iOS-Runtime-Headers

    iOS Objective-C headers as derived from runtime introspection

    iOS-Runtime-Headers is a large collection of Objective-C header files reconstructed from Apple’s private iOS frameworks and the public runtime. Its purpose is to expose class interfaces—methods, properties, ivars, protocols—that are not documented by Apple, making it easier to explore system behavior and reverse-engineer APIs. The headers are generated by inspecting binaries and metadata, then organized by framework so developers can browse relationships and inheritance hierarchies. This is invaluable for research, debugging, and tooling where you need to understand what UIKit, Foundation, or lower-level frameworks are actually doing under the hood. The project encourages read-only exploration; code using private APIs is generally unsuitable for App Store distribution. Practitioners use it to guide experiments, prototype ideas, and inform jailbreak or internal tooling where runtime knowledge is essential.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next