10 repositorios
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 es una capa de interoperabilidad Cgo y librería de bindings nativos que permite a las aplicaciones Go llamar a frameworks de Apple y APIs del sistema. Funciona como un puente entre el runtime de Go y símbolos nativos compatibles con C para facilitar la programación del sistema macOS y el desarrollo de aplicaciones nativas. El proyecto incluye un generador de bindings de Objective-C que escanea bases de datos de símbolos del sistema para producir código fuente y constantes en Go. Esta herramienta permite la inspección de símbolos de framework y la gestión de módulos de binding para mantener interfaces actuales con frameworks nativos. La librería proporciona un sistema de gestión de memoria para coordinar ciclos de vida de objetos nativos dentro de Go. Esto cubre el uso de conteo de referencias, la creación de autorelease pools para manejar objetos diferidos y la aplicación de finalizadores para prevenir fugas de memoria. Además, admite la interacción directa con el sistema operativo a través de llamadas al sistema de binding directo y solicitudes de información del kernel.
Provides native API bridges that allow Go to build macOS applications by accessing Apple frameworks.
Mjolnir es un framework de automatización para macOS y motor de scripting extensible. Proporciona un sistema para crear flujos de trabajo de productividad personalizados, gestionar estados de aplicaciones y controlar la interfaz de escritorio de macOS mediante programación. El proyecto funciona como un gestor de teclas de acceso rápido global que vincula atajos de teclado para activar scripts automatizados en todo el sistema operativo. Incluye un controlador de aplicaciones de macOS para inspeccionar ventanas activas y gestionar interacciones de interfaz de usuario en todo el sistema. El entorno admite extensibilidad mediante un sistema de gestión de paquetes conectable, permitiendo la instalación de paquetes de terceros y la integración de código nativo. También cuenta con un sistema de alertas en pantalla para proporcionar retroalimentación visual durante la ejecución de tareas automatizadas.
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.