Typhoon
Typhoon is a stylish weather app for GNU/Linux and Windows
Latest Release on GitHub
Ubuntu 22.04+: Open a terminal and add the official PPA to install Typhoon
sudo add-apt-repository ppa:apandada1/typhoon
sudo apt update
sudo apt install typhoon
Alternatively, download the latest .deb installer from GitHub Releases.Ubuntu 20.04: Use the .deb package.
-
Arch Linux: Install from the AUR using your favorite AUR helper:
yay -S typhoon - Debian: Download the latest .deb file from GitHub releases.
- Chrome OS: Use Flatpak.
-
Other Distributions: Either use the Flatpak, or download the source code from GitHub and build it manually:
git clone https://github.com/archisman-panigrahi/typhoon.git cd typhoon meson setup builddir --prefix=/usr sudo ninja -C builddir install
Windows Installation
Download the latest .exe installer from GitHub Releases.
SmartScreen Warning
When you run the installer, Windows SmartScreen may display a warning because the application is not from a verified publisher. This is normal for unsigned applications. To proceed:
- Click "More info" on the warning dialog
- Click the "Run anyway" button that appears
Alternatively, you can add the installer to your Windows Defender exclusions to suppress the warning entirely.