awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lhc70000/iinalhc70000 的头像

    lhc70000/iina

    45,244在 GitHub 上查看↗

    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
    在 GitHub 上查看↗45,244
  • tisfeng/easydicttisfeng 的头像

    tisfeng/Easydict

    13,545在 GitHub 上查看↗

    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
    在 GitHub 上查看↗13,545
  • mozilla-firefox/firefoxmozilla-firefox 的头像

    mozilla-firefox/firefox

    11,305在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,305
  • ptmt/react-native-desktopptmt 的头像

    ptmt/react-native-desktop

    11,197在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,197
  • mortennn/dozerMortennn 的头像

    Mortennn/Dozer

    8,710在 GitHub 上查看↗

    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
    在 GitHub 上查看↗8,710
  • jigish/slatejigish 的头像

    jigish/slate

    7,836在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,836
  • openintelwireless/itlwmOpenIntelWireless 的头像

    OpenIntelWireless/itlwm

    7,105在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,105
  • progrium/darwinkitprogrium 的头像

    progrium/darwinkit

    5,428在 GitHub 上查看↗

    Darwinkit 是一个 Cgo 互操作层和原生绑定库,允许 Go 应用程序调用 Apple 框架和系统 API。它作为 Go 运行时与原生 C 兼容符号之间的桥梁,旨在促进 macOS 系统编程和原生应用程序开发。 该项目包含一个 Objective-C 绑定生成器,可扫描系统符号数据库以生成 Go 源代码和常量。该工具支持检查框架符号并管理绑定模块,以保持与原生框架的当前接口一致。 该库提供了一个内存管理系统,用于协调 Go 内部的原生对象生命周期。这涵盖了引用计数的使用、创建自动释放池以处理延迟对象,以及应用终结器以防止内存泄漏。 它还支持通过直接绑定系统调用和内核信息请求与操作系统进行直接交互。

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

    Goappkitappleapple-apis
    在 GitHub 上查看↗5,428
  • mjolnirapp/mjolnirmjolnirapp 的头像

    mjolnirapp/mjolnir

    5,220在 GitHub 上查看↗

    Mjolnir is a macOS automation framework and extensible scripting engine. It provides a system for creating custom productivity workflows, managing application states, and controlling the macOS desktop interface programmatically. The project functions as a global hotkey manager that binds keyboard shortcuts to trigger automated scripts across the operating system. It includes a macOS application controller to inspect active windows and manage system-wide user interface interactions. The environment supports extensibility through a pluggable package management system, allowing for the installa

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

    C
    在 GitHub 上查看↗5,220
  • gee1k/upicgee1k 的头像

    gee1k/uPic

    3,701在 GitHub 上查看↗

    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
    在 GitHub 上查看↗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