awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesNative macOS API Bridges

Interfaces with platform-specific system frameworks to provide native windowing, event handling, and hardware acceleration on Apple hardware.

Distinct from Native API Bridges: Focuses on the bridge to macOS-specific APIs, distinct from general native API bridges.

Explore 10 awesome GitHub repositories matching operating systems & systems programming · Native macOS API Bridges. Refine with filters or upvote what's useful.

Awesome Native macOS API Bridges GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lhc70000/iinaAvatar von lhc70000

    lhc70000/iina

    45,244Auf GitHub ansehen↗

    IINA is a high-performance media player for macOS built on the mpv engine. It serves as a video player with broad codec support and a web media streamer that uses plugins to stream and download online video content for local playback. The application features a customizable multimedia interface with flexible themes and layouts tailored for the macOS desktop. It integrates a JavaScript scripting engine and a plugin system to extend player functionality and parse media URLs from the web. Core capabilities include multimedia playback with support for subtitles and playlists, as well as a pictur

    Utilizes native macOS API bridges to implement a high-performance Swift-based user interface.

    Swift
    Auf GitHub ansehen↗45,244
  • tisfeng/easydictAvatar von tisfeng

    tisfeng/Easydict

    13,545Auf GitHub ansehen↗

    Easydict is a macOS dictionary and translator application that integrates system dictionaries, external translation services, and Large Language Models such as OpenAI and Gemini. It functions as an OCR text extractor and a text-to-speech reader, allowing users to look up words and translate text directly on the desktop. The application features a local OCR engine that captures screen areas to recognize and translate text that cannot be highlighted or copied. It utilizes a provider-agnostic translation pipeline and adapter-based service integration to standardize responses from various cloud a

    Interfaces with macOS system frameworks to access native dictionary lookups and text-to-speech synthesis.

    Swiftappbaidubing
    Auf GitHub ansehen↗13,545
  • mozilla-firefox/firefoxAvatar von mozilla-firefox

    mozilla-firefox/firefox

    11,305Auf GitHub ansehen↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Interfaces with platform-specific system frameworks to provide native windowing, event handling, and hardware acceleration features on Apple hardware.

    JavaScript
    Auf GitHub ansehen↗11,305
  • ptmt/react-native-desktopAvatar von ptmt

    ptmt/react-native-desktop

    11,197Auf GitHub ansehen↗

    This project is a framework for building native macOS desktop applications. It serves as a desktop port of a cross-platform mobile framework, providing a development environment and a native UI library to create software using native system frameworks and a component-based architecture. The framework enables the development of native macOS applications by integrating a JavaScript-based workflow with macOS system-level frameworks. It facilitates cross-platform UI development by allowing logic and design patterns to be shared across different operating systems while maintaining native desktop i

    Provides structured binding layers that expose macOS system APIs to JavaScript for hardware and OS access.

    JavaScript
    Auf GitHub ansehen↗11,197
  • mortennn/dozerAvatar von Mortennn

    Mortennn/Dozer

    8,710Auf GitHub ansehen↗

    Dozer is a macOS desktop utility and menu bar manager designed to reduce visual clutter by controlling the visibility of status icons in the macOS menu bar. It functions as an icon toggle that allows users to hide unnecessary system icons from view. The application uses trigger icons to manage the visibility state of the menu bar, enabling users to selectively show or hide status indicators to customize the macOS interface and organize their desktop workspace. The tool implements these capabilities by interacting with native macOS accessibility frameworks and system hooks to query and modify

    Interfaces with macOS-specific system frameworks to manipulate external process elements in the menu bar.

    Swiftmacosminimalisticstatusbar
    Auf GitHub ansehen↗8,710
  • jigish/slateAvatar von jigish

    jigish/slate

    7,836Auf GitHub ansehen↗

    Slate is a keyboard-driven window manager and tiling system for macOS. It functions as a JavaScript-configurable automation tool and workflow orchestrator, allowing users to resize and position application windows through custom keystroke bindings and predefined spatial configurations. The project distinguishes itself by using a scripting API to define complex window manipulation logic, system event callbacks, and custom input mappings. This allows for the creation of sequenced action chains and the execution of external shell commands tied to specific keyboard shortcuts. Its capabilities in

    Provides native bridges to macOS system APIs for direct manipulation of window positions and screen states.

    Objective-C
    Auf GitHub ansehen↗7,836
  • openintelwireless/itlwmAvatar von OpenIntelWireless

    OpenIntelWireless/itlwm

    7,105Auf GitHub ansehen↗

    itlwm is a macOS network driver and kernel extension that enables Intel wireless network adapters to function on macOS systems. It serves as a hardware-specific driver providing connectivity and stability for Intel Wi-Fi chips on non-native platforms. The project acts as a bridge between Intel hardware and native macOS wireless frameworks, allowing the system to recognize the adapter as a native device and utilize Apple Airport features and system settings. The driver manages hardware integration and network connectivity by interfacing with the operating system to support macOS hardware comp

    Bridges Intel hardware with native macOS wireless frameworks and system settings.

    Cintel-wifiitlwmkernel-extension
    Auf GitHub ansehen↗7,105
  • progrium/darwinkitAvatar von progrium

    progrium/darwinkit

    5,428Auf GitHub ansehen↗

    Darwinkit ist eine Cgo-Interop-Schicht und eine Bibliothek nativer Bindings, die es Go-Anwendungen ermöglicht, Apple-Frameworks und System-APIs aufzurufen. Es fungiert als Brücke zwischen der Go-Runtime und nativen C-kompatiblen Symbolen, um die macOS-Systemprogrammierung und die Entwicklung nativer Anwendungen zu erleichtern. Das Projekt enthält einen Objective-C-Binding-Generator, der System-Symbol-Datenbanken scannt, um Go-Quellcode und Konstanten zu erzeugen. Dieses Tool ermöglicht die Inspektion von Framework-Symbolen und die Verwaltung von Binding-Modulen, um aktuelle Schnittstellen zu nativen Frameworks zu pflegen. Die Bibliothek bietet ein Speicherverwaltungssystem zur Koordinierung nativer Objekt-Lebenszyklen innerhalb von Go. Dies umfasst die Verwendung von Referenzzählung, die Erstellung von Autorelease-Pools zur Handhabung verzögerter Objekte und die Anwendung von Finalizern, um Speicherlecks zu verhindern. Zudem unterstützt es die direkte Interaktion mit dem Betriebssystem durch Direct-Binding-Systemaufrufe und Anfragen für Kernel-Informationen.

    Provides native API bridges that allow Go to build macOS applications by accessing Apple frameworks.

    Goappkitappleapple-apis
    Auf GitHub ansehen↗5,428
  • mjolnirapp/mjolnirAvatar von mjolnirapp

    mjolnirapp/mjolnir

    5,220Auf GitHub ansehen↗

    Mjolnir ist ein macOS-Automatisierungs-Framework und eine erweiterbare Skript-Engine. Es bietet ein System zur Erstellung benutzerdefinierter Produktivitäts-Workflows, zur Verwaltung von Anwendungsstatus und zur programmatischen Steuerung der macOS-Desktop-Oberfläche. Das Projekt fungiert als globaler Hotkey-Manager, der Tastaturkürzel bindet, um automatisierte Skripte im gesamten Betriebssystem auszulösen. Es enthält einen macOS-Anwendungscontroller, um aktive Fenster zu inspizieren und systemweite Benutzeroberflächen-Interaktionen zu verwalten. Die Umgebung unterstützt Erweiterbarkeit durch ein austauschbares Paketverwaltungssystem, das die Installation von Paketen Dritter und die Integration von nativem Code ermöglicht. Es verfügt zudem über ein On-Screen-Benachrichtigungssystem, um visuelles Feedback während der Ausführung automatisierter Aufgaben zu geben.

    Interfaces directly with native macOS APIs to inspect application states and manage active window hierarchies.

    C
    Auf GitHub ansehen↗5,220
  • gee1k/upicAvatar von gee1k

    gee1k/uPic

    3,701Auf GitHub ansehen↗

    uPic is a native macOS application designed for uploading images and files to cloud hosting services and private backends. It functions as a cloud image hosting tool and a custom API upload client that generates formatted links for shared content. The project distinguishes itself by allowing users to configure private backend endpoints with specific HTTP methods, headers, and server URLs. It converts uploaded file addresses into Markdown or HTML snippets, which are then written back to the system clipboard via customizable URL templates. The application integrates with macOS system framework

    Integrates with native macOS frameworks to capture screen areas and interact with the local file system.

    Swift
    Auf GitHub ansehen↗3,701
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Abstractions
  6. Native Interoperability Bindings
  7. Native System Integrations
  8. Native API Bridges
  9. Native macOS API Bridges