[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9301":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},9301,"ollama-app","JHubi1\u002Follama-app","JHubi1","A modern and easy-to-use client for Ollama","",null,"Dart",1770,210,20,29,0,1,4,25,61.47,"Apache License 2.0",false,"main",true,[26,27,28,29,30,31,32,33,34],"ai","android","app","linux","llama","localai","ollama","ollama-client","windows","2026-06-12 04:00:43","# Ollama App\n\nA modern and easy-to-use client for Ollama. Have the greatest experience while keeping everything private and in your local network.\n\n| ![banner 1: home screen](assets\u002Fscreenshots\u002Fflutter_24.png) | ![banner 2: model selector](assets\u002Fscreenshots\u002Fflutter_15.png) | ![banner 3: sample message](assets\u002Fscreenshots\u002Fflutter_18.png) | ![banner 4: opened sidebar](assets\u002Fscreenshots\u002Fflutter_26.png) |\n|-|-|-|-|\n\n> [!IMPORTANT]\n> This app does not host a Ollama server on device, but rather connects to one using its api endpoint.\n> You don't know what Ollama is? Learn more at [ollama.com](https:\u002F\u002Follama.com).\n\n## Getting Started\n\nOllama App has a pretty simple and intuitive interface to be as open as possible. Everything just works out of the box, you just have to follow the next steps.\n\n### Installation\n\nYou'll find the latest recommended version of the Ollama App under the [releases tab](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Freleases). Download the correct executable onto your device and install it. If you want to install on a desktop platform, you might also have to follow the steps listed below, under [Ollama App for Desktop](#ollama-app-for-desktop).\n\nAlternatively, you can also download the app from any of the following stores:\n\n[\u003Cimg src=\"assets\u002Fstores\u002FIzzyOnDroid.png\" width=\"215\" \u002F>](https:\u002F\u002Fapt.izzysoft.de\u002Ffdroid\u002Findex\u002Fapk\u002Fcom.freakurl.apps.ollama\u002F)\n\u003C!-- [\u003Cimg src=\"assets\u002Fstores\u002FFDroid.png\" width=\"215\" \u002F>](\u002Fcom.freakurl.apps.ollama\u002F) -->\n\nThat's it, you've successfully installed Ollama App! Now just proceed to [Initial Setup](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Fwiki\u002FGetting-Started#initial-setup) or alternatively [Setup](#setup) below.\n\n### Ollama App for Desktop\n\n> [!WARNING]\n> This is still an experimental feature! Some functions may not work as intended. If you come across any errors, please create a new [issue report](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Fissues\u002Fnew\u002Fchoose).\n\nThere are a few things you might have to keep in mind if you're planning to use the experimental desktop support.\n\n#### Windows\n\nThe Windows version is provided in the form of an installer, you can find it attached on the [latest release](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Freleases). It's not signed, you might have to dismiss the Windows Defender screen by pressing \"View More\" > \"Run Anyway\".\n\nWindows app data is kept at: `C:\\Users\\[user]\\AppData\\Roaming\\JHubi1\\Ollama App`\n\n#### Linux\n\nThe Linux version is provided in the form of a portable executable, you can find it attached on the [latest release](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Freleases). To start it, execute `.\u002Follama` in the extracted folder.\n\nIf a message like `error while loading shared libraries: libgtk-3.so.0: cannot open shared object file` appears when you start the app, run the following commands:\n\n- `sudo apt-get update`\n- `sudo apt-get upgrade`\n- `sudo apt-get install packagekit-gtk3-module`\n\nLinux app data is kept at: `\u002Fhome\u002F[user]\u002F.local\u002Fshare\u002Follama`\n\n### Setup\n\nThe most difficult part is setting up the host. To learn more visit the [wiki guide on how to do so](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Fwiki\u002FGetting-Started#setting-up-the-host). After setting up, you normally don't have to enter it again.\n\nAnd you're done! Just start chatting with your local AI and have fun!\n\n> [!TIP]\n> The new Voice Mode is now avaliable as an experimental feature. Learn more about it in [the documentation](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Fwiki\u002FComponents#voice).\n\n## Documentation\n\nThe documentation for components, settings, functions, etc. has moved to the [Wiki Page](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Fwiki) of this repository. The steps there will be updated with future versions. Still having questions? Feel free to open an issue.\n\n## Translations and Contribution\n\nYou want to help me make this project even better? Great, help is always appresheated.\n\nOllama App is created using [Flutter](https:\u002F\u002Fflutter.dev), a modern and robust frontend framework designed to make a single codebase run on multiple target platforms. The framework itself is based on the [Dart](https:\u002F\u002Fdart.dev) programming language.\n\nRead more in the [Contribution Guide](https:\u002F\u002Fgithub.com\u002FJHubi1\u002Follama-app\u002Fwiki\u002FContributing).\n\n## Star History\n\n![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=JHubi1\u002Follama-app&type=Timeline)\n","Ollama App 是一个现代化且易于使用的 Ollama 客户端。它允许用户通过直观简洁的界面与本地网络中的 Ollama 服务器进行连接，确保数据隐私和安全。该应用使用 Dart 编写，支持 Android、Windows 和 Linux 平台，具备模型选择、消息交互等核心功能。适用于需要在本地环境中运行 AI 模型而不依赖云端服务的场景，如个人研究、开发测试或对隐私有高要求的应用场合。",2,"2026-06-11 03:22:05","top_language"]