{"id":50844571,"url":"https://github.com/saurabh0402/llm-chhotu","last_synced_at":"2026-06-14T08:33:49.337Z","repository":{"id":360950827,"uuid":"1243778508","full_name":"saurabh0402/llm-chhotu","owner":"saurabh0402","description":"An on-device LLM chat app that runs on your android phones 📱","archived":false,"fork":false,"pushed_at":"2026-06-06T06:35:12.000Z","size":2982,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T08:33:45.340Z","etag":null,"topics":["android","chat","llm","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saurabh0402.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-19T16:51:12.000Z","updated_at":"2026-06-06T06:35:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/saurabh0402/llm-chhotu","commit_stats":null,"previous_names":["saurabh0402/llm-chhotu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saurabh0402/llm-chhotu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh0402%2Fllm-chhotu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh0402%2Fllm-chhotu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh0402%2Fllm-chhotu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh0402%2Fllm-chhotu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saurabh0402","download_url":"https://codeload.github.com/saurabh0402/llm-chhotu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh0402%2Fllm-chhotu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34315072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","chat","llm","react-native"],"created_at":"2026-06-14T08:33:49.017Z","updated_at":"2026-06-14T08:33:49.332Z","avatar_url":"https://github.com/saurabh0402.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM Chhotu\n\u003cimg src=\"./icons/main.png\" width=\"300\"\u003e\n\nLLM Chhotu is your own LLM, running locally in your mobile phone - one you can talk to while being offline and get it to do actions for you.\n\n## ToDo's\n- [x] Bootstrap\n- [x] Learn React Native and setup a simple UI\n- [x] Add Gemma\n- [x] Add simple chatting with LLM\n- [x] Message parsing to segragate reasoning\n- [ ] Pass context to LLM\n- [x] Add tools support\n  - [x] Add a simple tool and check behavior\n  - [x] Handle tool call loop in `runCompletion`\n  - [x] Handle multiple thinking blocks, and tool call in `Chat`\n  - [x] Add an actual, working tool\n- [ ] Refine Llama configuration to increase speed\n- [ ] Get API keys from user and use them\n- [ ] Add some awesome tools\n- [ ] Add image support\n- [ ] Add embeddings support\n- [ ] Add audio support\n- [ ] Add more models\n\n# References\n## React Native\n- [React Native Docs](https://reactnative.dev/docs/getting-started)\n\n## LLMs and its relatives\n- [EdgeLLM](https://github.com/MekkCyber/EdgeLLM/tree/main)\n- [LLM Inference on Edge](https://huggingface.co/blog/llm-inference-on-edge)\n- Gemma Quantised, HuggingFace\n  - [Gemma 4 E4B](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF?show_file_info=gemma-4-E4B-it-UD-IQ3_XXS.gguf)\n  - [Gemma 4 E2B](https://huggingface.co/unsloth/gemma-4-E2B-it-GGUF?show_file_info=gemma-4-E2B-it-UD-IQ2_M.gguf)\n\n## Packages\n- [llama.rn](https://github.com/mybigday/llama.rn)\n- [react-native-fs](https://www.npmjs.com/package/@dr.pogodin/react-native-fs#downloadfileoptionst)\n- [react-native-progress](https://www.npmjs.com/package/react-native-progress)\n- [react-native-background-downloader](https://github.com/kesha-antonov/react-native-background-downloader)\n- [react-native-gifted-chat](https://github.com/faridsafi/react-native-gifted-chat)\n- [Notifee](https://notifee.app/)\n- [React Native Animated](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/)\n\n## Future Exploration\n- [ExecuTorch](https://docs.swmansion.com/react-native-executorch/)\n\n## Gemma\n- [Function calling with Gemma](https://ai.google.dev/gemma/docs/capabilities/text/function-calling-gemma4)\n\n## Tools, Tools, Everywhere\n- ~[duckduckgo search](https://duck-duck-scrape.js.org/)~\n- [Brave Search API](https://api-dashboard.search.brave.com/app/plans)\n- [searxng](https://docs.searxng.org/user/index.html)\n- [Mozilla Readability](https://github.com/mozilla/readability)\n- [react-native linking](https://reactnative.dev/docs/linking)\n- [react-native common intents](https://github.com/wahdatjan/react-native-common-intents/blob/master/src/index.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabh0402%2Fllm-chhotu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaurabh0402%2Fllm-chhotu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabh0402%2Fllm-chhotu/lists"}