Package Release Info

fastfetch-2.48.0-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fastfetch
fastfetch-bash-completion
fastfetch-fish-completion
fastfetch-zsh-completion

Change Logs

* Wed Jul 16 2025 RN <R_Nik_C@proton.me>
- Update to 2.48.0:
  Features:
  * Add support for detecting Fedora variants
    (gh#fastfetch-cli/fastfetch#1830)
  - Currently supported variants: CoreOS, Kinoite, Sericea,
    Silverblue
  * Improve performance and security when spawning child processes
    by replacing `fork-exec` with `posix_spawn` (*nix)
  * Trim leading and trailing whitespaces in disk serial numbers
    (PhysicalDisk)
  * Add /etc/profiles/per-user detection for Nix user packages
    (gh#fastfetch-cli/fastfetch#1782)
  * Introduce `years` (whole years as integer), `days-of-year`
    (days since the last anniversary) and `years-fraction` (years
    as fraction, e.g. 1.5 means 1 year and 6 months) formatting
    placeholder to `Disk` (since disk creation), `Users` (since
    user login) and `Uptime` (since system boot) modules
  - For example: `fastfetch -s disk --disk-key 'OS Installation'
  - -disk-format '{years} years {days-of-year} days'`
  * Add --fraction-ndigits option to specify the number of digits
    after the decimal point when displaying ordinary fractional
    values
  - Typically used with `{years-fraction}` above
  - This option does not affect percentage values, sizes, etc,
    which are controlled by individual options.
  Bugfixes:
  * Fix compilation issues when not using
    `-DBINARY_LINK_TYPE=dlopen`
  - Regression from v2.47.0
  - Note: this option was added for debugging purposes only and
    is not recommended for production use
  * Prevent text files from being loaded as image files
    (gh#fastfetch-cli/fastfetch#1843)
  Logos:
  * Add Minimal System
  * Add AxOS
  * Rename Ada to Xray OS
* Tue Jul 08 2025 RN <R_Nik_C@proton.me>
- Update to 2.47.0:
  Features:
  * Improve DietPi OS and Raspberry Pi OS detection
    (gh#fastfetch-cli/fastfetch#1816)
  * Increase `PROC_FILE_BUFFSIZ` to avoid possible short reads
  - Fix potential bugs in `DiskIO`, `NetIO` and `CPUUsage`
    modules
  * Improve accuracy of CPU usage calculations by including
    interrupt and softirq times
  * Ignore init and systemd processes when detecting terminals
  Logos:
  * Improve visibility on white-background terminals for some
    logos by replacing white with the default foreground color
  - According to Wikipedia, the default foreground color is
    implementation-defined. It's usually black for white themes
    and white for dark themes. However, some terminals, notably
    Konsole with the default theme, use a different color,
    which may cause issues with some logos.
  * Add Xubuntu
* Sun Jun 22 2025 RN <R_Nik_C@proton.me>
- Update to 2.46.0:
  Features:
  * Support Rio terminal font detection
    (gh#fastfetch-cli/fastfetch#1789)
  * Improve Raspberry Pi OS for RPI5 detection
    (gh#fastfetch-cli/fastfetch#1773)
  * Support shared VRAM usage detection for AMD GPUs (GPU, Linux)
  * Support GPU info detection for old ATI radeon driver
    (gh#fastfetch-cli/fastfetch#1810)
  Bugfixes:
  * Hide `/boot/firmware` by default (Disk, Linux)
  Logos:
  * Rename Hydra Framework to HydraPwk
    (gh#fastfetch-cli/fastfetch#1812)
  * Add AnushOS (gh#fastfetch-cli/fastfetch#1806)
  * Add HarmonyOS (gh#fastfetch-cli/fastfetch#1804)
  * Add GhostFreak (gh#fastfetch-cli/fastfetch#1801)
  * Add TrueNAS Scale (gh#fastfetch-cli/fastfetch#1795)
  * Add Fedora2_small (gh#fastfetch-cli/fastfetch#1785)
  * Add xenia_old; update colors of xenia
    (gh#fastfetch-cli/fastfetch#1797)
  * Improve colors of bedrock_small
    (gh#fastfetch-cli/fastfetch#1790)
  * Add Kalpa Desktop (gh#fastfetch-cli/fastfetch#1807)
* Fri Jun 06 2025 RN <R_Nik_C@proton.me>
- Update to 2.45.0:
  Features:
  * Recognize additional GPU vendors (GPU, Linux)
  * Support CTWM, FVWM and I3 window manager version detection (WM)
  * Support `"logo": { "type": "command-raw" }` to run a command
    and display its output as logo
    (gh#fastfetch-cli/fastfetch#1780)
  - Useful for displaying custom logos generated by other
    programs such as `pokeget`: `{ "type": "command-raw",
    "source": "pokeget random --hide-name" }`
  - Supported in JSONC config file only. `pokeget random
  - -hide-name | fastfetch --file-raw` - should be used in shell
  * Support --swap-separate to display detailed swap devices on
    separate lines instead of a summary (Swap)
  Bugfixes:
  * Don't ignore sshfs mountpoints
    (gh#fastfetch-cli/fastfetch#1776)
  * Fix dnf package count detection
    (gh#fastfetch-cli/fastfetch#1777)
  Logos:
  * Add Starry Linux (gh#fastfetch-cli/fastfetch#1771)
  * Add rhel_small (gh#fastfetch-cli/fastfetch#1774)
  * Update color palette of voidlinux (gh#fastfetch-cli/fastfetch#1775)
  * Add void2
  * Update Xenia Linux (gh#fastfetch-cli/fastfetch#1783)
* Fri May 23 2025 RN <R_Nik_C@proton.me>
- Update to 2.44.0:
  Features:
  * Add option `--disk-hide-folders` and `--disk-hide-fs` to hide
    specific mountpoints and filesystems in Disk module (Disk)
  - `--disk-hide-folders` defaults to `/efi:/boot:/boot/efi` on
    Linux and *BSD. Previously these EFI-related folders were
    hardcoded to be hidden on Linux.
  Bugfixes:
  * Ignore `/usr/bin/script` when detecting shell and terminal
    (gh#fastfetch-cli/fastfetch#1761)
  * Fix compatibility with KDE Plasma 6.4 which is in beta
    currently (gh#fastfetch-cli/fastfetch#1765)
  Logos:
  * Add Kylin (gh#fastfetch-cli/fastfetch#1760)
  * Add UBLinux (gh#fastfetch-cli/fastfetch#1764)
* Sat May 17 2025 RN <R_Nik_C@proton.me>
- Update to 2.43.0:
  Features:
  * Add option to hide unknown GPUs (GPU)
  * Detect VRAM type of AMD GPUs on Linux (GPU, Linux)
  Bugfixes:
  * Fix disk usage detection on 32-bit Linux
    (gh#fastfetch-cli/fastfetch#1734)
  * Fix duplicated playback status (Media, Linux)
  Logos:
  * new AthenaOS
  * add Hydra Framework
* Tue Apr 29 2025 RN <R_Nik_C@proton.me>
- Update to 2.42.0:
  Changes:
  * Normalize the module name `Bios` to `BIOS`
    (gh#fastfetch-cli/fastfetch#1721)
  - No configuration file changes are required because fastfetch
    parses module names case-insensitively.
  Bugfixes:
  * Disable disk type detection for virtual disks
    (gh#fastfetch-cli/fastfetch#1669)
  * Fix incorrect CPU temperature reporting (CPU, OpenBSD)
  * Fix setting logo.chafa.symbols in JSON configuration
    (gh#fastfetch-cli/fastfetch#1709)
  * Fix non-normalized time display
    (gh#fastfetch-cli/fastfetch#1720)
  * Miscellaneous minor fixes
  Features:
  * Add CPU temperature detection support (CPU, SunOS)
  * Improve CPU frequency detection (CPU, NetBSD)
  * Add Wi-Fi detection support (Wifi, NetBSD)
  * Add Webcam detection support (Camera, OpenBSD)
  - Requires root privileges
  Logos:
  * Remove GoralixOS logo (gh#fastfetch-cli/fastfetch#1699)
  * Add Aurora logo (gh#fastfetch-cli/fastfetch#1700)
  * Add Codex Linux logo (gh#fastfetch-cli/fastfetch#1701)
* Wed Apr 16 2025 RN <R_Nik_C@proton.me>
- update to 2.41.0
  Changes:
  * Due to the deprecation, Linux x86_64 binaries are now built
    with Ubuntu 22.04 (Glibc 2.35, Debian 12)
  - You can always build fastfetch yourself on your own. Please
    don't report bugs related to this change.
  Bugfixes:
  * Don't detect disk type for virtual disks
    (gh#fastfetch-cli/fastfetch#1669)
  Features:
  * Support physical core count detection on non-x86 platforms
    (CPU, Linux / FreeBSD)
  * Support CPU frequency detection on PPC64 (CPU, FreeBSD)
  * Support soar packages count detection (Packages, Linux)
  * Support `~` path expanding on Windows (Logo, Windows)
  * Support retrieving full user name (Title)
  - Exposed with `--title-format '{full-user-name}'`
  * Improve CPU (thermal zone) temperature detection on Windows
    (CPU, Windows)
  - Administrator privileges are no longer needed
  * Support base Wifi info detection on OpenBSD (Wifi, OpenBSD)
  - To be tested
  * Support GPU temperature detection for Intel dGPU on Linux
    (GPU, Linux)
  - To be tested
  * Add new ARM CPU part numbers (CPU, Linux)
  * Add base implementation of Bluetooth device detection
    (gh#fastfetch-cli/fastfetch#1690)
  * Some small improvements
  Logo:
  * Add anduinos
  * Add 2 more Alpine logos
* Sat Apr 12 2025 RN <R_Nik_C@proton.me>
- update to 2.40.4
  Bugfixes:
  * Fix loading presets config on Windows
    (gh#fastfetch-cli/fastfetch#1682)
  - Regression of v2.40.0
  * Remove the prefix `v` of Hyprland version on Arch Linux (WM,
    Linux)
- update to 2.40.3
  Bugfixes:
  * Fix loading example configs from presets directory
    (gh#fastfetch-cli/fastfetch#1672)
  - Regression of v2.40.2
  * Mark kitty image protocol support for warp terminal on macOS
    too (Logo)
* Fri Apr 04 2025 RN <R_Nik_C@proton.me>
- update to 2.40.2
  Changes:
  * Since v2.40.0, we've been loading config files from the
    directory where the fastfetch binary is located. However,
    this approach may lead to loading unexpected files. For
    example, `fastfetch -c groups` would attempt to load
    `/usr/bin/groups`. Therefore, we now enforce the .jsonc
    extension when loading config files.
  Features:
  * Mark kitty image protocol support for warp terminal (Logo)
  * Documentation improvements
- update to 2.40.1
  Bugfixes:
  * Fix compiling error on old intel platform (TPM, macOS)
  * Fix --file-raw - no longer working
    (gh#fastfetch-cli/fastfetch#1659)
Version: 2.0.5-bp156.1.6
* Mon Sep 18 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.0.5:
  * Bugfixes:
  - Fix segfault when using libxrandr (#544, Display, Linux)
  - Don't print 0px (#544, Cursor)
  * Features:
  - Add option --disk-use-available (#543)
  - Add option --disk-show-readonly
- Removed config.conf to fix build
* Tue Aug 22 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 2.0.1:
  * Changes:
  - Unescape strings only when parsing .conf files
  - Previously: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \: *.
    Note the backslashs are unescaped twice (once by shell and once by fastfetch).
  - Now: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \\: *
  - Remove option shortcut -c (alias of --color), which is more commonly used as alias of --config
  - Rename --recache to --logo-recache (which is used for regenerate image logo cache). Remove option shortcut -r (alias of --recache).
  - Detecting brightness of external displays with DDC/CI is no longer guarded behind --allow-slow-operations (Brightness)
  * Features:
  - Add --key-width for aligning the left edge of values, supported both for global --key-width and specific module --module-key-width
  - Add --bar-char-elapsed, --bar-char-total, --bar-width and --bar-border options
  - Add CMake option ENABLE_SYSTEM_YYJSON, which allow building fastfetch with system-provided yyjson (for package managers)
  - Add new module Version, which prints fastfetch version (like fastfetch --version)
  * Bugfixes:
  - Fix label detection. Use --disk-key 'Disk ({2})' to display it (Disk, Linux)
  - Fix some module options were not inited
  - Fix terminal version and font detection on NixOS (Terminal, Linux)
* Fri Jul 21 2023 Dirk Müller <dmueller@suse.com>
- update to 1.12.2:
  * Support terminator terminal version detection (Linux,
    Terminal)
  * Support `pkgtool` package manager detection (Linux, Packages)
  * Support `Far` shell version detection (Windows, Shell)
  * Fix ConEmu terminal detection in some special cases (Windows,
    Terminal, #488)
  * Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS,
    Host, #490)
  * Support KDE / LXQT / MATE / Cinnamon wallpaper detection
    (Wallpaper, Linux)
  * Support QTerminal version & terminal font detection
  * Support MATE Terminal version & terminal font detection
  * Set `--pipe true` automatically if stdout is not a tty
  * Detect new macs released on WWDC 2023 (macOS, Host)
  * Count cached memory as free memory (FreeBSD, Memory)
  * Support sound detection (FreeBSD, Sound)
  * Fix `--logo-padding-left` doesn't work when `--logo-padding-
    top` is set (Logo)
  * Fix KDE version detection on Fedora (DE)
  * Include limits.h when needed (Linux, #472)
  * Fix Windows drives detection in WSL (Linux, Disk)
  * Fix crash on newer wayland desktops (Linux, Display, #477)
* Mon Jun 12 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.11.3:
  Features:
  * Support display name, type, rotation detection on Wayland (Linux, Display)
  * Print more useful display name instead of intel_backlight (Linux, Brightness)
  * Icons module supports Windows (Windows, Icons)
  * Add Wallpaper module which shows the current wallpaper image path
  * Add mac address detection --localip-show-mac (LocalIP, #451)
  Bugfixes:
  * Fix Gnome version detection on Fedora (DE)
  * Fix Windows drives detection in WSL (Disk)
  * Fix a segfault bug, regression of 1.11.1
  Changes:
  * In order to make Icons module consistant between different platforms,
  - -icons-format no longer supports individual GTK / QT icon params.
  * --theme-format no longer supports individual GTK / plasma theme params.
  * --local-ip-* and --public-ip-* have been changed to --localip-* and --publicip-*
  * --localip-compact-type is no longer supported. Fastfetch now display IPs as
  - -localip-compat-type multiline by default, with --local-compact true can be set as an alias of --localip-compact-type oneline
  * --localip-v6first is no longer supported.
* Wed May 17 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Move configuration files based on openSUSE distribution.
* Wed May 17 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.11.0:
  * Support linuxbrew
  * Support foot terminal
  * Support cursor size detection on Windows
  * Support cursor detection on macOS
  * Support display name, display type and decimal refresh rate detection
  * Support --display-compact-type to display multiple resolutions in one line
  * Support flatpak-user
  * Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations
  * Fix date time format
  * Fix compiling with musl
  * Don't exit if libpci is failed to init
  * Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows
  * Small update for nobara logo
* Sat Mar 04 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.10.3:
  * Fix uninitialized variables (GPU, Windows)
  * Fix compiling errors (Windows)
  * Improve performance (WmTheme amd Font, Windows and macOS)
  * Enable nonblocking public-ip / weather detection (Android)
Version: 1.9.1-bp155.1.5
* Thu Feb 02 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.9.1:
  * Fix builds on s390x (@jonathanspw, #402)
  * Fix zero refresh rate on some monitors (macOS)
  * Fix default formatting of Wifi module
* Mon Jan 23 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 1.9.0
  * fastfetch no longer creates a sample config file silently. Use --gen-config to generate one.
  * fastfetch now search for user config file in the order of fastfetch --list-config-paths
  * Unknown disks are hidden by default.
  * Resolution module is renamed to Display.
  * new options: --logo-padding-top, --list-config-paths, --list-data-paths, --gpu-hide-integrated, --gpu-hide-discrete
  * Raw image file as logo support
  * Add Brightness, Wifi module support
  * Disk name support for Linux
  * Fix rpm package count detection
  * Fix cpu temp detection
* Wed Jan 18 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.8.2. Changes since then to this version:
  * 1.8.2:
  - Fix memleaks Users module (Windows)
  - Fix shell detection when installed with scoop (Windows)
  - Don't use libcJSON as wlanapi's dll name (Windows)
  - Align artifact names to other platforms (Windows)
  * 1.8.1:
  - Bios / Board / Chassis modules are splitted against Host module for performance reasons
  - Caching is removed. Option --nocache is removed accordingly
  - Windows (7 and newer) is officially and fully supported
  - FreeBSD support is improved greatly (Bios, Cpu Temp, Cpu Usage, Disk, Host, Processes, Swap, Terminal / Shell, Uptime)
  - Adds a new flag --stat, which prints time usage for individual modules
  - Adds Wifi module which supports Windows and macOS
  - Adds data source option for logo printing
  - Detects Homebrew Cellar and Cask seperately
  - Detects WSL version
  - Detects disk based on mount point
  - Exposes more chafa configs
  - Improves performance for Cpu Usage, Public IP, Weather modules
  - Improves performance for Kitty image protocol when both image width / height specified
  - Improves performance for large file loading
  - Improves performance for macOS WM and Host detection
  - Improves shell and terminal detection on macOS
  - Supports Deepin Terminal terminal font
  - Supports GPU detection on Android
  - Supports Kitty Terminal terminal font
  - Supports bar output for percentage values
  - Supports Bios module on macOS
  - Supports eopkg package manager detection
  - Supports iTerm image logo protocol
  - Supports image logo printing on macOS
  - Supports tcsh version detection
  - Vulkan module on macOS no longer requires vulkan-loader to work
  - Fixes disk size detection on 32bit Linux (#337)
  - Fixes cpu freq detection in WSL
  - Fixes internal bug of FFstrbuf
  - Fixes some memory leaks
  - Fixes segfault if 0 is given as argument index
  - Lots of code refactors
  - Added new logos:
  * Alpine
  * CRUX
  * EndeavourOS
  * Enso
  * Garuda small
  * Nobara
  * OpenMandriva
  * Parabola GNU/Linux-libre
  * Rocky
  * Rosa
  * Solus
  * Univalent
  * Vanilla OS
* Wed Dec 07 2022 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec for fastfetch 1.7.5