{"id":15169647,"url":"https://github.com/coderscreative/ollama-chat-iced","last_synced_at":"2025-10-25T17:30:34.636Z","repository":{"id":242268463,"uuid":"809121647","full_name":"CodersCreative/ollama-chat-iced","owner":"CodersCreative","description":"A GUI made using iced and rust that allows you to talk to an Ollama AI.","archived":false,"fork":false,"pushed_at":"2024-07-14T12:14:35.000Z","size":91,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T09:22:49.026Z","etag":null,"topics":["ai","chat","chatbot","chatgpt","history","iced","iced-rs","large-language-models","llm","ollama","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/CodersCreative.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}},"created_at":"2024-06-01T18:44:04.000Z","updated_at":"2024-12-12T23:25:41.000Z","dependencies_parsed_at":"2024-06-01T21:07:09.087Z","dependency_job_id":"202a6338-61f2-442d-b745-30c07efc12e9","html_url":"https://github.com/CodersCreative/ollama-chat-iced","commit_stats":null,"previous_names":["coderscreative/ollama-chat-iced"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Follama-chat-iced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Follama-chat-iced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Follama-chat-iced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Follama-chat-iced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodersCreative","download_url":"https://codeload.github.com/CodersCreative/ollama-chat-iced/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238183614,"owners_count":19430156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","chat","chatbot","chatgpt","history","iced","iced-rs","large-language-models","llm","ollama","rust"],"created_at":"2024-09-27T07:04:15.250Z","updated_at":"2025-10-25T17:30:34.630Z","avatar_url":"https://github.com/CodersCreative.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OChat [![Rust](https://img.shields.io/badge/Rust-%23000000.svg?e\u0026logo=rust\u0026logoColor=white)]()\n\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black) ![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white)  ![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge\u0026logo=macos\u0026logoColor=F0F0F0)\n\n#### A GUI made using iced and rust that allows you to easily talk to AI models.\n\n## Key Features\n\n- 🚀 **Effortless Setup**: Install seamlessly using [Cargo](https://doc.rust-lang.org/cargo/).\n\n- 🤝 **Ollama**: Effortlessly chat to any AI model available  at [ollama](https://ollama.com/search) and download each model within the app.\n\n- ⚙️ **Model Settings**: Easily change the parameters of the model within the application.\n\n- 🔢 **Full Markdown Support**: Elevate your LLM experience with comprehensive Markdown support for enriched interaction and styling.\n\n- 🎤 **Voice Calls**: Experience seamless communication with integrated voice call features, allowing for a more dynamic and interactive chat environment.\n\n- 🎤 **Transcribe**: Easily transcribe mic input within the application for hands-free use.\n\n- 🗔 **Panels**: Engage with multiple activities within the app simultaneously using distinct panels.\n\n- ⚙️ **Many Models Conversations**: Effortlessly engage with various models simultaneously, harnessing their unique strengths for optimal responses. Enhance your experience by leveraging a diverse set of models in parallel.\n\n- 🌟 **Continuous Updates**: I am committed to improving ochat with regular updates, fixes, and new features.\n\n## Installation\n### Download LLM Model\n\n[Install Ollama](https://ollama.ai/download)\\\n[Pull Orca-Mini](https://ollama.ai/library/orca-mini:3b)\n\nOn Linux:\n```\n# Install ollama:\ncurl https://ollama.ai/install.sh | sh\n\n# Pull orca-mini:\nollama pull orca-mini:3b\n```\n\n## Run The App\n### Install\n```\n# To install from crates.io\ncargo install ochat\n\n# To run the installed program\nochat\n```\n\n### Build \u0026 Run\n```\n# Clone the repository:\ngit clone https://gitlab.com/officialccoders/ollama-chat-iced.git\ncd ollama-chat-iced\n\n# Build and run app with release tags:\ncargo build --release\ncargo run --release\n\n# Or simply:\ncargo run\n```\n\n## Gallery\n\n![Ochat's home screen.](/media/home.png)\n\n![Ochat calling screen.](/media/call.png)\n\n![Ochat handling images.](/media/images.png)\n\n![Ochat's model options.](/media/models.png)\n\n![Ochat's code handling.](/media/code.png)\n\n![Ochat's theme showcase.](/media/options.png)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderscreative%2Follama-chat-iced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderscreative%2Follama-chat-iced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderscreative%2Follama-chat-iced/lists"}