Ollama applet for COSMIC Desktop
  • Rust 83.4%
  • Fluent 11.4%
  • Just 4%
  • Dockerfile 1.2%
Find a file
Piotr 72559d8fb7
Merge pull request #31 from bittin/main
Add keep-alive string for model memory duration
2026-04-09 17:12:03 +02:00
.devcontainer update devcontainers 2025-10-08 07:33:10 +02:00
.github create funding 2025-01-28 10:13:44 +01:00
data update id 2025-06-19 13:26:31 +02:00
i18n Add keep-alive string for model memory duration 2026-04-09 11:15:48 +02:00
screenshots update screenshots 2025-06-23 18:51:23 +02:00
src fix linting 2025-10-07 09:52:44 +00:00
.gitignore update gitignore 2024-05-27 11:09:38 +02:00
Cargo.lock update deps 2025-10-07 09:52:32 +00:00
Cargo.toml update deps 2025-10-07 09:52:32 +00:00
i18n.toml up 2024-05-19 22:24:49 +02:00
justfile update justfile, add run recipe as default 2025-06-23 18:03:53 +02:00
LICENSE Initial commit 2024-05-19 22:16:49 +02:00
README.md update README install instruction 2025-06-23 18:53:09 +02:00

Ollama applet for COSMIC Desktop


chat settings

Before using this applet, you must have Ollama installed on your system. To do this, run this in your terminal:

curl -fsSL https://ollama.com/install.sh | sh

Source: Ollama Github

After installing Ollama. Pull some models, you would like to use with chat, for example

ollama pull mistral

More models you can find in library: Ollama/Library

Installing this applet

Clone the repository, and use just

If you don't have just installed, it is available in PopOS repository, so you can install it with apt

sudo apt install just

or for Fedora

sudo dnf install just

Now you can clone repo and install applet.

git clone https://github.com/cosmic-utils/cosmic-ext-applet-ollama.git
cd cosmic-ext-applet-ollama

Building

Run just:

just build-release

Installing

sudo just install

Done

From now, you will be able to add applet to your desktop panel/dock and chat with different models in real time :)

Cheers!

Known wgpu issue

There are currently some rendering issues with the wgpu libcosmic features in some (older?) gpus. This doesn't affect Ollama, only the applet. If you are affected by this, you can build and install it with this feature disabled:

just build-no-wgpu
sudo just install