10 Repos
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.