Skip to content

Conversation

@hendrikmennen
Copy link
Contributor

Why is this needed?

On MacOS, loading libraries is not working since adding Code Signing. This is by design and caused by the hardened runtime. At the same time, extensions (like OneAI) need access to camera, which is required to be declared in the installer.
Platforms like Linux (Flatpak, Snapcraft) also need some native libraries themselves to make this work.

By Adding these two libraries, we ensure that any extension can use OpenCV (for example to read the camera) and OnnxRuntime to run onnx inference.

@hendrikmennen hendrikmennen merged commit c252ccb into main Dec 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants