Comparison
coreai-model-zoo vs react-native-executorch
Verdict
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; pick react-native-executorch if react Native Executorch powers on-device AI inference in React Native apps using a declarative approach with ExecuTorch.
Markdown twin · coreai-model-zoo alternatives · react-native-executorch alternatives
GraphCanon updated today
Trust & integrity
| Signal | coreai-model-zoo | react-native-executorch |
|---|---|---|
| Maintenance | Very active (0d since push) As of 1w · github_public_v1 | Very active (0d since push) As of today · github_public_v1 |
| Provenance | Not a fork · Personal account As of 1w · github_public_v1 | Not a fork · Organization account As of today · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | No lockfile (source not queried) As of 1mo · 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
- coreai-model-zoo
- Community model zoo for Apple Core AI devices with support for various models including LLMs and VLMs
- react-native-executorch
- Declarative way to run AI models in React Native on device
Stars
- coreai-model-zoo
- 388
- react-native-executorch
- 1.7k
Forks
- coreai-model-zoo
- 24
- react-native-executorch
- 95
Open issues
- coreai-model-zoo
- 3
- react-native-executorch
- 64
Language
- coreai-model-zoo
- Python
- react-native-executorch
- C++
Adopt for
- coreai-model-zoo
- CoreAI Model Zoo supports verified models on real Apple devices with one-line Swift execution for various AI tasks leveraging CoreAIKit.
- react-native-executorch
- React Native Executorch powers on-device AI inference in React Native apps using a declarative approach with ExecuTorch.
Persona
- coreai-model-zoo
- -
- react-native-executorch
- -
Runtime
- coreai-model-zoo
- -
- react-native-executorch
- -
License
- coreai-model-zoo
- Other
- react-native-executorch
- Other
Last pushed
- coreai-model-zoo
- Aug 12, 2026
- react-native-executorch
- Aug 24, 2026
Categories
- coreai-model-zoo
- Computer Vision, Inference & Serving, LLM Frameworks, Model Training, Speech & Audio
- react-native-executorch
- Computer Vision, Inference & Serving
Trust and health
Open issues (now)
- coreai-model-zoo
- 3
- react-native-executorch
- 64
Stars delta
- coreai-model-zoo
- Unknown
- react-native-executorch
- +23 (30d)
Open issues delta
- coreai-model-zoo
- Unknown
- react-native-executorch
- -13 (30d)
Owner type
- coreai-model-zoo
- User
- react-native-executorch
- Organization
Full report
- coreai-model-zoo
- Trust report
- react-native-executorch
- Trust report
Choose coreai-model-zoo if…
- coreai-model-zoo is primarily Python; react-native-executorch is C++.
- Tags unique to coreai-model-zoo: ai, apple-silicon, asr, coreml.
- Also covers LLM Frameworks, 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
Choose react-native-executorch if…
- react-native-executorch is primarily C++; coreai-model-zoo is Python.
- Tags unique to react-native-executorch: image-embeddings, llm-inference, object-detection, on-device-ai.
- You are developing a React Native application requiring efficient on-device AI inference capabilities.
When NOT to use react-native-executorch
- When the development team lacks expertise in C++ or React Native integration specifics required by Executorch.
- Projects that depend heavily on cloud-based machine learning services for their AI functionalities.
- Scenarios where cross-platform support beyond React Native is necessary.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (john-rocky/coreai-model-zoo) · observed Aug 13, 2026
- GitHub forks (john-rocky/coreai-model-zoo) · observed Aug 13, 2026
- Last push (john-rocky/coreai-model-zoo) · observed Aug 12, 2026
- License file (Other) · observed Aug 13, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 15, 2026
- GitHub stars (software-mansion/react-native-executorch) · observed Aug 25, 2026
- GitHub forks (software-mansion/react-native-executorch) · observed Aug 25, 2026
- Last push (software-mansion/react-native-executorch) · observed Aug 24, 2026
- License file (Other) · observed Aug 25, 2026
- Decision facts (enrichment) · observed Jul 12, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: coreai-model-zoo 388 · react-native-executorch 1.7k (synced Aug 13, 2026).
Common questions
- What is the difference between coreai-model-zoo and react-native-executorch?
- coreai-model-zoo: Community model zoo for Apple Core AI devices with support for various models including LLMs and VLMs. react-native-executorch: Declarative way to run AI models in React Native on device. See the comparison table for live GitHub stats and shared categories.
- When should I choose coreai-model-zoo over react-native-executorch?
- Choose coreai-model-zoo over react-native-executorch when coreai-model-zoo is primarily Python; react-native-executorch is C++; Tags unique to coreai-model-zoo: ai, apple-silicon, asr, coreml; Also covers LLM Frameworks, 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 choose react-native-executorch over coreai-model-zoo?
- Choose react-native-executorch over coreai-model-zoo when react-native-executorch is primarily C++; coreai-model-zoo is Python; Tags unique to react-native-executorch: image-embeddings, llm-inference, object-detection, on-device-ai; You are developing a React Native application requiring efficient on-device AI inference capabilities.
- 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
- When should I avoid react-native-executorch?
- When the development team lacks expertise in C++ or React Native integration specifics required by Executorch. Projects that depend heavily on cloud-based machine learning services for their AI functionalities. Scenarios where cross-platform support beyond React Native is necessary.
- Is coreai-model-zoo or react-native-executorch more popular on GitHub?
- react-native-executorch has more GitHub stars (1,696 vs 388). Stars measure visibility, not whether either tool fits your constraints.
- Are coreai-model-zoo and react-native-executorch open source?
- Yes - both are open-source projects on GitHub (coreai-model-zoo: Other, react-native-executorch: Other).
- Where can I find alternatives to coreai-model-zoo or react-native-executorch?
- GraphCanon lists graph-backed alternatives at coreai-model-zoo alternatives and react-native-executorch alternatives (coreai-model-zoo markdown twin, react-native-executorch 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, coreai-model-zoo or react-native-executorch?
- coreai-model-zoo: Very active. react-native-executorch: 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 coreai-model-zoo and react-native-executorch?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: coreai-model-zoo trust report; react-native-executorch trust report.