{"id":15282760,"url":"https://github.com/chyok/ollama-gui","last_synced_at":"2025-05-16T15:03:19.827Z","repository":{"id":246682782,"uuid":"821845183","full_name":"chyok/ollama-gui","owner":"chyok","description":"A single-file tkinter-based Ollama GUI project with no external dependencies.","archived":false,"fork":false,"pushed_at":"2025-03-21T13:50:21.000Z","size":48,"stargazers_count":187,"open_issues_count":4,"forks_count":31,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-16T15:02:49.683Z","etag":null,"topics":["llm","ollama","ollama-app","ollama-chat","ollama-gui","ollama-interface","ollama-ui","single-file","tkinter","tkinter-gui"],"latest_commit_sha":null,"homepage":"https://chyok.github.io/ollama-gui/","language":"Python","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/chyok.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}},"created_at":"2024-06-29T15:45:30.000Z","updated_at":"2025-05-16T08:58:50.000Z","dependencies_parsed_at":"2024-12-03T17:32:04.187Z","dependency_job_id":"cb2b036d-6ec7-4e56-88ca-418d5f6633c7","html_url":"https://github.com/chyok/ollama-gui","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"46212bbe13e4363ed210f49e8616646191d04e88"},"previous_names":["chyok/ollama-gui"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyok%2Follama-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyok%2Follama-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyok%2Follama-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyok%2Follama-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyok","download_url":"https://codeload.github.com/chyok/ollama-gui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553936,"owners_count":22090415,"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":["llm","ollama","ollama-app","ollama-chat","ollama-gui","ollama-interface","ollama-ui","single-file","tkinter","tkinter-gui"],"created_at":"2024-09-30T14:39:25.274Z","updated_at":"2025-05-16T15:03:19.808Z","avatar_url":"https://github.com/chyok.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ollama-GUI\n\n![GitHub License](https://img.shields.io/github/license/chyok/ollama-gui)\n![PyPI - Version](https://img.shields.io/pypi/v/ollama-gui)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ollama-gui)\n\nA very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies.\nProvide you with the simplest possible visual Ollama interface.\n\n![ollama-gui-1 2 0](https://github.com/user-attachments/assets/a4bb979b-68a4-4062-b484-7542f2a866e0)\n\n\n## 🚀 Features\n### v1.1.0\n+ 📁 One file project.\n+ 📦 No external dependencies, only **tkinter** which is usually bundled.\n+ 🔍 Auto check ollama model list.\n+ 🌐 Customizable ollama host support.\n+ 💬 Multiple conversations.\n+ 📋 Menu bar and right-click menu.\n+ 🛑 Stop generating at any time.\n### v1.2.0\n+ 🗂️ Model Management: Download and Delete Models.\n+ 🎨 UI Enhancement: Bubble dialog theme.\n+ 📝 Editable Conversation History.\n\n## 📎 Before Start\n\nWe need to set up Ollama service first.\n\nPlease refer to:   \n+ [Ollama](https://ollama.com/)  \n+ [Ollama Github](https://github.com/ollama/ollama)\n\n## ⚙️ Run\n\nChoose any way you like:\n\u003e **Note: If you are using a Mac and the system version is Sonoma, please refer to the Q\u0026A at the bottom.**\n\n### source code\n\n```\npython ollama_gui.py\n```\n\n### using pip\n\n```\npip install ollama-gui\nollama-gui\n```\n\n### binary file\n\n| Platform | Download Link                                            | \n|----------|----------------------------------------------------------|\n| Windows  | [Download](https://github.com/chyok/ollama-gui/releases) |\n| Mac (Apple Silicon)  | [Download](https://github.com/chyok/ollama-gui/releases) |\n| Linux  | [Download](https://github.com/chyok/ollama-gui/releases) |\n\n## 📋 Q\u0026A\n### I'm using a Mac, why does the application sometimes not respond when I click on it?\n\nThe issue affects macOS Sonoma users running applications that use Tcl/Tk versions 8.6.12 or older, including various Python versions.  \nWhen the mouse cursor is inside the Tkinter window during startup, GUI elements become unresponsive to clicks.\n\nSolution:  \nUpdate to Tcl/Tk version 8.6.13 or newer, which fixes this problem.   \n  \nFor Python users, this can be done by:  \nUsing Python 3.11.7 or later, which bundles the fixed Tcl/Tk version.  \nUsing Python 3.12 or later, which already includes the fix.  \nhttps://www.python.org/downloads/macos/\n\nFor other Python versions, installing Tcl/Tk 8.6.13+ separately (e.g., via Homebrew) and ensuring Python uses this version.\n\nHere is the issue: https://github.com/python/cpython/issues/110218\n\n------\n\n### ImportError: No module named 'Tkinter'\n\nThis probably happens because the Tk library is not installed.\n\nFor Ubuntu or other distros with Apt:\n\n```\nsudo apt-get install python3-tk\n```\n\nFor Fedora:\n\n```\nsudo dnf install python3-tkinter\n```\n\nFor macOS:\n\n```\nbrew install python-tk\n```\n\nFor Windows:\n\nmake sure to **check in the Python install the optional feature \"tcl/tk and IDLE\"**.  \n\nRefer to: https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyok%2Follama-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchyok%2Follama-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyok%2Follama-gui/lists"}