Flemozi is a free and open source emoji picker application for Linux, Windows and macOS. It supports GIFs, stickers and ASCII emojis. It automatically save the selected emoji to the clipboard and closes the picker. You can configure the app using global shortcut to open it and also start the app during system startup. It is a Flutter app and released under GNU General Public License v3.0
Download Flemozi [Linux, Windows, MacOS]
How to Install Flemozi on Ubuntu Linux
Download Flemozi app in the .AppImage file format from the above download link and save it on your Downloads folder. Now open the terminal application (ctrl+alt+t) and run below commands one by one.
Note: Here “Flemozi-linux-x86_64.AppImage” is the downloaded file name . You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ Flemozi-linux-x86_64.AppImage
./Flemozi-linux-x86_64.AppImage
Install Flemozi via Flatpak:
You can also install Flemozi via flatpak from the remote flathub. In the terminal run below Flemozi flatpak install command.
flatpak install flathub dev.krtirtho.Flemozi
And you can open it using below command.
flatpak run dev.krtirtho.Flemozi
Note: If you don’t have flatpak and flathub on your system, first install it using below commands and restart your system after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall it using below commands.
flatpak uninstall dev.krtirtho.Flemozi
[OR]
sudo flatpak uninstall dev.krtirtho.Flemozi