| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenMed v1.0.0 source code.tar.gz | 2026-04-14 | 662.7 kB | |
| OpenMed v1.0.0 source code.zip | 2026-04-14 | 748.2 kB | |
| README.md | 2026-04-14 | 1.7 kB | |
| Totals: 3 Items | 1.4 MB | 2 | |
This version brings together the core Python runtime, Apple Silicon MLX support, a public Swift package, and a much clearer Apple-platform story.
Highlights
- Stable
openmedpackage for Python workflows - Apple Silicon MLX backend for supported token-classification models
- New
OpenMedKitSwift package for macOS and iOS - Native Xcode demo app
safetensors-first MLX packaging withweights.npzfallback- Improved docs across Python, Swift, MLX, and Apple runtime usage
Apple / MLX Support
OpenMed 1.0.0 includes MLX runtime support across:
- BERT
- DistilBERT
- RoBERTa
- XLM-RoBERTa
- ELECTRA
- DeBERTa-v2 / DeBERTa-v3-style checkpoints
Swift
OpenMedKit is now part of the public 1.0.0 developer story for Apple apps.
Use it from Xcode as a Swift package to integrate OpenMed into macOS and iOS projects.
Demo App
The included Xcode demo now defaults to:
OpenMed/OpenMed-PII-LiteClinical-Small-66M-v1
Notes
- Universal Apple packaging across the broader OpenMed model collection is still being expanded.
- Some model families are not yet part of the MLX rollout.
- The public runtime and developer experience are the main
1.0.0milestone.
What's Changed
- v0.7.0: MLX hardware-accelerated inference for macOS and iOS by @maziyarpanahi in https://github.com/maziyarpanahi/openmed/pull/34
- v1.0.0: MLX hardware-accelerated inference for macOS and iOS by @maziyarpanahi in https://github.com/maziyarpanahi/openmed/pull/35
- Release 1.0.0 Apple runtime, Swift package, and docs by @maziyarpanahi in https://github.com/maziyarpanahi/openmed/pull/39
Full Changelog: https://github.com/maziyarpanahi/openmed/compare/v0.6.4...v1.0.0