--- id: pyobjc-framework-metalfx version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-MetalFX — Wrappers for the framework MetalFX on macOS License: permissive · Maintenance: active · Downloads: 635.1K/mo ## What it is and what it does pyobjc-framework-metalfx is a thin wrapper layer that exposes Apple's MetalFX framework to Python developers on macOS. MetalFX is part of Apple's Metal graphics stack and provides GPU-accelerated upscaling and optimization capabilities. The package does not include its own documentation; instead, it translates Objective-C framework calls into Python, allowing developers to call MetalFX APIs directly from Python code. The package is maintained as part of the larger PyObjC project, which bridges Python and Objective-C frameworks on macOS. It requires pyobjc-core and pyobjc-framework-Metal as runtime dependencies and is distributed as precompiled wheels for specific Python versions and macOS architectures (universal2 binaries). It is most useful for graphics-intensive applications that need to leverage Metal's performance optimizations on Apple hardware. Use it for: - Build macOS graphics applications that need GPU-accelerated upscaling via MetalFX - Integrate MetalFX optimization into Python-based game engines or rendering pipelines on macOS - Access Metal framework graphics features from Python without writing Objective-C - Develop scientific visualization or image processing tools that benefit from GPU acceleration on Apple silicon ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Apple's MetalFX framework on macOS, enabling access to graphics optimization and upscaling capabilities through PyObjC. Yes, if you are developing graphics applications on macOS and need MetalFX capabilities. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is moderate due to platform specificity and OS version requirements, but this is expected for macOS-only framework bindings. Not applicable for non-macOS development. ## Install pip install pyobjc-framework-metalfx uv add pyobjc-framework-metalfx poetry add pyobjc-framework-metalfx ## Installing pyobjc-framework-MetalFX Before you install: Medium install friction: platform-specific wheels for macOS only (requires macOS 10.9 or later depending on Python version), with dependencies on pyobjc-core and pyobjc-framework-Metal. Active maintenance with release 3 days old and recent commits. License in practice: MIT license permits commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install pyobjc-framework-metalfx import MetalFX # Access MetalFX framework classes and methods through PyObjC bindings macOS 10.9 or later required; Python 3.10+ (3.13+ for macOS 10.13+); wheels are platform-specific and will not install on non-macOS systems. Verify before relying: - Whether MetalFX framework availability varies by macOS version or hardware generation beyond the documented minimum OS versions - Performance characteristics or typical use patterns for the upscaling/optimization features ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 635.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags metal graphics optimization macos, pyobjc metalfx bindings, apple metalfx python, gpu upscaling macos python, metal framework wrapper, macos graphics acceleration python, macos-only, graphics-gpu, metal-framework [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-metalfx) · [View on PyPI](https://pypi.org/project/pyobjc-framework-metalfx/)