{"id":25439995,"url":"https://github.com/yuma-shintani/llamind","last_synced_at":"2026-04-29T00:31:15.745Z","repository":{"id":274386009,"uuid":"922732053","full_name":"yuma-shintani/llamind","owner":"yuma-shintani","description":"Llamind is an open-source ChatGPT-like desktop client based on Ollamate built around Ollama","archived":false,"fork":false,"pushed_at":"2026-02-10T15:20:27.000Z","size":8506,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-10T19:43:24.151Z","etag":null,"topics":["ollama","ollama-app","ollama-client","ollama-gui","ollama-interface","ollama-ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yuma-shintani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-27T00:04:58.000Z","updated_at":"2026-02-10T15:20:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"1047e58a-0bbd-4cb3-a07f-d18cf16f6b51","html_url":"https://github.com/yuma-shintani/llamind","commit_stats":null,"previous_names":["yuma-shintani/allama","yuma-shintani/llamind"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/yuma-shintani/llamind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuma-shintani%2Fllamind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuma-shintani%2Fllamind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuma-shintani%2Fllamind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuma-shintani%2Fllamind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuma-shintani","download_url":"https://codeload.github.com/yuma-shintani/llamind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuma-shintani%2Fllamind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["ollama","ollama-app","ollama-client","ollama-gui","ollama-interface","ollama-ui"],"created_at":"2025-02-17T11:19:38.386Z","updated_at":"2026-04-29T00:31:15.730Z","avatar_url":"https://github.com/yuma-shintani.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Llamind\n\n\u003cimg src=\"./public/icon.png\" width=\"128\"\u003e\n\n**Llamind: Ollama Desktop Client based on [Ollamate](https://github.com/humangems/ollamate) for Everyday Use**\n\nLlamind is an open-source ChatGPT-like desktop client based on [Ollamate](https://github.com/humangems/ollamate) built around Ollama, providing similar features but entirely local. It leverages local LLM models like Llama 3, Qwen2, Phi3, etc. via Ollama, ensuring privacy and offline capability.\n\n![alt text](./public/image.png)\n\n![alt text](./public/image-1.png)\n\n## Features\n\n- **Local LLM Models**: Use opensource LLMs locally like Llama 3, Qwen2, and Phi3\n- **Model Management**: You can install and uninstall Ollama models on Llamind\n- **User-Friendly**: Simple binary download for end users with Ollama installed (Windows Only).\n- **Developer-Friendly**: Open-source and ready for contributions on GitHub.\n\n## Installation\n\n### For End Users\n\n1. Ensure you have [Ollama](https://ollama.com) installed on your system. Make sure you have at least one model downloaded. (For example, Run `ollama run phi3`)\n2. Download the Llamind.\n3. Use it just like a normal app.\n\n### For Developers\n\n1. Fork the repository on GitHub.\n2. Clone your forked repository to your local machine.\n3. Install dependencies and run the app.\n\n```bash\ngit clone https://github.com/yuma-shintani/llamind.git\ncd llamind\nnpm run install\nnpm run dev\n```\n\n## Tech stack\n\n- **Electron**: For building the cross platform desktop application.\n- **React and Redux**: For building the user interface and state management\n\n## Contributing\n\nWe welcome contributions from the community. To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add new feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\nFor any inquiries or support, please open an issue on GitHub.\n\n---\n\nThank you for using Llamind! We hope it enhances your local LLM experience.\n\n## Acknowledgements\n\nThis project is based on [Ollamate](https://github.com/humangems/ollamate), created by [Michael Chen](https://github.com/mechiland).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuma-shintani%2Fllamind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuma-shintani%2Fllamind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuma-shintani%2Fllamind/lists"}