{"id":43228917,"url":"https://github.com/danieldunderfelt/react-native-idk","last_synced_at":"2026-02-01T10:01:58.909Z","repository":{"id":243378302,"uuid":"812288929","full_name":"danieldunderfelt/react-native-idk","owner":"danieldunderfelt","description":"React-Native Intelligence Development Kit is a toolkit for building AI-powered apps which leverage both local and cloud AI inference.","archived":false,"fork":false,"pushed_at":"2024-06-16T19:02:17.000Z","size":2464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T12:58:33.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieldunderfelt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-08T13:20:57.000Z","updated_at":"2024-06-16T19:02:20.000Z","dependencies_parsed_at":"2024-06-08T13:31:33.890Z","dependency_job_id":"ef04c2f1-c842-4b41-bde6-df3f311269f6","html_url":"https://github.com/danieldunderfelt/react-native-idk","commit_stats":null,"previous_names":["danieldunderfelt/react-native-idk"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danieldunderfelt/react-native-idk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldunderfelt%2Freact-native-idk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldunderfelt%2Freact-native-idk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldunderfelt%2Freact-native-idk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldunderfelt%2Freact-native-idk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieldunderfelt","download_url":"https://codeload.github.com/danieldunderfelt/react-native-idk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldunderfelt%2Freact-native-idk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28975278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T09:57:52.632Z","status":"ssl_error","status_checked_at":"2026-02-01T09:57:49.143Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-01T10:01:57.587Z","updated_at":"2026-02-01T10:01:58.903Z","avatar_url":"https://github.com/danieldunderfelt.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-idk\n\nReact-Native Intelligence Development Kit is a toolkit for building AI-powered apps which leverage both local and cloud AI inference.\n\nThe following features are planned:\n\n- [ ] **Local inference**: Run inference on the device using CoreML on iOS and (TBD) on Android.\n- [ ] **Cloud inference**: Run inference on the cloud through an OpenAI compatible API (requires a custom server).\n- [ ] **Seamlessly switch between local and cloud inference**: Define conditions to route requests between local and cloud inference, allow the user to switch between them, or have the IDK handle it for you.\n- [ ] **Local LLM models**: Preload your app with any models which can be loaded into CoreML on iOS and (TBD) on Android (and is small enough to run on a mobile device), or allow your users to load their own models.\n- [ ] **Prompt management**: Add and manage your own prompts.\n- [ ] **Configuration management**: Configure the inference with your own parameters or use a preset.\n- [ ] **Chat-style inference**: Inference the model with user/assistant messages.\n- [ ] **Completion-style inference**: Inference the model with a single message and have it complete the rest.\n- [ ] **Streaming**: Responses can be streamed to the user as they are generated.\n- [ ] **Function calling and tool use**: Define tools and functions which can be called by the model.\n- [ ] **Generative UI**: Generate the UI for your app.\n\n## Installation\n\n```sh\nnpm install react-native-idk\n```\n\n## Usage\n\nTBD\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n\n\nI want to run a good LLM locally in a React-native app. Starting with ios, what's the minimum implementation I need for running a coreml model in a react-native app? I am making this as a library, and I have all the scaffolding set up so please skip all React-native setup.\n\nDo not suggest libraries. I want to know how to run CoreML models in the native iOS code. The users of my library will add the models they want to use to their React-native app, the library should not come with a model. All implementations should use Objective-C.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldunderfelt%2Freact-native-idk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieldunderfelt%2Freact-native-idk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldunderfelt%2Freact-native-idk/lists"}