pyobjc-framework-ARKit
Wrappers for the framework ARKit on macOS
What it is and what it does
This package wraps Apple's ARKit framework for use from Python on macOS via PyObjC, the bridge that translates between Python and Objective-C. ARKit is Apple's framework for building augmented reality experiences, handling tasks like scene understanding, motion tracking, and rendering AR content. The wrapper exposes ARKit's classes and methods to Python code, but does not include its own documentation—you rely on Apple's ARKit docs and PyObjC's general translation guides to understand how to use it.
The package is part of the larger PyObjC ecosystem and depends on pyobjc-core and pyobjc-framework-Cocoa. It is macOS-only and requires Python 3.10 or later. Use it when you need to build AR applications on Mac in Python, integrating with native ARKit capabilities rather than reimplementing them.
Use it for:
- Build augmented reality applications on macOS using Python instead of Swift or Objective-C.
- Prototype AR features in Python while leveraging native ARKit performance and capabilities.
- Integrate ARKit into existing Python desktop applications running on macOS.
- Develop AR tools or utilities that need scene understanding and motion tracking on Mac.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings for Apple's ARKit framework on macOS, enabling augmented reality capabilities through Objective-C bridge access.
Yes, if you are developing AR applications on macOS in Python. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive MIT license. However, it is macOS-only, requires Python 3.10+, and offers no bundled documentation—you must cross-reference Apple's ARKit docs and PyObjC guides. Not applicable outside macOS.
Install
pyobjc-framework-arkit on PyPI
pip
pip install pyobjc-framework-arkituv
uv add pyobjc-framework-arkitpoetry
poetry add pyobjc-framework-arkitInstalling pyobjc-framework-ARKit
Before you install
Low friction install with recent active maintenance. Released 3 days ago with last commit on 2026-08-14. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the same ecosystem.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it suitable for most projects.
Quickstart
pip install pyobjc-framework-arkit
import ARKit
# Access ARKit classes and methods through the wrapper
macOS-only; requires Python 3.10 or later and a Mac with ARKit support.
Verify before relying
- Whether ARKit functionality is fully accessible or limited by the wrapper's scope.
- Performance characteristics when calling ARKit methods through the Python-Objective-C bridge.
- Availability of example code or tutorials beyond Apple's native documentation.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 483,035/month — #6,417 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_arkit-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, ARKit
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-VisionProvides Python bindings to macOS's Vision…
permissive · top 5,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioProvides Python bindings to macOS's CoreAudio…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioKitProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-AutomaticAssessmentConfigurationProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI