Remember ‘Typhoon’, the stylish desktop weather widget? It’s revived and works in all current Ubuntu and other recent Linux Distributions!
Typhoon is a free open-source application forked from Stormcloud (no long under active development). It displays current weather conditions and weather forecast in next few days on desktop with widget in custom color background.
The app uses the free and open-source Open-Meteo weather API for the weather information.
In the widget header click on the setting gear icon, then you can type the name of your City, choose temperature and speed unit, select a background color, and your desired opacity, finally click on the check mark.
And, it supports running multiple instance of the weather widget on your desktop! Each with different location, different color, unit, or opacity as you set.
Typhoon was born in 2013, which’s not been updated for years. Just few days ago, the developer revived it. And, the source code is available in this Github page.
Besides the features mentioned above, there are new added, including resizing widget through bottom-right arrow and chameleonic background.
The app basically works in my test in GNOME (both Wayland & Xorg), KDE Plasma, XFCE, and other desktops. But the Flatpak package so far has few limitations as it runs in an isolated sandbox environment.
The opacity feature does NOT work on Wayland so far.The new chameleonic background feature so far only works on GNOME based DE on classic Xorg.
How to Install the new Typhoon weather widget
For Ubuntu, the software developer offers an official PPA contains the package for Ubuntu 25.04, Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, and even the old Ubuntu 18.04.
Just press Ctrl+Alt+T
on keyboard to open up a terminal window, then run the commands below one by one to add PPA and install Typhoon:
- Add PPA. Type user password (no asterisk feedback) when it asks and hit Enter.
sudo add-apt-repository ppa:apandada1/typhoon
- Update cache. Required for Linux Mint, unless you added the PPA through ‘Software Sources’ utility.
sudo apt update
- And, finally install the app package:
sudo apt install typhoon
For Arch Linux based systems, Typhoon is also available through AUR.
While other Linux may install it as Flatpak package, which runs in sandbox environment. In case you don’t know how to install Flatpak, first follow the setup guide to enable, then download the package from Github releases page (under Assets), finally run command to install:
flatpak install drag-and-drop-flatpak-package-here
NOTE: first time installing Flatpak package may need a log out and back in to make app icon visible.
Uninstall:
To uninstall Typhoon PPA package, open terminal (Ctrl+Alt+T) and use command:
sudo apt remove typhoon
And, you may remove the PPA by running command:
sudo add-apt-repository --remove ppa:apandada1/typhoon
For the Flatpak package, run the command below to uninstall:
flatpak uninstall --delete-data io.github.archisman_panigrahi.typhoon
You may also remove useless run-times by running flatpak uninstall --unused
.