{"id":30807311,"url":"https://github.com/yumchalabs/yumcha","last_synced_at":"2026-05-18T09:33:08.509Z","repository":{"id":298328766,"uuid":"993805741","full_name":"YumchaLabs/yumcha","owner":"YumchaLabs","description":"A cross-platform AI chat application built with Flutter","archived":false,"fork":false,"pushed_at":"2025-06-30T05:36:35.000Z","size":3901,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T02:20:11.946Z","etag":null,"topics":["chatbot","flutter"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YumchaLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2025-05-31T15:05:37.000Z","updated_at":"2025-06-30T05:36:39.000Z","dependencies_parsed_at":"2025-06-29T18:37:36.615Z","dependency_job_id":null,"html_url":"https://github.com/YumchaLabs/yumcha","commit_stats":null,"previous_names":["latias94/yumcha","yumchalabs/yumcha"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YumchaLabs/yumcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YumchaLabs%2Fyumcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YumchaLabs%2Fyumcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YumchaLabs%2Fyumcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YumchaLabs%2Fyumcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YumchaLabs","download_url":"https://codeload.github.com/YumchaLabs/yumcha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YumchaLabs%2Fyumcha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chatbot","flutter"],"created_at":"2025-09-06T02:06:07.127Z","updated_at":"2026-05-18T09:33:08.495Z","avatar_url":"https://github.com/YumchaLabs.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YumCha\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![Dart](https://img.shields.io/badge/Dart-3.5.0+-blue.svg)](https://dart.dev)\n[![Flutter](https://img.shields.io/badge/Flutter-3.8.0+-blue.svg)](https://flutter.dev)\n\nA cross-platform AI chat application built with Flutter, supporting multiple AI providers and real-time streaming conversations.\n\n## Screenshots\n\n| Chat Interface | Navigation Drawer |\n|---|---|\n| ![Chat](assets/screenshots/chat.png) | ![Drawer](assets/screenshots/drawer.png) |\n\n## Features\n\n- **Multi-Provider Support**: OpenAI, DeepSeek, Anthropic, Google, Ollama, Phind, and more\n- **AI Assistants**: Create personalized AI assistants with custom prompts and parameters\n- **Real-time Streaming**: Support for both streaming and non-streaming responses\n- **Reasoning Models**: Support for advanced reasoning models like OpenAI o1 and DeepSeek R1\n- **Model Favorites**: Bookmark frequently used models for quick access\n- **Chat History**: Complete conversation management and search functionality\n- **Cross-Platform**: Runs on Android, iOS, Windows, macOS, Linux, and Web\n- **Material Design 3**: Modern UI with dynamic color support\n\n## Tech Stack\n\n- **Flutter 3.8.0+** - Cross-platform UI framework\n- **Dart 3.5.0+** - Programming language\n- **Material Design 3** - Modern design system with dynamic colors\n- **Riverpod 2.6+** - State management\n- **Drift 2.16+** - SQLite database ORM\n- **[llm_dart](https://github.com/Latias94/llm_dart)** - Open-source AI interface library supporting multiple LLM providers (MIT License)\n\n## Getting Started\n\n### Prerequisites\n\n- Flutter SDK 3.8.0 or higher\n- Dart SDK 3.5.0 or higher\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Latias94/yumcha.git\ncd yumcha\n```\n\n2. Install dependencies:\n```bash\nflutter pub get\n```\n\n3. Run the application:\n4. \n```bash\nflutter run\n```\n\n## Configuration\n\n1. **Add AI Providers**: Configure your AI service providers with API keys\n2. **Create Assistants**: Set up AI assistants with custom prompts and parameters\n3. **Start Chatting**: Create conversations and switch between different models\n\n## Development Status\n\n⚠️ **This project is under active development** - Features and APIs may change frequently.\n\n## License\n\nThis project is licensed under the [AGPL v3 License](LICENSE).\n\n## Related Projects\n\n- [llm_dart](https://pub.dev/packages/llm_dart) - A standalone open-source AI interface library supporting multiple LLM providers (MIT License). Originally developed as part of YumCha, now independently published on pub.dev.\n\n## Acknowledgments\n\nThe UI design of this application is primarily inspired by [rikkahub](https://github.com/rikkahub/rikkahub) - A native Android LLM chat client that supports switching between different providers for conversations. We appreciate their excellent design and user experience contributions to the AI chat client community.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumchalabs%2Fyumcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyumchalabs%2Fyumcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumchalabs%2Fyumcha/lists"}