Skip to content

Releases: andrewginns/CoreMLPlayer

CoreML Player 1.0.4

22 Nov 17:32

Choose a tag to compare

Application is currently not signed so after copying it to Applications folder you'll have to right click on it and select Open (just for initial launch).

But it is fully Sandboxed:

  • No File Access (Just read-only access to files that you select from within the app)
  • No network connection (not even for analytics)
  • If you have Xcode, you can also simply clone and build it yourself.

Since the original repo is archived, does it make my version the "official" one 😅
Update due to desire for a real project to facilitate personal testing of codex

Version 1.0.4 Changelog:

  • Modernize CoreML loading & inference for stateful models, safer optimizations, and UX clarity

CoreML Player 1.0.3 - unofficial

12 Feb 16:03
538b712

Choose a tag to compare

Application is currently not signed so after copying it to Applications folder you'll have to right click on it and select Open (just for initial launch).

But it is fully Sandboxed:

  • No File Access (Just read-only access to files that you select from within the app)
  • No network connection (not even for analytics)
    If you have Xcode, you can also simply clone and build it yourself.

Version 1.0.3-unofficial Changelog:

  • Add support for the more recent .mlpackage extension used by CoreML converted models