Objective C Libraries for Mac

View 53 business solutions

Browse free open source Objective C Libraries for Mac and projects below. Use the toggles on the left to filter open source Objective C Libraries for Mac 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
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    Play-With-Sort-OC

    Play-With-Sort-OC

    Repository implemented in Objective-C with sorting algorithms

    Play-With-Sort-OC is a learning-oriented repository implemented in Objective-C that demonstrates several classic sorting algorithms with code examples (selection sort, bubble sort, insertion sort, quick sort variants, heap sort, etc). The goal is educational; by showing how each algorithm works with animations or clear visualizations in an iOS/Objective-C context, the author helps developers understand not just the “how” but also the “why” behind each algorithm. The repo is especially suited for developers working in the Apple ecosystem (Objective-C, Xcode) who want to build foundational knowledge in data structures and algorithms. By making the code accessible, it lowers the barrier to exploring algorithm performance, variant comparisons, and understanding underlying complexity. For learners, it offers a bridge between abstract algorithm descriptions in textbooks and real code you can compile, run, tweak, and visualize.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    WeChatTweak-macOS

    WeChatTweak-macOS

    A dynamic library tweak for WeChat macOS

    WeChat macOS client enhances the Tweak dynamic library. Prevent message withdrawal, message list notification, system notification. Withdraw your messages normally. Unlimited opening of clients. Right-click the Dock icon to log in to the new WeChat account. Command line execution:open -n /Applications/WeChat.app. Message processing enhancement, supports any emoji export, supports QR code recognition. Supports right click to copy link directly. Open directly by the system default browser. No phone authentication required to reopen the app. UI interface settings panel, support for Alfred workflow, and support for Launchbar action. In order to reduce maintenance costs and ensure update speed, only the latest App Store version of the client is supported by default.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    GNUstep Base Library

    GNUstep Base Library

    The GNUstep is a library of general-purpose Objective C objects

    The GNUstep Base Library is part of the GNUstep project, providing an open-source implementation of the Foundation framework, compatible with macOS and iOS. It offers core Objective-C classes and utilities for cross-platform application development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Google Maps SDK for iOS Utility Library

    Google Maps SDK for iOS Utility Library

    Google Maps SDK for iOS Utility Library

    google-maps-ios-utils is a collection of open-source utilities that extend the functionality of the Google Maps SDK for iOS. It provides additional features such as clustering, heatmaps, and geometry utilities to enhance map-based applications.
    Downloads: 2 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
  • 5
    Parse Apple SDK

    Parse Apple SDK

    The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)

    Parse-SDK-iOS-OSX is an open-source backend framework for iOS and macOS applications. It allows developers to manage data storage, authentication, and real-time functionality with minimal backend setup.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Sogo

    Sogo

    SOGo is a very fast and scalable modern collaboration suite

    SOGo is an open-source groupware server that provides email, calendar, and contacts management with full web and mobile compatibility. It integrates with various email clients and supports enterprise collaboration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    react-native-video-processing

    react-native-video-processing

    Native Video editing/trimming/compressing library

    Native Video editing/trimming/compressing library for React-Native.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    AWS SDK for iOS

    AWS SDK for iOS

    AWS SDK for iOS

    AWS SDK for iOS is a comprehensive development kit that enables iOS applications to interact with AWS cloud services, including storage, databases, authentication, and analytics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    AppDevKit

    AppDevKit

    AppDevKit is an iOS development library

    AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. Yahoo’s Taiwan based iOS app development team has been using this development kit for the past three years, and we plan future apps to use AppDevKit as well. Our use of this code in many apps helped improve its stability and utility. We find these libraries help address some incompatibility issues found in different iOS versions, and overall make app development easier and our apps operate more consistently. AppDevKit has five major parts that include command, user interfaces, animations, image view, and list view support libraries. AppDevKit could be installed by CocoaPods. Please feel welcome to use AppDevKit in your iOS projects as it is licensed under the permissive open source BSD license.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    KVOController

    KVOController

    Simple, modern, thread-safe key-value observing for iOS and OS X

    KVOController is a now-archived Objective-C library from Facebook that simplifies Key-Value Observing (KVO) in Cocoa applications. It provides a safer, more concise API for observing properties and avoids common memory management pitfalls associated with KVO in Objective-C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    OCMockito

    OCMockito

    Mockito for Objective-C: creation, verification and stubbing

    OCMockito is an Objective-C framework that enables behavior-driven development through mocking. It allows developers to create mock objects for unit tests, focusing on interaction testing in Objective-C projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Stinger

    Stinger

    Stinger is a high-efficiency library with great compatibility

    Stinger is a high-performance, library-based AOP (Aspect-Oriented Programming) framework for Objective-C. It allows developers to inject code dynamically into existing methods without modifying the original codebase.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    FUSE for macOS

    FUSE for macOS

    Extends macOS via third party file systems

    FUSE for macOS allows you to extend macOS's native file handling capabilities via third-party file systems. FUSE for macOS is a successor to MacFUSE, which has been used as a software building block by dozens of products, but is no longer being maintained.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 14
    ARSegmentPager

    ARSegmentPager

    Segment tab controller with parallax Header

    ARSegmentPager is a customizable paging library for iOS that integrates segmented controls with scrolling views. It provides a smooth user experience for applications that require tabbed navigation with interactive headers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Aspects

    Aspects

    Library for aspect oriented programming in Objective-C and Swift

    A delightful, simple library for aspect oriented programming. Think of Aspects as method swizzling on steroids. It allows you to add code to existing methods per class or per instance, whilst thinking of the insertion point e.g. before/instead/after. Aspects automatically deals with calling super and is easier to use than regular method swizzling. Aspects hooks deep into the class hierarchy and creates dynamic subclasses, much like KVO. There's known issues with this approach, and to this date (February 2019) I STRICTLY DO NOT RECOMMEND TO USE Aspects IN PRODUCTION CODE. We use it for partial test mocks in, PSPDFKit, an iOS PDF framework that ships with apps like Dropbox or Evernote, it's also very useful for quickly hacking something up. Aspects uses _objc_msgForward which causes issues with other code that uses message forwarding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BFKit

    BFKit

    BFKit is a collection of useful classes and categories to develop Apps

    BFKit is a comprehensive library of tools and utilities for iOS development, written in Swift and Objective-C. It offers a wide collection of extensions, helpers, and functionalities that streamline app development and reduce boilerplate code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BlocksKit

    BlocksKit

    The Objective-C block utilities you always wish you had

    BlocksKit is a framework for Objective-C that extends Cocoa and Cocoa Touch APIs with block-based wrappers, making it easier to write concise, readable code. It provides block-based alternatives to delegation and target-action patterns, streamlining event handling in UIKit and Foundation frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CocoaAsyncSocket

    CocoaAsyncSocket

    Asynchronous socket networking library for Mac and iOS

    CocoaAsyncSocket provides easy-to-use and powerful asynchronous socket libraries for macOS, iOS, and tvOS. The classes are described below. The project is currently configured to build for iOS, tvOS and Mac. Simply add the package dependency to your Package.swift and depend on "CocoaAsyncSocket" in the necessary targets. You can also include it into your project by adding the source files directly, but you should probably be using a dependency manager to keep up to date. GCDAsyncSocket is a TCP/IP socket networking library built atop Grand Central Dispatch. Automatically accept incoming connections over both IPv4 and IPv6 with a single instance of this class. No more worrying about multiple sockets. Secure your socket with ease using just a single method call. Available for both client and server sockets. It runs entirely within its own GCD dispatch_queue, and is completely thread-safe. Further, the delegate methods are all invoked asynchronously onto a dispatch_queue of your choosing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Core Data Editor

    Core Data Editor

    Core Data Editor lets you easily view, edit and analyze applications

    Core Data Editor is a macOS application that provides a graphical interface for inspecting and editing Core Data databases. It simplifies the debugging and modification of persistent store files used in iOS and macOS applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FCUUID

    FCUUID

    iOS UUID / Universally Unique Identifiers library

    iOS UUID library as alternative to the old good UDID and identifierForVendor. This library provides the simplest API to obtain universally unique identifiers with different levels of persistence. It's possible to retrieve the UUIDs created for all devices of the same user, in this way with a little bit of server-side help it's possible manage guest accounts across multiple devices easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Google Toolbox for Mac

    Google Toolbox for Mac

    Google Toolbox for Mac

    Google Toolbox for Mac (GTMSession) is a comprehensive collection of open source Objective-C utilities and frameworks developed by Google to support macOS and iOS application development. It consolidates reusable code components drawn from various internal Google projects, offering developers a wide range of tools for building efficient, maintainable Apple platform software. The library includes modules for networking, logging, testing, data handling, and user interface extensions, helping developers avoid reinventing common functionality. Its modular design allows developers to integrate only the components they need, improving project flexibility and performance. With well-documented interfaces and consistent coding standards, Google Toolbox for Mac serves as a reliable foundation for both small and large-scale applications. It continues to be widely used across open source and internal projects that target Apple ecosystems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    JDCSVParser

    Objective-C CSV Parser Example Framework

    A simple callback-based parser for tabular data encoded as CSV (Comma Separated Values), written in Objective-C. Slightly heavy-weight as it was meant to not take short-cuts as a full push-down automaton state machine parser. This was initially an experiment in how to build such parsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JKCategories

    JKCategories

    Collection of useful Objective-C Categories extending iOS Frameworks

    JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation, UIKit, CoreData, QuartzCore, CoreLocation, MapKit Etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JLRoutes

    JLRoutes

    URL routing library for iOS with a simple block-based API

    JLRoutes is a URL routing library with a simple block-based API. It is designed to make it very easy to handle complex URL schemes in your application with minimal code. JLRoutes is available for installation using CocoaPods or Carthage. JLRoutes 2.x require iOS 8.0+ or macOS 10.10+. If you need to support iOS 7 or macOS 10.9, please use version 1.6.4. The handler block is expected to return a boolean for if it has handled the route or not. If the block returns NO, JLRoutes will behave as if that route is not a match and it will continue looking for a match. A route is considered to be a match if the pattern string matches and the block returns YES. It is also important to note that if you pass nil for the handler block, an internal handler block will be created that simply returns YES. JLRoutes supports setting up routes within a specific URL scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JSONKit

    JSONKit

    Objective-C JSON

    JSONKit is a high-performance Objective-C library for parsing and generating JSON on iOS and macOS, created before Apple’s built-in JSON APIs were widely available. It focuses on speed and low memory overhead, using tight C/Objective-C code paths to turn NSData into Foundation containers (arrays, dictionaries) and back again. The API provides flexible options such as mutable or immutable containers, pretty printing, and tolerances for common JSON formatting quirks. Developers can stream or parse in one shot, and they get predictable error reporting when malformed input is encountered. Because the output is standard Foundation objects, it drops into existing code with minimal adaptation. Even as the platform matured, JSONKit remained a reference point for how to write fast, reliable serialization code on Apple platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next