skillfed

pyobjc-framework-IntentsUI

Wrappers for the framework Intents on macOS

pyobjc-framework-intentsui v12.2.2 652.9K downloads/30d#5,539 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's IntentsUI framework for macOS, allowing Python developers to interact with Siri Shortcuts and intent-based UI components from native code. It is part of the PyObjC project, which provides a bridge between Python and Objective-C frameworks on macOS. The wrapper does not include its own documentation; instead, it relies on Apple's official IntentsUI documentation combined with PyObjC's general guidance on Python-to-Objective-C translation.

The package is intended for macOS application developers who need to integrate Siri Shortcuts or intent-handling UI into Python applications. It requires Python 3.10 or later and is actively maintained with support for current Python versions including 3.14 and 3.15. Installation is straightforward on macOS but not possible on other operating systems.

Use it for:

  • Build macOS applications that respond to Siri Shortcuts and custom voice intents.
  • Integrate intent-based UI components into Python-based macOS desktop applications.
  • Create automation workflows that bridge Python scripts with native macOS intent handling.
  • Develop Siri-compatible extensions or plugins for macOS applications written in Python.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings for macOS's IntentsUI framework, enabling programmatic access to the native Siri Shortcuts and intent-handling UI components.

Yes, if you are developing for macOS and need to integrate Siri Shortcuts or IntentsUI components into a Python application. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and supports current Python versions. Install only on macOS; it will not work on Linux or Windows.

Install

pyobjc-framework-intentsui on PyPI

pip

pip install pyobjc-framework-intentsui

uv

uv add pyobjc-framework-intentsui

poetry

poetry add pyobjc-framework-intentsui

Installing pyobjc-framework-IntentsUI

Before you install

Medium friction: wheels are macOS-only (universal2 binaries for multiple Python versions) and require macOS 10.9 or later depending on Python version. Actively maintained with a release 3 days old. Depends on pyobjc-core and pyobjc-framework-Intents, both part of the same ecosystem.

License in practice

MIT license is permissive; you can use this in commercial or proprietary projects without restriction, though you should include the license notice.

Quickstart

pip install pyobjc-framework-intentsui

from IntentsUI import INUIAddVoiceShortcutViewController
# Use IntentsUI components in your macOS application

macOS 10.9 or later required; wheels are universal2 binaries for macOS only and will not install on Linux or Windows.

Verify before relying

  • Whether IntentsUI framework is available on all supported macOS versions or requires specific OS releases beyond the wheel metadata.
  • Performance characteristics or overhead of the Python-to-Objective-C bridge for real-time intent handling.

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-Intents
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 652,907/month — #5,539 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_intentsui-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_intentsui-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl

Keywords: PyObjC, IntentsUI

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

macos intentsui bindingssiri shortcuts pythonpyobjc intentsui wrappermacos intent ui frameworkobjective-c intentsui bridgepython macos native ui
macos-nativeobjective-c-bridgesiri-integration

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

Provides Python bindings to Apple's Intents…

permissive · top 15,000 on PyPI

pyobjc-framework-LocalAuthenticationEmbeddedUI

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-UserNotificationsUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SecurityInterface

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

home-assistant-intents

Provides intent recognition data and utilities…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProviderUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudioKit

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SecurityUI

Provides Python bindings to macOS's SecurityUI…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemExtensions

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI