pyobjc-framework-MetalFX
Wrappers for the framework MetalFX on macOS
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 on this page — 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
pyobjc-framework-metalfx on PyPI
pip
pip install pyobjc-framework-metalfxuv
uv add pyobjc-framework-metalfxpoetry
poetry add pyobjc-framework-metalfxInstalling 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 the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Metal |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 635,137/month — #5,638 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_metalfx-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_metalfx-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, MetalFX
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-MetalProvides Python bindings to Apple's Metal…
permissive · top 15,000 on PyPI
pyobjc-framework-MetalPerformanceShadersProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MetalKitProvides Python bindings for Apple's MetalKit…
permissive · top 15,000 on PyPI
pyobjc-framework-QuartzProvides Python bindings to macOS Quartz…
permissive · top 5,000 on PyPI
pyobjc-framework-MetalPerformanceShadersGraphProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ModelIOProvides Python bindings to Apple's ModelIO…
permissive · top 15,000 on PyPI
pyobjc-framework-CinematicProvides Python bindings for Apple's Cinematic…
permissive · top 15,000 on PyPI
pyobjc-framework-BrowserEngineKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-IOSurfaceProvides Python bindings to macOS's IOSurface…
permissive · top 15,000 on PyPI
pyobjc-framework-FSKitProvides Python bindings to macOS's FSKit…
permissive · top 15,000 on PyPI