skillfed

pyobjc-framework-ARKit

Wrappers for the framework ARKit on macOS

pyobjc-framework-arkit v12.2.2 483.0K downloads/30d#6,417 on PyPI803
Permissive license MIT Active released

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-arkit

uv

uv add pyobjc-framework-arkit

poetry

poetry add pyobjc-framework-arkit

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

arkit python bindingsaugmented reality macospyobjc arkit wrapperar framework pythonmacos ar developmentobjective-c arkit bridgepython arkit integration
augmented-realitymacos-nativeobjective-c-bridge

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-Vision

Provides Python bindings to macOS's Vision…

permissive · top 5,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-SafetyKit

Provides Python bindings to macOS's SafetyKit…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudio

Provides Python bindings to macOS's CoreAudio…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudioKit

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-AutomaticAssessmentConfiguration

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-AudioVideoBridging

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI