Open Source Objective C Software for Linux - Page 3

Objective C Software for Linux

View 7801 business solutions

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

  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    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: 1 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3
    OCRunner

    OCRunner

    Execute Objective-C code as script. AST Interpreter

    OCRunner is a dynamic Objective-C runtime that allows for executing Objective-C code at runtime on iOS. It enables injecting and running Objective-C scripts without recompiling, useful for debugging, hot-fixing, and dynamic feature extensions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PocketSVG

    PocketSVG

    Easily convert your SVG files into CGPaths, CAShapeLayers, etc.

    A simple toolkit for displaying and manipulating SVGs on iOS and macOS in a performant manner. The goal of this project is not to be a fully compliant SVG parser/renderer. But rather to use SVG as a format for serializing CG/UIPaths, meaning it only supports SVG features that can be represented by CG/UIPaths. Thoroughly documented.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
    Promises

    Promises

    Promises is a modern framework that provides synchronization

    Promises is a modern framework that provides a synchronization construct for Objective-C and Swift to facilitate writing asynchronous code. Typically, async operations take a completion handler in a form of a block, which is called to provide either a result or an error. To perform more than one async operation, you have to nest the second one inside the completion block of the first one, and also handle an error gracefully. Often such nesting becomes painful to follow or modify. The framework has intuitive APIs that are well documented making it painless to integrate into new or existing code. Supports both Objective-C and Swift. Promises that are created in Objective-C can be used in Swift and vice versa. Has minimum overhead that achieves similar performance to GCD and completion handlers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    React Native Camera Kit

    React Native Camera Kit

    A high performance, easy to use, rock solid camera library

    A high-performance, easy-to-use, rock-solid, camera library for React Native apps. A temporary file is created. You must move this file to a permanent location (e.g. the app's 'Documents' folder) if you need it beyond the current session of the app as it may be deleted when the user leaves the app. You can move files by using a file systems library such as react-native-fs or expo-filesystem. (On Android we currently have an unsupported output path prop but it's subject to change at any time).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Realm Swift

    Realm Swift

    Realm is a mobile database: a replacement for Core Data & SQLite

    Realm is a fast, scalable alternative to SQLite with mobile to cloud data sync that makes building real-time, reactive mobile apps easy. Build data-rich apps without draining device resources with Realm's lazy loading and zero-copy architecture. The object-oriented data model lets developers work directly with native objects – no ORMs or DAOs are needed. Real-time mobile to cloud data sync makes it easy to build interactive features that keep data up-to-date across multiple devices, users, and the backend. Accelerate time-to-market with easy to learn, language-native APIs that simplify data access. Device Sync, backed by MongoDB Atlas, handles the most complex part of connecting your client to the backend with ease – guaranteeing an app that works as expected and syncs data reliably, every time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    YTKNetwork

    YTKNetwork

    YTKNetwork is a high level request util based on AFNetworking

    YTKNetwork is a high level request util based on AFNetworking. It's developed by the iOS Team of YuanTiKu. It provides a High Level API for network request. YTKNetwork is used in all products of YuanTiKu, including: YuanTiKu, YuanSoTi, YuanFuDao, FenBiZhiBoKe. YTKNetowrk is suitable for a slightly more complex project, not for a simple personal project. YTKNetwork is helpful if you want to cache requests, manage the dependences of requests, or validate the JSON response. And if you want to cache requests based on request version, this is one of the greatest advantages of YTKNetwork. YTKNetwork provides YTKRequest to handle every network request. You should inherit it and override some methods to define custom requests in your project. Your code is decoupled to detail network request framework, it's easy to replace it. Actually, YTKNetwork is originally based on ASIHttpRequest, we just spent two days to switch to AFNetworking.
    Downloads: 1 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
  • 10
    libPhoneNumber for iOS

    libPhoneNumber for iOS

    iOS port from libphonenumber (Google's phone number handling library)

    libPhoneNumber-iOS is an Objective-C port of Google's libPhoneNumber library, which provides international phone number parsing, validation, and formatting.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    qlImageSize

    qlImageSize

    QuickLook and Spotlight plugins to display the dimensions of images

    qlImageSize is a QuickLook plugin for macOS that displays image dimensions and file size in the QuickLook preview panel. It provides an efficient way to inspect image metadata without opening additional applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    The intention behind FT is to support a graph based database backend for Objective-C and GNUstep/MacOS X environment. In order to install FT start installing Encore, then BDB and afterwards FT.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 13
    PRICE - image filtering and manipulation

    PRICE - image filtering and manipulation

    Imaging application for GNUstep and MacOS

    PRICE: a high-quality image manipulation and enhancement application, also suitable as a multi-window image viewer. For GNUstep and Mac.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    Renderer for flam3 cosmic recursive fractal flames implemented on GPU. Requires a CUDA-capable graphics card.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Ships Clock will ring a bell on every half-hour in the style of the standard ship's clock used for centuries on sailing ships around the world and still used in the world's navies today.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    CrabEmu is a video game console emulator for Mac OS X, Sega Dreamcast, and various other *nix-like targets. Currently, development is focused upon the 8-bit consoles built by Sega, with support for the Sega Master System, Game Gear, SG-1000 and ColecoVision. Initial support for the NES is also available.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    XeTeX - Unicode-based TeX
    XeTeX is Unicode-based TeX using platform fonts and font technologies (e.g. AAT on Mac OS X or OpenType features on Mac/Linux/Windows) to provide typesetting for all the world's scripts.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    Nightingale

    Nightingale

    A community supported fork of the Songbird media player and library.

    Nightingale is a community created fork of the Songbird media player. It is developed by a proud community and we are equally proud to bring you the most extensible, feature-rich media experience on Windows, Mac, and Linux. See the official website at http://getnightingale.com for the source, builds, and information. On Sourceforge, we provide our releases, the binary deps for building, as well as builds for testing purposes.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 19
    A collection of tools to assist with the forensic analysis of computer systems.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20
    smooth is an object oriented class library for Win32 and Linux written in C++. It's meant to become an alternative to toolkits like Qt.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    OpenRemote

    OpenRemote

    Open Source for Internet of Things

    An Open Community in the Home Automation and Domotics space. We believe an Open Source approach can revolutionize the way people create, install, and maintain software in the industry. Our panel technology integrates with your favorite protocol and runtime hardware through Open Source software. We open up the front-end and support a unified panel and visual programming model. An installer can pick and choose hardware products from different vendors and still present one panel UI to the user. A proprietary hardware vendor can build modern panel support and integrate with existing vendors. Whether you are a DIY aficionado, a high-end installer, a hardware vendor or integrator, OpenRemote has something for you. We want to make OpenRemote the standard for commercial and hobbyist integration alike. We allow any integrator or vendor to write plug-ins and bring innovative tools that simplify the work of an installer and the relationship with the client.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    JackOSX
    The JackOSX project aims to provide Mac OS X-specific components developed around the Jack server. The JackOSX package is a set of components that facilitate the integration and use of the Jack server with the CoreAudio Mac OS X audio architecture.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Shakespeer is a Direct Connect implementation for Unix-like systems. It aims to be fast, easy to use and compatible with DC++. The major goal of ShakesPeer is to create a Mac OS X application with an Aqua graphical user interface.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    GSburn.app is a GNUstep based CD burning program for GNU/Linux. You no longer need to remember ugly command line parameters or write shell scripts. With GSburn.app you compile your CD by point-and-click operation and save your projects for later reuse.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Paje Visualization Tool
    The Pajé visualization tool provides interactive and scalable behavioral visualizations of the dynamics of the executions of parallel and distributed applications.
    Downloads: 7 This Week
    Last Update:
    See Project