Forge Sparks is a free and open source git forges notification application for Linux. Using Forge Sparks app, you can get all git forges notifications in your Linux system. It is released under MIT License. Currently is support Github, Gitea and Forgejo. It is available as a flatpak package file from the remote flathub repository.
How to Install Forge Sparks on Ubuntu
To install Forge Sparks on Ubuntu, you need to install flatpak and flathub on your system first and restart it after the installation. Run below two commands in the terminal (ctrl+alt+t) to install flatpak on your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After the flatpak installation, open the terminal application and run below Forge Sparks flatpak installation command.
flatpak install flathub com.mardojai.ForgeSparks
After that you can open it using below command.
flatpak run com.mardojai.ForgeSparks
You can also uninstall Forge Sparks using below commands.
flatpak uninstall com.mardojai.ForgeSparks
[OR]
sudo flatpak uninstall com.mardojai.ForgeSparks