Archives For App Review

Looking for an application to play and organize classical music in Linux? Here’s one working in process.

It’s Musicus, a free open-source application written in Rust programming language, and uses GTK4 plus LibAdwaita for modern user interface that’s designed for GNOME Desktop.

Continue Reading…

Looking for a graphical interface to manager Distrobox containers? Here’s modern new GTK4 client DistroShelf in development.

There are many popular containers, such as Docker, Podman, and LXC, allowing to run applications in isolated environments. And, Distrobox is the one that can run any Linux distribution inside terminal.

DistroShelf

Continue Reading…

GNOME 48 introduced “Wellbeing” settings panel, allowing to monitor and limit screen time usage. It also has Break Reminders options that can remind user to take a break in given time interval.

If you like this feature, but running on old GNOME (e.g., Ubuntu 22.04 and Ubuntu 24.04) or other desktop environments, then there’s a good alternative app called SafeEyes that can project your eyes by reminding or forcing to take a break!

Continue Reading…

Want to benchmark or do stress test on your Linux PC or laptop? The all-in-one solution OCCT can now do the job for you!

OCCT, stands for Overclock Checking Tool, is a popular computer hardware stability testing, benchmark, and monitoring tool. It offers pro, enterprise, and command line versions that need to pay for use, as well as a personal use edition with all core functions for free.

Continue Reading…

For Linux, there’s now new “Clipboard Pinner” app called Serigy for GNOME desktop.

It’s NOT a clipboard manager that can save and manage clipboard history. It works by selectively pinning (copy) clipboard content (text, image, URL, etc) into app window, then easily copy back to clipboard when needed with one click.

pinned items in Serigy

Continue Reading…

Want to get refresh of your desktop background with new wallpapers every day? Here’s a new app to do the job for Linux with GNOME Desktop!

It’s Picture of The Day, a GTK4 application written in Rust programming language. With it, you may get wallpaper images from the following sources:

  • NASA Astronomy Picture Of The Day
  • Bing
  • Simon Stålenhag Artwork
  • Wikimedia Picture Of The Day

Continue Reading…

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.

Continue Reading…

Looking for a stateless password manager? There’s now a new LessPass compatible password manager designed for GNOME, though of course works in other Linux desktops.

It’s LPTK, a free open-source application written in Rust and use GTK4 for its user interface. With the app, you can generate and access your passwords, and optionally connect to a compatible LessPass server to read and store password profiles.

Continue Reading…

Looking for a Cheat Engine like application to search and edit memory in Linux Desktop? Here’s a free open-source app work in process!

It’s MemSed (MEMory Search and EDit), an open-source tool written in C programming language. If you have ever used Cheat Engine to scan & edit memory for computer games, you’ll find that MemSed looks familiar, as it’s heavily inspired by the basic Cheat Engine workflow.

Continue Reading…

Looking for a digital pet application for your computer? Here’s one that works natively in Linux Desktop.

It’s Shijima, a cross-platform shimeji simulation, desktop pets app works on any device, including Windows, Linux, macOS, Android, iOS, and Nintendo Wii.

The is free and open-source (licensed under GPLv3+ since v0.0.3) application. The PC/laptop edition uses Qt6 framework for its user interface. And it works on KDE, GNOME (both X11 and Wayland), and other Linux desktop environments.

Shijima-Qt provides portable executable file and AppImage for Linux. No installation is required. Just run to launch the app window, then, import shimeji mascots by drag’n’dropping the zip/rar/7z archive into app window. Finally, click to add your pets onto desktop and play with them!

How to Install Shijima-Qt in Ubuntu & other Linux

The app is available to install in Linux through 2 ways: Flatpak and AppImage. Choose either one that you prefer.

Option 1: AppImage

The Shijima-Qt packages for Linux, Windows, and macOS are available to download in Github releases page via link below:

For Linux, select download either the release-linux-x86_64.zip that works on modern Intel/AMD CPUs, or release-linux-arm64.zip for ARM devices (e.g., Raspberry Pi).

Then, decompress and finally run the “Shijima-Qt.AppImage” from extracted folder to launch the app.

To run it, either right-click and select “Run” (after enabled “Executable as Program”  permissionin its Properties dialog), or right-click on blank area in the folder that contains the executable files, select “Open in Terminal” and finally run command below in pop-up terminal window.

./Shijima-Qt.AppImage

NOTE 1: Ubuntu since 22.04 does NOT support AppImage out-of-the-box, run sudo apt install libfuse2 in terminal (Ctrl+Alt+T) first to enable.

NOTE 2: The first time launching the app will ask to log out and back in to apply extension to make it work.

NOTE 3: Since v0.0.2 it has a default mascot. For more, you may to search (e.g., <character name> shimeji) and download from the web. And, here are some Murder Drones shimeji by @PolarSummit on X.

If you don’t like the AppImage, you may run the shijima-qt file in that folder instead to launch the app. It however requires Qt6 >= 6.7 that’s NOT available in Ubuntu repositories until 25.04.

Even in Ubuntu 25.04 (still in development stage), you need to run command to install the required run-time libraries:

sudo apt install libqt6widgets6 libqt6multimedia6 libqt6core6t64

And, finally run command from that folder to launch the executable file:

QT_QPA_PLATFORM=xcb ./shijima-qt

Option 2: Flatpak package

For choice, Shijima-Qt now is available to install as Flatpak package, which runs in sandbox environment.

Linux Mint 21/22 and Fedora Workstation (with 3rd party repository enabled) can directly search for and install the app from either Software Manager or GNOME Software.

While Debian/Ubuntu users may follow the steps below one by one to install the package:

  • First, press Ctrl+Alt+T to open a terminal window. Then, run command to install Flatpak daemon:
    sudo apt install flatpak

    For other Linux, follow the official guide to enable Flatpak support.

Next, run command to install the Flatpak package:

flatpak install https://dl.flathub.org/repo/appstream/com.pixelomer.ShijimaQt.flatpakref

After install the package, either search for and launch it from start menu or GNOME Overview (log out and back in if app icon is not visible), or run the command below instead to launch from terminal:

flatpak run com.pixelomer.ShijimaQt

Uninstall:

For the AppImage, just delete the file/folder to get rid of it from your system.

To uninstall the Flatpak package, open terminal (Ctrl+Alt+T) and run command:

flatpak uninstall com.pixelomer.ShijimaQt

Also run flatpak uninstall --unused to clear useless runtime libraries.