Comparison
react-native-transformers vs coreai-model-zoo
Verdict
Pick react-native-transformers if react Native transformers facilitates seamless integration of Huggingface models in React-Native apps using ONNX Runtime with TypeScript support; pick coreai-model-zoo if coreAI Model Zoo supports verified models on real Apple devices with one-line Swift execution for various AI tasks leveraging CoreAIKit.
Markdown twin · react-native-transformers alternatives · coreai-model-zoo alternatives
GraphCanon updated Sep 20, 2026
9views this month
Trust & integrity
| Signal | react-native-transformers | coreai-model-zoo |
|---|---|---|
| Maintenance | Dormant (434d since push) As of Sep 20, 2026 · github_public_v1 | Very active (0d since push) As of Sep 20, 2026 · github_public_v1 |
| Provenance | Not a fork · Personal account As of Sep 20, 2026 · github_public_v1 | Not a fork · Personal account As of Sep 20, 2026 · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of Jul 15, 2026 · osv@v1 | No lockfile (source not queried) As of Jul 15, 2026 · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- react-native-transformers
- Run local LLM from Huggingface in React-Native using onnxruntime with TypeScript
- coreai-model-zoo
- Community model zoo for Apple Core AI devices with support for various models including LLMs and VLMs
Stars
- react-native-transformers
- 135
- coreai-model-zoo
- 441
Forks
- react-native-transformers
- 16
- coreai-model-zoo
- 30
Open issues
- react-native-transformers
- 7
- coreai-model-zoo
- 4
Language
- react-native-transformers
- TypeScript
- coreai-model-zoo
- Python
Adopt for
- react-native-transformers
- React Native transformers facilitates seamless integration of Huggingface models in React-Native apps using ONNX Runtime with TypeScript support.
- coreai-model-zoo
- CoreAI Model Zoo supports verified models on real Apple devices with one-line Swift execution for various AI tasks leveraging CoreAIKit.
Persona
- react-native-transformers
- -
- coreai-model-zoo
- -
Runtime
- react-native-transformers
- -
- coreai-model-zoo
- -
License
- react-native-transformers
- MIT
- coreai-model-zoo
- Other
Last pushed
- react-native-transformers
- Jul 13, 2025
- coreai-model-zoo
- Sep 20, 2026
Categories
- react-native-transformers
- Inference & Serving, LLM Frameworks
- coreai-model-zoo
- Computer Vision, Inference & Serving, LLM Frameworks, Model Training, Speech & Audio
Trust and health
Maintenance
- react-native-transformers
- Dormant (18%)
- coreai-model-zoo
- Very active (96%)
Days since push
- react-native-transformers
- 434d
- coreai-model-zoo
- 0d
Open issues (now)
- react-native-transformers
- 7
- coreai-model-zoo
- 4
Stars delta
- react-native-transformers
- +2 (30d)
- coreai-model-zoo
- +53 (30d)
Open issues delta
- react-native-transformers
- 0 (30d)
- coreai-model-zoo
- +1 (30d)
Full report
- react-native-transformers
- Trust report
- coreai-model-zoo
- Trust report
Choose react-native-transformers if…
- react-native-transformers is primarily TypeScript; coreai-model-zoo is Python.
- License: react-native-transformers is MIT, coreai-model-zoo is Other.
- Tags unique to react-native-transformers: expo, huggingface, local-llm, onnx.
- If you are developing a React Native application and require local execution of Huggingface LLMs using ONNX Runtime for optimized performance.
When NOT to use react-native-transformers
- For projects not involving React Native or Expo development, as this library provides no direct value outside of these frameworks.
- If your application does not require local execution of LLMs from Huggingface and can manage with cloud-based inference services.
Choose coreai-model-zoo if…
- coreai-model-zoo is primarily Python; react-native-transformers is TypeScript.
- License: coreai-model-zoo is Other, react-native-transformers is MIT.
- Tags unique to coreai-model-zoo: ai, apple-silicon, asr, coreml.
- Also covers Computer Vision, Model Training, Speech & Audio.
- When targeting iOS or macOS devices with a need for quickly deployed, locally run models covering text and vision tasks
When NOT to use coreai-model-zoo
- In environments outside Apple Core AI ecosystems due to dependency on Apple-specific technologies like Metal kernels
- When extensive custom model training is needed, as the focus here is on serving and running verified models rather than deep training capabilities
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (daviddaytw/react-native-transformers) · observed Sep 20, 2026
- GitHub forks (daviddaytw/react-native-transformers) · observed Sep 20, 2026
- Last push (daviddaytw/react-native-transformers) · observed Jul 13, 2025
- License file (MIT) · observed Sep 20, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 15, 2026
- GitHub stars (john-rocky/coreai-model-zoo) · observed Sep 20, 2026
- GitHub forks (john-rocky/coreai-model-zoo) · observed Sep 20, 2026
- Last push (john-rocky/coreai-model-zoo) · observed Sep 20, 2026
- License file (Other) · observed Sep 20, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 15, 2026
GitHub stars on cards: react-native-transformers 135 · coreai-model-zoo 441 (synced Sep 20, 2026).
Common questions
- What is the difference between react-native-transformers and coreai-model-zoo?
- react-native-transformers: Run local LLM from Huggingface in React-Native using onnxruntime with TypeScript. coreai-model-zoo: Community model zoo for Apple Core AI devices with support for various models including LLMs and VLMs. See the comparison table for live GitHub stats and shared categories.
- When should I choose react-native-transformers over coreai-model-zoo?
- Choose react-native-transformers over coreai-model-zoo when react-native-transformers is primarily TypeScript; coreai-model-zoo is Python; License: react-native-transformers is MIT, coreai-model-zoo is Other; Tags unique to react-native-transformers: expo, huggingface, local-llm, onnx; If you are developing a React Native application and require local execution of Huggingface LLMs using ONNX Runtime for optimized performance.
- When should I choose coreai-model-zoo over react-native-transformers?
- Choose coreai-model-zoo over react-native-transformers when coreai-model-zoo is primarily Python; react-native-transformers is TypeScript; License: coreai-model-zoo is Other, react-native-transformers is MIT; Tags unique to coreai-model-zoo: ai, apple-silicon, asr, coreml; Also covers Computer Vision, Model Training, Speech & Audio; When targeting iOS or macOS devices with a need for quickly deployed, locally run models covering text and vision tasks.
- When should I avoid react-native-transformers?
- For projects not involving React Native or Expo development, as this library provides no direct value outside of these frameworks. If your application does not require local execution of LLMs from Huggingface and can manage with cloud-based inference services.
- When should I avoid coreai-model-zoo?
- In environments outside Apple Core AI ecosystems due to dependency on Apple-specific technologies like Metal kernels When extensive custom model training is needed, as the focus here is on serving and running verified models rather than deep training capabilities
- Is react-native-transformers or coreai-model-zoo more popular on GitHub?
- coreai-model-zoo has more GitHub stars (441 vs 135). Stars measure visibility, not whether either tool fits your constraints.
- Are react-native-transformers and coreai-model-zoo open source?
- Yes - both are open-source projects on GitHub (react-native-transformers: MIT, coreai-model-zoo: Other).
- Where can I find alternatives to react-native-transformers or coreai-model-zoo?
- GraphCanon lists graph-backed alternatives at react-native-transformers alternatives and coreai-model-zoo alternatives (react-native-transformers markdown twin, coreai-model-zoo markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, react-native-transformers or coreai-model-zoo?
- react-native-transformers: Dormant. coreai-model-zoo: Very active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for react-native-transformers and coreai-model-zoo?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: react-native-transformers trust report; coreai-model-zoo trust report.