diff --git a/applets.ron b/applets.ron index 7ca816c..700e531 100644 --- a/applets.ron +++ b/applets.ron @@ -156,6 +156,16 @@ Applets( name: "cosmic-ssh-launcher", description: "SSH launcher panel applet — quick access to hosts from ~/.ssh/config", repo: "https://github.com/raph-ael/cosmic-ssh-launcher", + ), + ( + name: "cosmic-speech-to-text", + description: "Speech-to-text panel applet — record voice and type transcribed text. Supports Mistral, OpenAI, and local whisper.cpp", + repo: "https://github.com/raph-ael/cosmic-speech-to-text", + ), + ( + name: "cosmic-keepass", + description: "KeePass password manager panel applet — search, copy, and manage passwords from .kdbx databases", + repo: "https://github.com/raph-ael/cosmic-keepass", ) ] )