Tempest
A weather applet for the COSMIC desktop. It lives in the panel and tells you what the sky is doing.
Current conditions, an hourly forecast, a seven-day forecast, a 24-hour meteogram, weather alerts, and air quality — in the panel and a tabbed popup. Location resolves by IP, city search, or manual coordinates, and you can bookmark up to eight and switch from the popup header.
The data comes from public APIs through weathervane, the library the weather logic was pulled into back in 2.6.0. Open-Meteo by default. In Japan the current temperature comes from JMA's AMeDAS ground stations, because the blended model runs cold in East Asia. Alerts come from NWS, ECCC, MeteoAlarm, and BOM. No account, no API key.
It's self-distributed — on the AUR, from my own Flatpak remote, and from my own APT and RPM repos. It's not in the COSMIC Store.
# Arch (AUR)
paru -S cosmic-ext-applet-tempest
# Flatpak (self-hosted remote)
flatpak remote-add --if-not-exists jcrenshaw https://dl.jcrenshaw.dev/jcrenshaw.flatpakrepo
flatpak install jcrenshaw com.vintagetechie.CosmicExtAppletTempest
# Debian / Ubuntu (APT)
curl -fsSL https://pkg.jcrenshaw.dev/vintagetechie.asc | sudo gpg --dearmor -o /usr/share/keyrings/vintagetechie.gpg
echo "deb [signed-by=/usr/share/keyrings/vintagetechie.gpg] https://pkg.jcrenshaw.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/vintagetechie.list
sudo apt update && sudo apt install cosmic-ext-applet-tempest
# Fedora (DNF)
sudo curl -fsSL -o /etc/yum.repos.d/vintagetechie.repo https://pkg.jcrenshaw.dev/rpm/vintagetechie.repo
sudo dnf install cosmic-ext-applet-tempest links
- source
- gitlab.com/vintagetechie
- releases
- all versions
- data engine
- weathervane