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

  • 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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Kiwi

    Kiwi

    Simple BDD for iOS

    Kiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use. The idea behind Kiwi is to have tests that are more readable than what is possible with the bundled test framework. Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting. In modern iOS and OS X development, you inevitably end up using open source libraries (e.g. AFNetworking) in your projects. This results in additional complexity in library management. CocoaPods makes this less painful and is our preferred library management tool. Before adding Kiwi to your project, you need a Unit Test Target that is run by Xcode during testing. If you're using Xcode 5, this unit test target is included by default when you create a new project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Kiwi Thread Framework supports multi thread programming for Mac OS X. You can implement hierarchical control/data flow graph using this framework. For more details see http://kiwi-thread-fmk.sourceforge.net/,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Kiwi-User-Interface-Framework supports the implementation of graphical user interface for Mac OS X. You can implement GUI based on multi threading software architecture. For more details see http://kiwi-ui-frmk.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LIEL (Language Independent Extension Library) is a language-agnostic library containing solutions to various programming problems and extending the capabilities of existing frameworks and code libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    LJKit is a Cocoa Framework for Mac OS X designed to simplify the development of LiveJournal clients. Xjournal is a LiveJournal client for Mac OS X which supports offline editing, music detection, and history search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LNNotificationsUI

    LNNotificationsUI

    A framework for displaying notifications similar to Apple's iOS

    LNNotificationsUI is a customizable in-app notification framework that mimics iOS and OS X notification center styles. It allows developers to display interactive notifications within their apps in a polished and consistent manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LibLime is a cross-platform library (UI/Non-UI) written in Objective C, similar to Cocoa framework under Mac OS X
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LuaViewSDK

    LuaViewSDK

    A cross-platform framework to build UIs

    LuaViewSDK is a cross-platform framework which is designed to build native, dynamic and swift user interfaces. It's based on Lua VM and chooses lua as it's script language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MBCalendarKit

    MBCalendarKit

    An open source calendar framework for iOS

    MBCalendarKit is a customizable calendar component for iOS, allowing developers to easily add interactive calendar views to their apps. Inspired by Apple’s Calendar app, it provides day, week, and month views with support for events and appointments. The library is designed to be flexible and easily adaptable to different app designs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    MMMarkdown

    MMMarkdown

    An Objective-C framework for converting Markdown to HTML

    MMMarkdown is an Objective-C framework for converting Markdown to HTML. It is compatible with OS X 10.7+, iOS 8.0+, tvOS, and watchOS. Unlike other Markdown libraries, MMMarkdown implements an actual parser. It is not a port of the original Perl implementation and does not use regular expressions to transform the input into HTML. MMMarkdown tries to be efficient and minimize memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MQTT Client Framework

    MQTT Client Framework

    iOS, macOS, tvOS native ObjectiveC MQTT Client Framework

    MQTT-Client-Framework is an Objective-C and Swift library that enables iOS and macOS applications to communicate using the MQTT protocol, making it ideal for IoT and messaging applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Framework and daemon to allow uni- and bidirectional communication with bluetooth- and infrared-remotes (IR-remotes) on Mac OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Material Components for iOS

    Modular and customizable Material Design UI components for iOS

    Material Components for iOS (MDC-iOS) makes Material Design accessible to iOS developers for building their applications. Material Design is a popular and trusted design system that offers design guidelines, icons and components that enable a reliable development workflow for building impeccably designed applications. It was developed by a core team of engineers and UX designers at Google, and supports design and usability best practices across platforms. Material Components for iOS is written in Objective-C and comes with Swift and Interface Builder support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MetalPetal

    MetalPetal

    A GPU accelerated image and video processing framework built on Metal

    MetalPetal is an image processing framework based on Metal designed to provide real-time processing for still images and video with easy-to-use programming interfaces. This chapter covers the key concepts of MetalPetal, and will help you to get a better understanding of its design, implementation, performance implications, and best practices. A MTIImage object is a representation of an image to be processed or produced. It does directly represent image bitmap data instead it has all the information necessary to produce an image or more precisely a MTLTexture. It consists of two parts, a recipe of how to produce the texture (MTIImagePromise) and other information such as how a context caches the image (cachePolicy), and how the texture should be sampled (samplerDescriptor). MetalPetal does a lot of optimizations for you under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    "MiniKidsGames" is a collention of small games for kids. It's fun to play and learn. Full-screen easy-to-play games will keep your kids on your Mac. Xcode projects/templates/tutorial are available so you can make your games quickly!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MoteDaemon is a lightweight server that enables applications to receive Nintendo Wii remote input data as XML over a TCP socket. It includes a Flash application to demonstrate its capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MyLayout

    MyLayout

    Powerful iOS UI framework implemented by Objective-C.

    MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayout provides some simple functions to build a variety of complex interface. It integrates the functions including Autolayout and SizeClass of iOS, five layout classes of Android, float and flex-box and bootstrap of HTML/CSS. The MyLayout's Swift version are named: TangramKit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Nepenthes

    Nepenthes

    Nepenthes is a framework for iOS & macOS App quick development

    Nepenthes is a sub-middleware for iOS & macOS App development,which sets the standards for java back-end and Objective-C front-end development.Nepenthes back-end is based on Apache Tomcat or other J2EE compatible middleware by extends Nepenthes library.Nepenthes front-end is mapping to back-end with the support of Nepenthes framework. Nepenthes simplifies development process and shortens development lifecycle,it ensures the communication layer safe and solid,let your team focus only on business logic. Based on Nepenthes,your organization can develop very complicated enterprise Apps rapidly,reduce back-end and front-end teams employees nearly to half. Reduce the communication errors in the development debugging,raise project development speed dramatically. Nepenthes is the fruit of over 20-year Java and over 8-year Objective-C development experience.The author worked in Borland for 8 years responsible for enterprise products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Nimble

    Nimble

    A Matcher Framework for Swift and Objective-C

    Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar. Apple's Xcode includes the XCTest framework, which provides assertion macros to test whether code behaves properly. XCTest assertions have a couple of drawbacks. Not enough macros. There's no easy way to assert that a string contains a particular substring, or that a number is less than or equal to another. It's hard to write asynchronous tests. XCTest forces you to write a lot of boilerplate code. Nimble addresses these concerns. Would you like to add more information to the test's failure messages? Use the description optional argument to add your own text. Nimble makes sure you don't compare two types that don't match. Tired of so much typing? With Nimble, you can use overloaded operators like == for equivalence, or > for comparisons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Nimbus

    Nimbus

    The iOS framework that grows only as fast as its documentation

    Nimbus is a toolkit for experienced iOS software designers. It provides well-documented, modular components that solve a number of common iOS software requirements. This includes: a rich text label with hyperlinks; a web view controller; a simple approach to table models, radio groups, and table actions; standardized interapp communication, and powerful debugging tools, amongst many other features. Nimbus' goal is to provide tools that fill missing gaps in Apple's frameworks. This includes simplifying common tasks, such as creating RGB colors, and providing additional features that Apple has not yet or may not implement, such as photo viewers. By using Nimbus you will save countless hours of development time. We've found that after a point you won't want to build a project without it. There are two primary forms of documentation for Nimbus, autogenerated documentation and community documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The ODBCKit is an Objective C / Cocoa framework to provide easy access to data stored in valid ODBC Datasources from within the Cocoa/MacOS X environment, without requiring knowledge of the underlying ODBC 'C' API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ORSSerialPort

    ORSSerialPort

    Serial port library for Objective-C and Swift macOS apps

    ORSSerialPort is an easy-to-use Objective-C serial port library for macOS. It is useful for programmers writing Objective-C or Swift Mac apps that communicate with external devices through a serial port (most commonly RS-232). You can use ORSSerialPort to write apps that connect to Arduino projects, robots, data acquisition devices, ham radios, and all kinds of other devices. Using ORSSerialPort to open a port and send data can be very simple. ORSSerialPort is released under an MIT license, meaning you're free to use it in both closed and open-source projects. However, even in a closed-source project, you must include a publicly-accessible copy of ORSSerialPort's copyright notice, which you can find in the LICENSE file. There are a number of ways to add ORSSerialPort to your project. You can use the included framework project, Carthage, CocoaPods, or the Swift Package Manager. See the Guide to Installing ORSSerialPort for detailed instructions for each of these methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Objective C Intrinsics (ObjCI for short) is a collection of classes that supports development of small projects in Objective C without depending on the Foundation or similar libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A GTK2 binding in Objective C (Yes, Another One !) under LGPL license
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Objective-C bindings for GTK+ library
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.