Anki macOS Helper (Internal Component)

raw JSON →
0.1.1 verified Tue Apr 14 auth: no en

anki-mac-helper is a low-level support library providing macOS-specific functionalities for the Anki desktop application. It is primarily an internal dependency of the main Anki project, rather than a standalone library intended for direct use by end-users or add-on developers. Its development and versioning are tightly integrated with the main Anki application's release cycle. The current version is 0.1.1.

pip install anki-mac-helper
breaking This library is an internal component of the Anki desktop application. Its internal APIs are not stable or publicly documented and are subject to change without notice with any Anki update, potentially breaking any direct usage.
fix Avoid direct interaction with `anki-mac-helper`. Rely on Anki's official add-on API or AnkiConnect for extensions and automation.
gotcha Installing `anki-mac-helper` directly via pip does not provide a functional Anki application. Its functionalities are integrated into the larger Anki desktop environment.
fix To use Anki, download and install the official application from apps.ankiweb.net. This will include all necessary internal dependencies like `anki-mac-helper`.
gotcha Add-on developers should use Anki's documented add-on interfaces and official methods for bundling third-party Python modules with add-ons. Attempting to directly import or modify `anki-mac-helper` within an add-on is strongly discouraged and likely to lead to instability or future breakage.
fix Refer to the official Anki add-on development guide for proper extension techniques.