Neofetch, the popular command-line tool for displaying system information in a visually appealing ASCII format, is no longer being actively developed.

The project’s main developer has archived the GitHub repository, indicating that development has ceased.

This news has prompted the Linux community to explore alternative tools that can fill the void left by Neofetch.

While Neofetch development has ceased, the tool will continue to work and display system information on Linux, BSD, macOS, Windows, and other platforms where it is installed.

sudo apt install neofetch         [On Debian, Ubuntu and Mint]
sudo yum install neofetch         [On RHEL/CentOS/Fedora and Rocky/AlmaLinux]
sudo emerge -a sys-apps/neofetch  [On Gentoo Linux]
sudo apk add neofetch             [On Alpine Linux]
sudo pacman -S neofetch           [On Arch Linux]
sudo zypper install neofetch      [On OpenSUSE]    
sudo pkg install neofetch         [On FreeBSD]

However, as new hardware and software emerge, the accuracy of the information provided by Neofetch may gradually diminish.

Neofetch Linux System Information Tool
Neofetch Linux System Information Tool

Reasons for Neofetch’s Demise

The decline of Neofetch development can be attributed to several factors. First, the project seemed to stall a few years ago, with bug reports piling up, pull requests being ignored, and the developer becoming less responsive.

Additionally, as new hardware and software continue to be released, Neofetch has struggled to keep up, with some users reporting that it no longer accurately displays information about their systems.

Alternatives to Neofetch

Fortunately, there are several alternatives to Neofetch that users can explore.

1. Fastfetch

Fastfetch is a direct fork of Neofetch and is actively maintained, making it a viable replacement. It offers similar functionality to Neofetch, but with the added benefit of being actively developed and updated.

To install Fastfetch on Ubuntu-based distributions, you need to use the following PPA.

sudo add-apt-repository ppa:zhangsongcui3371/fastfetch
sudo apt update
sudo apt install fastfetch

 


  • The Best WordPress Page Builder Plugins for Creating Stunning and Customizable Layouts: If you are seeking to improve the appearance of your WordPress site with visually appealing and customizable layouts, page builder plugins offer a valuable solution. This article aims to delve into the concept of WordPress page builder plugins, outlining the reasons for their utility, and presenting a selection of top-rated options such as Elementor, Beaver Builder, Divi Builder, Visual Composer, and Thrive Architect.
  • A Basic Guide to Designing a Multilingual Website: Whether your goal is to generate significant revenue or to establish a robust international community, it’s crucial to consider several design elements from the outset. These elements will ensure your website is versatile and can be easily adapted to meet various international standards. Creating foreign-language versions of your site involves more than simple translation; proper localization is necessary before your launch, and early planning can significantly simplify this process.
  • 5 Different Types of Shell Commands in Linux: When it comes to gaining absolute control over your Linux system, then nothing comes close to the command line interface (CLI). In order to become a Linux power user, one must understand the different types of shell commands and the appropriate ways of using them from the terminal. In Linux, there are several types of commands, and for a new Linux user, knowing the meaning of different commands enables efficient and precise usage. Therefore, in this article, we shall walk through the various classifications of shell commands in Linux.
  • Bare Metal as a Service: Direct access to physical servers: In the evolving landscape of cloud computing, businesses are continually seeking more robust and customisable solutions to meet their unique needs. One such solution that has gained prominence is Bare Metal as a Service (BMaaS). This model offers direct access to physical servers, providing enhanced performance, security, and flexibility. Let’s delve deeper into what BMaaS is and why it might be the right choice for your organisation.

 

To install Fastfetch on other Linux systems, use the following appropriate command for your specific Linux distribution.

sudo yum install fastfetch         [On RHEL/CentOS/Fedora and Rocky/AlmaLinux]
sudo emerge -a sys-apps/fastfetch  [On Gentoo Linux]
sudo apk add fastfetch             [On Alpine Linux]
sudo pacman -S fastfetch           [On Arch Linux]
sudo zypper install fastfetch      [On OpenSUSE]    
sudo pkg install fastfetch         [On FreeBSD]
Fastfetch - Linux System Information Tool
Fastfetch – Linux System Information Tool

2. screenFetch

screenFetch is another popular alternative that has been around for longer than Neofetch. It provides similar system information display capabilities and is actively maintained.

To install screenFetch on Linux, use the following appropriate command for your specific Linux distribution.

sudo apt install screenfetch         [On Debian, Ubuntu and Mint]
sudo yum install screenfetch         [On RHEL/CentOS/Fedora and Rocky/AlmaLinux]
sudo emerge -a sys-apps/screenfetch  [On Gentoo Linux]
sudo apk add screenfetch             [On Alpine Linux]
sudo pacman -S screenfetch           [On Arch Linux]
sudo zypper install screenfetch      [On OpenSUSE]    
sudo pkg install screenfetch         [On FreeBSD]
Screenfetch Bash Screenshot Information Tool
Screenfetch Bash Screenshot Information Tool

3. macchina

macchina is a more feature-rich alternative that not only displays system information but also provides additional details, such as information about your Git repositories.

To install macchina, download appropriate prebuilt binaries for your system, set the execute permission and run it as shown.

wget https://github.com/Macchina-CLI/macchina/releases/download/v6.1.8/macchina-linux-x86_64
chmod +x macchina-linux-x86_64
./macchina-linux-x86_64
Macchina - System Information Frontend
Macchina – System Information Frontend

These alternatives ensure that users can continue to enjoy the visual appeal and functionality of system information display tools on their Linux systems.

Similar Posts