Anki macOS Helper (Internal Component)
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.
Warnings
- 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.
- 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.
- 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.
Install
-
pip install anki-mac-helper