pyobjc-framework-ReplayKit
Wrappers for the framework ReplayKit on macOS
What it is and what it does
This package wraps Apple's ReplayKit framework, making it accessible from Python code running on macOS. ReplayKit is a native macOS framework for recording screen and audio content, and this binding translates the Objective-C API into Python-friendly interfaces through PyObjC. It does not provide its own documentation; instead, it relies on Apple's official ReplayKit documentation combined with PyObjC's general guidance on Objective-C to Python translation.
The package is part of the larger PyObjC ecosystem and serves developers who need to build macOS applications with recording capabilities. Installation requires macOS and Python 3.10 or later, with pre-built wheels available for multiple Python versions and architectures. The two runtime dependencies—pyobjc-core and pyobjc-framework-Cocoa—provide the foundational binding infrastructure.
Use it for:
- Build a macOS screen recording utility that captures video and audio for local storage or streaming.
- Create a macOS application that records user interactions for automated testing or accessibility features.
- Develop a macOS game or media application that integrates native screen capture without external dependencies.
- Build developer tools on macOS that need to record application behavior or system activity programmatically.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's ReplayKit framework on macOS, enabling screen and audio recording capabilities from Python applications.
Yes, if you are developing on macOS and need ReplayKit functionality from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. The medium install friction is unavoidable given the platform-specific nature; ensure your target macOS version and Python version (3.10+) align with the available wheels before installing.
Install
pyobjc-framework-replaykit on PyPI
pip
pip install pyobjc-framework-replaykituv
uv add pyobjc-framework-replaykitpoetry
poetry add pyobjc-framework-replaykitInstalling pyobjc-framework-ReplayKit
Before you install
Medium install friction due to platform specificity and compiled wheel requirements. Active maintenance with a recent release (3 days old) and ongoing repository activity. Requires macOS and specific Python versions (3.10+); wheels are pre-built for supported versions.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and proprietary projects.
Quickstart
pip install pyobjc-framework-replaykit
import ReplayKit
# Access ReplayKit framework classes and methods via the binding
macOS only; requires Python 3.10 or later; ReplayKit framework availability depends on macOS version and system configuration.
Verify before relying
- Specific macOS version requirements beyond the wheel metadata (e.g., minimum macOS version for ReplayKit functionality).
- Whether the binding covers the full ReplayKit API surface or a subset of framework capabilities.
- Real-world usage patterns and community adoption beyond download statistics.
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-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 653,517/month — #5,534 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_replaykit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_replaykit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, ReplayKit
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-ScreenCaptureKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-DiscRecordingProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-DiscRecordingUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaIOProvides Python bindings to Apple's CoreMediaIO…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioProvides Python bindings to macOS's CoreAudio…
permissive · top 15,000 on PyPI
pyobjc-framework-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioKitProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-AVRoutingProvides Python bindings to Apple's AVRouting…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenTimeProvides Python bindings to Apple's ScreenTime…
permissive · top 15,000 on PyPI