# Fastfetch changelog > A neofetch-like system information tool, actively maintained and fast. - Vendor: fastfetch-cli - Category: Developer Tools - Official site: https://github.com/fastfetch-cli/fastfetch - Tracked by: What's New (https://whatsnew.fyi/product/fastfetch) - Harvested from: GitHub (fastfetch-cli/fastfetch) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 2.67.0 - Date: 2026-08-06 - Version: 2.67.0 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.67.0 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.67.0 - **changed** — Minimum supported compiler version raised to GCC 13 and Clang 16 to accommodate new C23 syntax - **removed** — Remove general.preRun option due to security concerns - **changed** — Battery {status} placeholder is now an array type instead of a comma-separated string - **removed** — Remove --gen-config-full, --gen-config-force, and --gen-config-full-force flags - **changed** — --gen-config now opens an interactive configuration TUI with fallback to non-interactive mode when $NO_COLOR is set or stdin/stdout is not a TTY - **added** — Add experimental WebUI for generating and editing configs - **added** — Add -w/--watch as a seconds-based alias for --dynamic-interval, defaulting to 1 second - **added** — Add InitSystem detection on Windows reporting the first userland process - **added** — Add CPU and GPU temperature detection support for Apple M5 series chips - **changed** — Report Basic as the Windows theme when DWM is disabled - **changed** — Improve Ghostty terminal font detection performance by parsing Ghostty directly instead of running ghostty +show-config - **added** — Add support for a wider range of TOML config syntaxes used by Alacritty - **fixed** — Fix potential fish version detection error - **fixed** — Fix incorrect resolution reporting when a monitor advertises multiple preferred modes - **fixed** — Fix connected monitors being missed when Wayland output events arrive late - **fixed** — Fix VP9 codec detection on macOS - **fixed** — Correct Base64 encoding on big-endian hosts - **fixed** — Fix invalid URL parsing in the PublicIP module - **fixed** — Correctly report virtual GPUs on Windows - **security** — Add a size limit for network responses to prevent excessive memory usage and mitigate potential attacks - **fixed** — Fix Ubuntu Studio Core detection #### 2.67.0 Changes: * The minimum supported compiler version has been raised to GCC 13 (released on 2023-04-26) and Clang 16 (released on 2023-03-17) to accommodate the new C23 syntax used throughout the codebase. (General) * As a result, building from source in Debian 12 (which only ships GCC 12 by default) is no longer supported. Users must upgrade their compiler or use the prebuilt binaries from the GitHub releases page. * The `general.preRun` option has been removed due to security concerns. (General) * Users who relied on this option to run a command before printing output will need to move that logic to an external wrapper. * The `{status}` placeholder in Battery custom format is now an array type instead of a single comma-separated string. (Battery) * This is a breaking change for users who print `{status}` in Lua scripts. They can use `table.concat(...)` to join the array into a single string if needed. * The `--gen-config-*` flags (`--gen-config-full`, `--gen-config-force`, `--gen-config-full-force`) have been removed and their functions have been merged into `--gen-config`. (Global) * See features below. Features: * `--gen-config` now opens an interactive configuration TUI to make generating config files easier. * It falls back to non-interactive generation when `$NO_COLOR` is set or when stdin/stdout is not a TTY. This behavior can also be used to disable the interactive mode. * Added an experimental [WebUI](https://fastfetch-cli.github.io/fastfetch-config/) ([separate project](https://github.com/fastfetch-cli/fastfetch-config)) for generating and editing configs. * Added `-w`/`--watch` as a seconds-based alias for `--dynamic-interval`, defaulting to 1 second when no value is provided. (#2478, Watch) * Added InitSystem detection on Windows, reporting the first userland process (`smss.exe`). (InitSystem, Windows) * Added CPU and GPU temperature detection support for Apple M5 series chips. (CPU / GPU, macOS) * Reported `Basic` as the Windows theme when DWM is disabled. (Theme, Windows) * Improved Ghostty terminal font detection performance. (#2122, TerminalFont) * It now parses Ghostty directly instead of running `ghostty +show-config`. * Added support for a wider range of TOML config syntaxes used by Alacritty. (#2456, TerminalFont) Bugfixes: * Fixed a potential fish version detection error. (Shell, Linux) * Fixed incorrect resolution reporting when a monitor advertises multiple preferred modes. (#2481, Display, Linux) * Fixed connected monitors being missed when Wayland output events arrive late. (#2451, Display, Linux) * Fixed VP9 codec detection on macOS. (Codec, macOS) * Corrected Base64 encoding on big-endian hosts. (#2470) * Fixed invalid URL parsing in the PublicIP module. (PublicIP) * Correctly reported virtual GPUs on Windows. (#2461, GPU, Windows) * Added a size limit for network responses to prevent excessive memory usage and mitigate potential attacks. (PublicIP / Weather) * Fixed Ubuntu Studio Core detection (OS, Linux) * Relaxed the HTTP response check so that both `HTTP/1.0` and `HTTP/1.1` responses are accepted when fetching data over the network. (PublicIP / Weather) * Various internal cleanups and optimizations: * Fixed multiple memory leaks (Separator, Camera, Codec, Display) * Added integer overflow checks to the string buffer implementation * Various code cleanups and compiler warning fixes Logos: * Removed Hypros, MagpieOS, Furreto, EmperorOS and Magix ---
SHA256SUMs
``` db42628a71aced4550e8f80adebb537f04b66b7b0e8da47e5eee84dd0a2382af fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz ba68add613e9c38ba8a0b757a02d79c5cd54f41c257896a849d1ec4d9d9f9154 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip 3d943487610da5aba293c41261bc0b463b5e19346ef4eaa89be20a8a9312c22d fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg 4edd22f80e77c3ee159465bb15cfa38c7d8d804581 _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.67.0]_ ### 2.66.0 - Date: 2026-07-10 - Version: 2.66.0 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.66.0 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.66.0 - **removed** — CPU package count is no longer reported in the default output - **fixed** — Fixed compatibility with WSL 2.9.3 - **fixed** — Fixed accurate AMD GPU names are not queried in driverSpecific mode - **fixed** — Fixed GPU core counting for Apple Silicon GPU on Asahi Linux - **added** — Added Astra Linux version detection - **changed** — Improved performance of Windows PowerShell version detection - **changed** — Improved performance of Media module on macOS - **added** — Added proxmox backup server detection - **added** — Added Flatcar and Azure Linux logos - **added** — Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, and Qubes_small logos - **changed** — Updated linuxmint_small logo Changes: * CPU package count is no longer reported in the default output. * Users can still print it in custom formats via `{packages}` Bugfixes: * Fixed compatibility with WSL 2.9.3 (#2433, WM, Linux) * Fixed accurate AMD GPU names are not queried in `driverSpecific` mode (GPU, Linux) * Fixed GPU core counting for Apple Silicon GPU on Asahi Linux (GPU, Linux) * Some internal cleanups and optimizations Features: * Added Astra Linux version detection (OS, Linux) * Improved performance of Windows PowerShell version detection (Shell, Windows) * Improved performance of Media module on macOS (Media, macOS) * Added proxmox backup server detection (#2443, OS, Linux) Logos: * Added Flatcar, Azure Linux * Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, Qubes_small * Updated linuxmint_small * Cleaned up distro names ---
SHA256SUMs
``` 7b01746513e60338ece2a79c98b97264bac915891bfdaf2ef37a9db61492800c fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz 92c3c943ebf5b6c750920f10f65f5d3785d5245b8ac33d8a696aef6e41934a19 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip c810aa83c2ba3c2a63d9ad45548edb024816878764dbe61ed570b7825a01c976 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg f65fc40cfb42a1067063b182abe56570ed5b2323d343c4311b069207e038c62c fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz c5e2aca0ae0207cb91b509f2608eec1d03bcb98a0e8b6a08cfbc8a94f4b78eac fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip 12dba77e48480fd614d5b7e63954d10c79fd0f4d8ef786b5e01548a7a997c07a fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz d2c8ad1aa082b067771379870353cd51f4f6f11180bd672e981fb80e7f259745 fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip dca1b8e3fa365ec251af301735bd660d50f65e42d82c05e067de6a0b7954f2ef fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb f86a433bc556dda7c6265f08bb48d249aefa3e4eea289672f9a109c8fea4e259 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 55bb9abe1edc7a4bf19301fa090ac7303287f9a7e1b5ea20f24ab3510fc4619b fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz 7ca427b67697179881e83d817644d9190297b583e7e8ac5c0005491d72b04fcc fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip e809ecce6f409dec4857a527f9406628d168313d9f6d33a87b0c19c0535d78b0 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb 851c72c0289b0f03dc830bf903799fda2aaa1b5560857244d8fa8763e91376bd fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm 262e0585ca0dbfaa9548a5e10fa159064f2e57583f4c0622047b2fab8b89cc86 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz e65261547f2a6482e9deee61119ad2dbecb68c709aa5cd6da75bb1f344026efd fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip 80586734cfdf9567a19bb8499eda133394ccc8f6e848a1f4deea0b2e70e7f919 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb d0804c67d860cd1cba1e5394f8ac5c910013ea850fa41aede67170dd586c3bf9 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm 22bf067d24b72bcb6acb15315429db0b3a2644f061d99950ed895b7da27b32d6 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz e1a92368ba27ce1aaffff8b8bed36b8f2fe1e2611093fe056e64f8a21ec1440c fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip c4aa1de46874524cdc492795d937772281409fa86aea377cae6832d9e70218cb fastfetch-linux-amd64/fastfetch-linux-amd64.deb ab0140c4a0fdb0dd307533906eef2852fee6993b1230c0c479cb05c0433db8bc fastfetch-linux-amd64/fastfetch-linux-amd64.rpm 89aed1a60547f4959300f571d478f2babd430f3e2702dcfc7731c7a623fea524 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz 9639e8716d747addb9af168948b943a388a9ba8b39b710ad73cf715c73845af0 fastfetch-linux-amd64/fastfetch-linux-amd64.zip 2d2bb79206375363647e4200df314391d9dbf7811032c10293fbb34d8a0ae0a3 fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb 0a33d803a13722255857c83243a428c2a710d3f082fa85ddbdfd5b227fc3089f fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm 14953432b217c25a6d9d89ae9135408 _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.66.0]_ ### 2.65.2 - Date: 2026-06-28 - Version: 2.65.2 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.65.2 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.65.2 - **changed** — Memory usage calculations now exclude the ZFS ARC cache on Linux, FreeBSD, NetBSD, and SunOS - **fixed** — The GPU module no longer pings sleeping dedicated GPUs on dual-GPU laptops - **changed** — PCIe link speed detection is now only enabled in driverSpecific mode - **fixed** — Fixed a crash when detecting hardware codec support with the amdgpu driver on Linux - **changed** — Updated CachyOS_small logo and fixed CachyOS logo colors to match the official logo better - **added** — Added Turkish language support Changes: * Memory usage calculations now exclude the ZFS ARC cache on Linux, FreeBSD, NetBSD, and SunOS. (#1995 / #2418, Memory) * This prevents the Memory module from reporting artificially high memory usage on systems with the ZFS kmod enabled. Bugfixes: * The GPU module no longer pings sleeping dedicated GPUs on dual-GPU laptops. (#2419, GPU) * As a result, PCIe link speed detection (introduced in v2.65.0) is now only enabled in `driverSpecific` mode. * Fixed a crash when detecting hardware codec support with the `amdgpu` driver on Linux. (#2419, Codec, Linux) Logos: * Updated CachyOS_small; fixed CachyOS logo colors to match the official logo better * Added Turkish ---
SHA256SUMs
``` 838465d97a27898d265bd50b56784e300c86d9fabd64fdc7fdb67d3fe6102e50 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz 7474b0cc31c5ce69062f740b373feae8e53ed0023b113a72bdbb96840366f4d2 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip 7dccf31e41b56c754ba6842a84b09856e2538ff93b903ded6c168dbf607d8b2e fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg ee6a5b058739264342e67a2f52d74cf09caba4171aa245520cf1faae89a1a776 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz c063585057ffe0eee804244cf4294def6cef592bef10d4311ac35d780f784062 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip f189f0c0456b694b0f2aa2f65d6791707eea452dd6dd14597635fdc18fd442e2 fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz 6d1e5da6d4114ff4e595cd99a6c74693164e73d7306c895de7c18be63ef8ed69 fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip e748f95b54dea4fcc7ea380efc5bdc24bb621e6b8874683d9ce1147a15845e78 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb 96e4de8c3fc3ebb59df67a9ed4a9d5f941fb0fe67cdead0cb5b66a21ac1ece71 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 0fda36d36a45e0b9f78423949662b788ed67781bd6e90a6602798165d9a5df43 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz 391d20eb7b578ad463b23aedddaf8ca0ed95e1484f91ee177df54c2e32cf3870 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip c6448a9c4c09f9f465fdaf0a04b7f80b792f3ea833baa97375cf549e92cca42a fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb ccfd34160f18fd59c00acb69c633e2fdb0a742c5b69f82ba920bf682340c1e09 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm 7485815be2817db722096353c3440967b9b39cdd5500eaf29d3724ca3dc9c1b5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz 68654ca2ab345d7f2909bfccea5c69f74f924f50081c5934ad09b909c4b403a5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip f1162555050eb4abe8d2ac129a3d60da28a4f82d3519cb2d618e5d8c08ccdbf6 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb 480d174abe22a230543c4fe1960f1d96723e5f0b7593b3c3808d8640329c20b9 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm aa7991ee2d36939c71a87cc728a8e50121192c795698e7ee045b763023932066 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz 7323cbfa09be646dcb3e57848b56ca9b9cfa99877b01af070811a9b2b15c7b73 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip 89b2dc201cb38ec89040369e674477f643274db869d498dfdec4c3152042eb14 fastfetch-linux-amd64/fastfetch-linux-amd64.deb 97320a60051ff2d94056bd839fef75652e3bed02483c5ab963f24164bf26cf7e fastfetch-linux-amd64/fastfetch-linux-amd64.rpm d8a477a016fbcf6cf184b1e2a54f38e702aae0d27078f72f5dac54d6d0010739 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz 20e91a86fbea7722004398fdf96bd6f16fcc412db1ea6fc4f4528b0f678f0a90 fastfetch-linux-amd64/fastfetch-linux-amd64.zip ec79ae1ccf087e601e65a21c84463c83f2675716ad1f7667e545dc9a9883bae7 fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb 2c3f2d0aaf5d6637e336cd51d09350ba2adb1143f311f48440ae43b90cff271d fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm a58d07a4573cf6faf8042c4c30b0103207b841e1780cace06da7d6f818476f49 fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz 334599fe772a20fa276c2b099211bf0857563838d50b3ed5f21030ef2c38aaee fastfe _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.65.2]_ ### 2.65.1 - Date: 2026-06-24 - Version: 2.65.1 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.65.1 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.65.1 - **changed** — display.disableLinewrap now defaults to false to allow long lines to wrap instead of being truncated - **changed** — Reorder package manager variables in custom format strings, moving aggregate variables to the end - **changed** — Enable showPeCoreCount by default to better display hybrid-architecture core counts - **changed** — No longer accept chafa options in config files if chafa support was disabled at compile time - **added** — Add detection for CPU code names and manufacturing technologies on x86 processors via {code-name} and {technology} format placeholders - **added** — Add PCIe link speed detection for GPUs on Linux and Windows via {pcie-max-speed} and {pcie-curr-speed} format placeholders - **added** — Add HDR display detection via the wp-color-management-v1 Wayland protocol on Linux - **added** — Add egl-ext detection method using EGL_EXT_device_enumeration for GPU enumeration - **added** — Add terminal version and font detection for kmscon on Linux - **added** — Add macOS 27 code name Golden Gate - **added** — Add WPA version detection on FreeBSD - **added** — Add package manager support for porg and install-release on Linux - **added** — Add Weston version detection on Linux - **changed** — Improve core type fetching mechanism on Windows by using EfficiencyClass instead of legacy frequency inference - **changed** — Improve display detection compatibility with KDE 6.7 on Linux - **changed** — Improve display serial number detection to prefer alphanumeric serial numbers via {serial} format placeholder - **changed** — Improve performance of emerge package manager detection on Linux - **changed** — Improve error messages for config file parsing errors - **changed** — Improve reliability of Codec module on Linux by adding va-x11 backend for VA-API and VDPAU - **fixed** — Fix physical core detection on non-x86 architectures and simplify frequency detection code on Linux - **fixed** — Fix console mode and output code page initialization issues when running fastfetch in Conhost on Windows - **fixed** — Fix public IP detection randomly failing on Linux - **fixed** — Fix several memory leaks - **added** — Add Zerene OS logo 2.65.0 was skipped due to an internal packaging issue. --- Changes: * `display.disableLinewrap` now defaults to `false`. * This allows long lines to wrap instead of being truncated, preventing confusion for new users. * Wrapped lines may overlap with the image logo. Users who prefer the old behavior can set `display.disableLinewrap: true` in their config file or use `--disable-linewrap true` on the command line. * Reorders package manager variables in custom format strings, moving aggregate variables (e.g., `all`, `brew-all`, `flatpak-all`) to the end. (Packages) * This is a breaking change for users relying on numeric placeholders (e.g., `{1}`). Numeric placeholders are a long-deprecated feature; named placeholders (e.g., `{pacman}`) are always preferred and future-proof. * Enables `showPeCoreCount` by default to better display hybrid-architecture core counts. (CPU) * No longer accepts `chafa` options in config files if `chafa` support was disabled at compile time. (Logo) * This may affect users who generated their config files using `fastfetch --gen-full-config`. To resolve this, simply remove the `chafa` section from the config file. Features: * Adds detection for CPU code names (e.g., "Alder Lake", "Zen 4") and manufacturing technologies (e.g., "Intel 7", "TSMC N4") on x86 processors. (#1501, CPU, X86) * These can be used in custom formats via `{code-name}` and `{technology}`. * Adds PCIe link speed detection (current and max generation & lanes) for GPUs on Linux and Windows. * These can be used in custom formats via `{pcie-max-speed}` and `{pcie-curr-speed}`. * Adds HDR display detection via the `wp-color-management-v1` Wayland protocol. (#2356, Display, Linux) * Previously, HDR detection was only supported on KDE Plasma. * Adds the `egl-ext` detection method, which uses `EGL_EXT_device_enumeration` for GPU enumeration. (GPU) * Adds terminal version and font detection for `kmscon`. (#2393, Terminal / TerminalFont, Linux) * Adds the currently-in-beta code name "Golden Gate" for macOS 27. (OS, macOS) * Adds WPA version detection on FreeBSD. (Wifi, FreeBSD) * Adds package manager support for `porg` (#2405) and `install-release` (#2342). (Packages, Linux) * Adds Weston version detection. (WM, Linux) * Improves the core type (P-Core/E-Core) fetching mechanism on Windows by using `EfficiencyClass` instead of legacy frequency inference. (CPU, Windows) * Improves display detection compatibility with KDE 6.7. (Display, Linux) * Improves display serial number detection, now preferring alphanumeric serial numbers when available. (Display) * This can be used in custom formats via `{serial}`. * Improves the performance of `emerge` package manager detection. (#2406, Packages, Linux) * Improves error messages for config file parsing errors. * Improves reliability of the `Codec` module on Linux (Codec, Linux) * Adds `va-x11` backend for VA-API and VDPAU, which is used if `va-drm` backend fails to initialize. * Fixes an issue where the Codec module incorrectly reports no results when the `codec.showType` option is set. Bugfixes: * Fixes physical core detection on non-x86 architectures and simplifies the frequency detection code. (CPU, Linux) * Fixes console mode and output code page initialization issues when running `fastfetch` in `Conhost`. (#2383, Windows) * Fixes public IP detection randomly failing on Linux. (#2401, PublicIP, Linux) * Fixes several memory leaks. Logos: * Adds Zerene OS. (#2404) ---
SHA256SUMs
``` e8470a8d91fc0cd82d417ac3a84a7c43cebe6946288c31a27e37a33fd3d84db1 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz 1162d4ad058de77a9811af451726da60623d56c473694c1c3bb9a6ff712dd0ec fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip 19f09f551b352c068f37e6a34e7e33136c6ec9f2149b7e7ebfb6a426d6fccea7 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg 459fb97a0b7ebf783d02baeda5d40af _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.65.1]_ ### 2.64.2 - Date: 2026-06-05 - Version: 2.64.2 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.2 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.64.2 - **fixed** — Fix image rendering being wiped quickly - **fixed** — Fix ASCII logo being overwritten in --dynamic-interval mode - **changed** — Update OpenWrt logo and add a small variant, with the old one renamed to openwrt_old Bugfixes: * Fixes image rendering being wiped quickly (#2374) * Regression from v2.64.0 * Fixes ASCII logo being overwritten in `--dynamic-interval` mode * Regression from v2.64.0 * Internal fixes Logos: * Updates OpenWrt and adds a small variant (#2376) * The old one is renamed to `openwrt_old` ---
SHA256SUMs
``` 1482a66b3f3998975688bd573047e5a1bfee4bcdf2a8c85264d9e0559fab42f1 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz 28a7ead0d0c92bf3d51046e69569ff7b9cf6a801d70907d1e60af62010552d7e fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip c9f7797a13366f5ccacba8d5f07c27453299a2f5dd0512eee4a9910a508a4148 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg b36ade9d5e3e83e9f26c93a2e06cbe1f1d18f849c59005ebd925f5f7f0dc3afa fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz 1b87056d9c6a662cdccffeb72132ea0766dc0fdd4def9ddb1064f6437bb2ec8a fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip d213b076df62864a3127e2beed1061844adfc913e0452cc458f3f70c004db71c fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz d2831bfe506732d477597c43e786f6743c6c1af4ce4a9d29e35fa690d10392af fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip 271726dbf3cfd4685e869de023ccc09371acbeccf1251b2d524d1386b7facf12 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb 53a27722cfc7641a81f9298e0425d6c7406888c9b22142c21ede9063672e5e44 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 3715f08cf748885ec91730c55ad192009e76314290276e12d93ab7c19b498ce2 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz d09c9b964cf166f4dae63a600f8c9bc67fbdabfadf2bf48f4581c4cca84bf8f3 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip 16aaf8629d13bc67ab3c370181be0034cb3d5a8bcb01ba5fa332c515a3f76926 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb 3a645d763e5c05e40a43f58cec83089a9a24cb8ffdfd5955effed9d3b2287333 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm f69dc4779dc65f48fa0c2d54d45ad7abbe5fcdf9b979c7104018b965400bcca7 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz 42695eaeb8b6117304f7c7d45dede9853a3a1df305615198319a201ba2f3f5e7 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip 1f55aadd3fc6986faf24357b35bf7378367ec3e8598ea7e2bb49150f9cc9017b fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb 2085179f8502afc112c817845cf12c61f07a07f8df899cf2e8c3928c17b450f7 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm 91b95eff5573f4f6482ee9dfa43caabdb9ef2bff5e0289c42f0f03c1d214a269 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz b774ce51b230fdf247304b49b487b52f59e580480fe542208e56a45b2af6aa63 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip af061369d6413677f55f01517b21c029207503e845a4575d3f128b75a425f83f fastfetch-linux-amd64/fastfetch-linux-amd64.deb 20d7a8fc0d1ac89721257cbad8e4e1aed726db65b181fc55138533ee59728845 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm 5dc341ec4853ddeb0c0efa62e033fed57b0a00f7d805ebb6d354241ca244aba5 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz e69e2c5b6a87b3736b24d7be4f2a951967d552a34803597ffd645ba0533aba7f fastfetch-linux-amd64/fastfetch-linux-amd64.zip f06196fc610323acaf46e7d4f30afa619b950b95bba1b818971648651b2ec09f fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb e6dec3e7c59705d7bca8d47c791ab56f512b2dd8e7798474d5acde3682b97e47 fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm b50306e73404f4a2618cf9457e07374bb7f7dc4ef18e38f99cf080c9a438c47c fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz 9f008a11f6426b1f36a2b422ec409a43cf4c5f36e0ca8f94eb847f40886fffdd fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip 2934d3350d312f789b523c8fb49f09b2318b2025f99cd53e4e4942dcbc92df30 fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb 8f5da68f96262231e244fe20f65542538a139c1c9ac41c12ef9c6bb9672529e4 fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm 7c93d65faa71d3cd1358c0291e96bf4605db4e4355e254dede68db6524f2ea5a fastfetch-linux-armv7l/fastfetch-li _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.2]_ ### 2.64.1 - Date: 2026-06-04 - Version: 2.64.1 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.1 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.64.1 - **added** — Add a CMake option `-DPACKAGES_REMOVE_DISABLED` to remove detection code of disabled packages for slightly smaller binary size - **fixed** — Fix compatibility issues with Lua 5.3 - **fixed** — Avoid possible infinite recursion in `encode_json` when encoding deeply nested tables or circular references - **fixed** — Fix compilation issues when building with old macOS SDKs Features: * Adds a CMake option `-DPACKAGES_REMOVE_DISABLED` to remove detection code of disabled packages (`-DPACKAGES_DISABLE_`) for slightly smaller binary size (Packages) Bugfixes: * Fixes compatibility issues with Lua 5.3 * Avoid possible infinite recursion in `encode_json` when encoding deeply nested tables or circular references * Fixes compilation issues when building with old macOS SDKs ---
SHA256SUMs
``` 401f278968621a9acca6de28589997693e460646179982c74895a3737b78f7c6 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz ff3b0c3614fe0ae06062f5469d40462d2affc5de977920e1352aa1ae3d53d400 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip 77278b660f4111e5af2b048d9003d1949b9834ea4b50e47cc97aab94c3e537f0 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg 4562ded7229b441d3dcc7af9237a38300f499a208a21de3f6c9106304cb20530 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz 648d67e77bfbd53e54cf90645c629f7ea4e13dca928b941fe77afd95c28da8c0 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip f6a23f7917f40a96643bb7566ab77cb6763ffc7fa58045ca2f85f7f735d5413f fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz fd8fd8e3023373a1ed717f33248c247f4845e6530bd77054c20ea79fa540b13d fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip 610c35b6822b0cf9d89130b7e49e9b82d2a6180b0a1d52a7c8de37dffc63555e fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb 08cafafe28f1912303ec9e2da07c0af16a605322658f675216cad3c57d45d6c1 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 0cfb349cd330e9933b2e6f88ebd00d99920b904d5e7c47d1441dfe563bfb2826 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz adba47a6cdd144e5a2590691d905f6447015125e3685dd9dba662884f8fd3c9e fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip 63d05a0d7441e6af27a66a4bdb9ff81492def03723afefad5de0f5db0d878e10 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb b566a848fc8370ed76f1b6286ba300718613bf8c1f44f18359c1949173c0cafb fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm aba621eed09f853fd76c7b156e970777d840c56a5450b1a1f0687000406154c6 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz edbfcfa5fb85875a5d6f4861dd6ab5aecf240a6da4b9221004bd42d601d58381 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip 53fdc80d65f0ae82ae25778b9831b107efa8ed26a74fe3b6d5db04b7e1cf6e9e fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb 2df5f9e9b22c288ac431ad3a31560dfd9e98cebb7a178d3dd1c6398184d21e35 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm cfb37df0491981c653f702d5e47f218706685590d23b036278dc1acbfebc33b3 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz aaaf9055cd62d594a2a99530fdf32c02d4a6e799b38ed8fcfe01a847bdb0c778 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip 107b565546827b91fec2a5a3755fe7be55cc0461ab012ae60b4de07e91cf72ff fastfetch-linux-amd64/fastfetch-linux-amd64.deb 2c17d3123a95445d01978c70e52ce35e29131427656bce9b339d0ed8dd29b2b0 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm 65676abe1db55226a9b2923e408c2a0e3d18078ad25807e10df1c43a054edb6c fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz 0e6e387ce808e1b137f871909e860c75d1c2f9f6e56f80293f29e685dcb29cef fastfetch-linux-amd64/fastfetch-linux-amd64.zip 4bb050732ee370fa2d56e09a1e3245b039a92ad8268ecb2ad991afd157fbb9b1 fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb d8dc662eda21e470a7c554b2274427a0e651b287d31b936a4590a21494f58ac0 fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm 62b7db50b3a9e3dde9bf31d1db04fb2476b1265fa3f02b6d9239a5d8eb9e5e80 fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz 4be0be761ba28d41bbc46c3826acf904d1c11b014b1dc0eb27f32ed47b78d28e fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip f116ebe253ed80019487bc49177f5d400088c4256bd0c586f0085178c5a1c02a fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb 42dac193605789c62217d85c4e54cc7ac647ddf20ad965d8a7aa317aeb298c87 fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.1]_ ### 2.64.0 - Date: 2026-06-03 - Version: 2.64.0 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.0 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.64.0 - **added** — Add Codec module support for Windows, macOS, Linux, and Android for hardware-accelerated video codec detection with multiple backends including VA-API, VDPAU, D3D12VA, D3D11VA, VideoToolbox, AMediaCodec, and Vulkan Video - **added** — Add experimental Lua script support for custom formats with versions 5.3 to 5.5, including a json_encode function for debugging - **added** — Add experimental QuickJS script support for custom formats as an alternative to Lua using JavaScript syntax - **added** — Add CMake options to disable modules at compile time with the `-DMODULE_DISABLE_=ON` flag for smaller binary size - **added** — Add ability to remove unneeded ASCII logos by deleting logo files from the logo directory without modifying source code - **added** — Add center string specifier using | character in custom formats, for example {user-name|20} - **added** — Add preliminary Bootmgr, Brightness, and WMTheme detection support for Haiku - **added** — Add Wallpaper and WMTheme detection support for the COSMIC desktop environment on Linux - **added** — Add DDC/CI brightness detection support for FreeBSD with optional ddcciSleep configuration - **added** — Add --logo-padding-bottom option to control padding between the bottom of the logo and the first module - **added** — Add Samsung Exynos 2600 to CPU detection for Android - **added** — Add terminal font detection support for the Muxy terminal on macOS - **added** — Add Quasar, Origami, Origami_small, BerserkArch, and NixOS2 logos - **changed** — Improve string manipulation specifiers in custom formats to be ANSI escape-aware and work correctly with colored output - **changed** — Improve terminal name detection for Nix packages on Linux - **changed** — Improve performance of BusyBox ash version detection and report ash as the pretty name on Linux - **changed** — Rework built-in logo printing logic so ASCII logos and modules are printed line by line to avoid issues - **fixed** — Fix SwayFX version detection on Linux - **fixed** — Fix fallback font detection for Ghostty on macOS - **fixed** — Fix --stat output to correctly align with the right border - **fixed** — Fix boot manager on macOS 26 that was incorrectly reported as iBoot instead of mBoot New **optional build** dependencies: * [`libva`](https://github.com/intel/libva) and [`libvdpau`](https://www.freedesktop.org/wiki/Software/VDPAU) for the new `Codec` module. * [Lua 5.3 to 5.5](https://www.lua.org/) for Lua scripting support, or [QuickJS](https://github.com/quickjs-ng/quickjs) v0.15.0 or newer for JavaScript scripting support. Features: * Adds `Codec` module support for Windows, macOS, Linux, and Android for hardware-accelerated video codec detection (Codec) * Backends used (results may vary depending on the backend due to driver differences): * Linux and BSD: VA-API (default) and VDPAU (fallback for NVIDIA). Fastfetch must be built with `libva` and `libvdpau` support to enable these backends. * Windows: D3D12VA (Windows 11) and D3D11VA+MFT (Windows 10 or older) * macOS: VideoToolbox * Android: AMediaCodec * Common: Vulkan Video (disabled by default; can be enabled with `"useVulkan": true`) * By default, both encoders and decoders are reported. If no codecs are detected for a given type, `None` is reported. This behavior can be configured using the `"showType": "encoder|decoder"` option. * Adds experimental Lua script support for custom formats (Global) * Basic usage (using `Title` as an example): `{ "type": "title", "format": "lua:return string.format('Hello %s@%s', (...).userName, (...).hostName)" }`. The `lua:` prefix indicates a Lua script. A `return` statement is required to pass the final result back to the fastfetch module; otherwise, `nil` is returned implicitly and the entire module output is skipped. * Parameters are passed via variable arguments `(...)`. Users can assign them to named variables for better readability. For example: `lua:local args = ...; string.format('Hello %s@%s', args.userName, args.hostName)`. * The Lua interpreter instance is shared across all modules. This allows users to store and manipulate data across modules. For example: * `{ "type": "shell", "format": "lua:shell = ..." } // Note: no "return" here` * `{ "type": "terminal", "format": "lua:return shell.prettyName .. ' in ' .. (...).prettyName" } // This will print the detected shell and terminal names` * A `json_encode(table, is_pretty)` function has been added to the Lua API for easier debugging. For example, `lua:return json_encode(...)` will print all available variables and their values in JSON format. * Supported Lua versions: Lua 5.3 to 5.5 (Lua 5.1 and LuaJIT are not supported). The Lua version is auto-detected at build time. Once built, users can check the configured Lua version using `fastfetch --list-features`. * Adds experimental QuickJS script support for custom formats as an alternative to Lua (Global) * Basic usage: `{ "type": "title", "format": "qjs:`Hello ${this.userName}@${this.hostName}`" }`. The `qjs:` prefix indicates a JavaScript script. No `return` statement is needed; the final result is simply the evaluated value of the script. * Parameters are passed via the `this` object. Usage is mostly the same as Lua, but using JavaScript syntax. * Requires [quickjs-ng v0.15.0](https://github.com/quickjs-ng/quickjs/releases/tag/v0.15.0) or newer. * Adds CMake options `-DMODULE_DISABLE_=ON` to disable modules at compile time for a smaller binary size * Use `cmake -L . | grep MODULE_DISABLE_` to list all available options. * These options rely on LTO for dead code elimination (`-DCMAKE_BUILD_TYPE=Release` should enable LTO by default). * Adds the ability to remove unneeded ASCII logos without modifying the fastfetch source code, further reducing binary size * Simply remove the corresponding logo file from the logo directory (`src/logo/ascii/[a-z]/*`) and re-run `cmake`. * Improves string manipulation specifiers in custom formats * They are now ANSI escape-aware and work correctly with colored output (e.g., percentages with `num-color`) (#2364). Limitations: _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.0]_ ### 2.63.1 - Date: 2026-05-13 - Version: 2.63.1 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.1 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.63.1 - **fixed** — Fix media length detection for Chrome on Linux - **fixed** — Fix segmentation fault when specifying unsupported modules on command line - **changed** — Disable usage of Netlink for Wi-Fi detection on s390x architectures Bugfixes: * Fixes media length detection for Chrome on Linux (Media, Linux) * Fixes segmentation fault when specifying unsupported modules on command line * Disables usage of Netlink for Wi-Fi detection on s390x architectures (Wifi, Linux) Please refer to [2.63.0](https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.0) for full changes. ---
SHA256SUMs
``` 4c6c598fe07495cb3c3a31cfb896bc3228188ec124f2566ea4a81ab2f787947b fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz d261f54153bef91a13f390a9e377b9c7a827a4e1e894869148d1e77684b8ed83 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip db473fd4b89be949f02364e4c2d3b702038891f2c9e2efeb21b04c2018123190 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg 991bd97b76601c992451300c0195a0764090f9912a59b8a7c3ac4bc0beb9ebd4 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz 3e5eb3a1490137fb1af1f2d3f046c68317059e340af7d8e051b93c6678c596fa fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip 92a6cb7e00ada63c3cd4b322b32259bfa9e1b3175e43a756f2808a3627d077c7 fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz 3e379e7922ea090c611eec78592f96734cca2836cc7cffbd300a0b3807ee0a5f fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip a8fc9a7727d3e24242bac86bc8dc92468c11583ad36eaca98e5e7f677e9896cd fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb 5e1566338eefb405853609f700dbad36ecf5396aeb5e83fd2038ee65b33f195a fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 046772cd4aeef4fa4c0322ca5f2b0810fbed755d03a96f9cc44cc226dd842432 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz ade260362594f67cfeb24e4a18ec194bc33476bd8da7d96c4872b514a015ffc0 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip 9e6f22ac5585383d724fdc4a330e12b3e117152705c26891752234c074c46ed5 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb 9a6088cdd66a2ebf243e6e47505690b9f76d35767899db053465843e01f283d2 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm 2f4fc07751d2cdf3d8cb41ef6598699a1a4da5e7c50a0ea67ea601077a3d6ac1 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz 59ae3a61a800b3d507e8482a4c98590c39ef7972c77ac82ce3768bceb2f50ab1 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip e1537627b8134d30a023d392eab854a229f2fd8b7e8d9dfa0b66c829dd91232a fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb 97072eaa1a6e154e44916359c2caf05c7501d746f364e3cd63a89a023cf9b773 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm d808fbace2615c40ef4ee348a1a11151f43129de9dcb2bbd58e38ba75b100ead fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz 2aa7449b30d498ab589331782c9161aca14f5e6adfdf9930775535515d73e6cf fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip d0239b79c2082f30c0d519ec9af8e80f965b3cb873f4abd99ac4d8db1c48adf3 fastfetch-linux-amd64/fastfetch-linux-amd64.deb 7b0d6b843dec9b47f6442775c026e508572938d3b388084fd20f2d6da05d6937 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm 75dcbcf5dbe51a6c3785767085bda00f5253af46a1292a6444746b33215d4199 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz 4cbd7071e36aa02c7ef76916e82f4c08e90605cae9552be15bb430adc50a41b1 fastfetch-linux-amd64/fastfetch-linux-amd64.zip 101cb181f6ce69a56eaae0d4d8015d4a6fbe9c1bdcae264d283582d19340d8be fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb 1dc8f390c45ae36ae95233f1bc49f694bc4bd8f40080e4b7b3abbf2c1537e402 fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm 642d5cecbec8fb53160b1bd4d4fcfcbf72c225043f4e18eb563307bd3836fce2 fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz 98629f7208bddefe1fe45d69a5fa3f7240763337ebdd54be5be7aebaa05309ff fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip 46c76435b8984daa496262d666b22a28e92ec2f08164235f04c0732e6133e872 fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb 21f6590b7cc451cf9da609ce5f2ad60fb1b256107eab9208d558a6825444cbce fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm e7f90c8ca53c9e7380347092c6214c261ab87f3c7a53ad94ae00c108503b6b2a f _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.1]_ ### 2.63.0 - Date: 2026-05-13 - Version: 2.63.0 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.0 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.63.0 - **added** — Add wallpaper detection support on Haiku - **added** — Add Wi-Fi 6 GHz channel detection and improve protocol reporting on Linux - **added** — Add Ubuntu Kylin and Ubuntu Unity flavor detection - **added** — Add NebiDE support - **added** — Add package counting for cards on NuTyX - **added** — Add support for the Enlightenment desktop environment - **added** — Add support for playback progress detection with current playback position and total media duration - **added** — Add support for global.playerName on Windows for detecting a specified media player - **added** — Add KibaOS, NebiOS, XJ380, openRuyi, and Ximper logos - **changed** — Enable multi-battery detection on Windows by default - **changed** — Improve Deepin version detection using /etc/os-version on Linux - **changed** — Introduce build-only dependency libefl for querying Enlightenment window manager configuration - **fixed** — Improve DisplayServer compatibility on Linux by handling newer kde-output-device-v2 protocol updates - **fixed** — Improve Wi-Fi reliability on Linux by switching to netlink implementation - **fixed** — Improve network interface reliability and default route selection on macOS and Windows - **fixed** — Validate temperature color thresholds as integers when parsing JSON configs - **fixed** — Fix TDE Konsole version detection - **fixed** — Fix GNOME OS built-in logo detection - **removed** — Remove Windows-specific options battery.useSetupApi and global.wmiTimeout Changes: * Introduces a new **build-only** dependency, `libefl`, for querying the Enlightenment window manager configuration: * `libefl-all-dev` on Debian/Ubuntu * `efl-devel` on Fedora * `efl` on Arch Linux * The Windows-specific options `battery.useSetupApi` and `global.wmiTimeout` have been removed. (Windows) Features: * Adds wallpaper detection support on Haiku (#2314, Wallpaper, Haiku) * Adds Wi-Fi 6 GHz channel detection and improves protocol reporting (Wifi, Linux) * Improves Deepin version detection using `/etc/os-version` (#2300, OS, Linux) * Adds Ubuntu Kylin and Ubuntu Unity flavor detection (OS, Linux) * Adds NebiDE support (WMTheme, Linux) * Adds package counting for `cards` on NuTyX (#2287, Packages, Linux) * Adds support for the Enlightenment desktop environment (#2165, WM, Linux) * Adds support for playback progress detection (Media) * The module now prints the current playback position and total media duration when supported by the player. If you prefer the previous behavior, you can set `media.percent.type: ["hide-others"]` to hide the new fields. * Adds support for `global.playerName` for Windows (Media, Windows) * This allows detecting a specified media player while ignoring others. * Multi-battery detection is enabled on Windows by default (Battery, Windows) Bugfixes: * Improves DisplayServer compatibility on Linux by handling newer `kde-output-device-v2` protocol updates (DisplayServer, Linux) * This fixes a long-standing issue where display detection fails with an `interface 'kde_output_device_mode_v2' has no event X` error. * Improves Wi-Fi reliability on Linux by switching to a netlink implementation (Wifi, Linux) * Improves network interface reliability and default route selection on macOS and Windows (Netif, macOS / Windows) * Validates temperature color thresholds as integers when parsing JSON configs (Temps) * Fixes TDE Konsole version detection (#2319, Terminal, Linux) * Various internal cleanups and optimizations Logos: * Adds KibaOS, NebiOS, XJ380, openRuyi, Ximper * Fixes GNOME OS built-in logo detection (#2296) ---
SHA256SUMs
``` 05abdc753195cc475621448dcef1e7df04130523acd353f6cddbfe6c962cc579 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz 6dc45712e6d0ffa6f793642569f8572763da620ca5b3bcfe754fb205138cd669 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip f4c14db4ea4039533be028a8c85f5de50f6263c550845d2a91fdb97b7ad68c0c fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg 626b60ea234390b101929aa7b752efbc3e318b62d14abcea53f807aaee5136ad fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz 1948ef262aede869400312d804eefdfc22d6c88c1a5554f713958902ad5e4d91 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip ece92e1dd187e7d94a2df2f4ff837e6738dc087760df686393a65cf295edaef0 fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz 2769ae371b5f675904b03b611bcb748c0d4ea12987f5120a9bd97021aa735fe1 fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip 56bfe6ae4ee5a00a9eb54002dff854ea0d83bc0bc83a8861fa8b8e6aebba4add fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb 6ddbd3c6138c64d7a9703b3b52da77024f5ff206a15729624f17061d1a5f0335 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 4f70773bc8caf348dd423ade2e06524cef1286ede054d34b8a9f85ce2d297f75 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz 12c0423609f49462c557934fba3a8683499e2d0e84cd3ef900cf2d2fec6013cc fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip ec454e81e11023f83c99d0af70948144240a0c8267a2fc23fdff24e12a8f103b fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb 21f40263f4aa0b9b529a903ee78439a6bf698fa1d01eeddbe2c54d6d48f61dd2 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm 818957774c5703c98c7b0201ed511bc5b1b4bbf127fd25216b731d1433f3d429 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz 313a655b04f81aaab4e568322590f0f1f0e610e17538ef27d168e2fc206723a4 fastfetc _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.0]_ ### 2.62.1 - Date: 2026-04-23 - Version: 2.62.1 - Original notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.62.1 - Permalink: https://whatsnew.fyi/product/fastfetch/releases/2.62.1 - **fixed** — Fix Host module not working on some devices on Linux - **added** — Add EN-OS, LimeOS, Redrose and Uzbek logos Bugfixes: * Fixes Host module not working on some devices (#2279, Host, Linux) * Regression from v2.61.0 Logos: * Adds EN-OS, LimeOS, Redrose and Uzbek ---
SHA256SUMs
``` f8cdbfe09ef95ead0692765e0f456791df7aca28d6c384b52c444d0ddce91d6c fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz 7aab18e5366f84467cdf608c78954d9a6678625b88d4ce078512dbc507bfbdff fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip 0251e692312652c98581a3e2f1b844be011ed3e7342ab371c82f8ca36c438b3e fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg 7717f88447d9ff6ad49e44aa30c21782f06b84b40fa2e1740fd03c0c93ba01b9 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz c16767bff23f6ae1e06886bb417498609cc8bd7c8db5500319aa98a14d65a0ea fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip ee69952a6a822a30ca353e283e7b53fdd3a9eef33f0470a1b7e359d5c727e51f fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz 4bf4dcd2137fe320735ca2dea29aba75920167db3c5072bdd9d1ba6af8a0a6a6 fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip 2a1c015a6c72f6f0cc3aa06049e86b33028978528c7de51c1ba51fa2d1b81d1f fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb 950bfec13e692033613fa4576c46e5292813426a8af7dba9f53a3b9424c12a08 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm 3c3008769aaf4bc22103262fe07364b51532e08b8a5e451d29377ccf37820343 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz 9130a7e7e0e88a7a04f5c2b7cb6b2c26c64491cfcdbd911e6a2ea2385415a546 fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip 1cd10548844fdedf9263c8b8ea47eb46f10fe2b44cb072e9b9c8300009ff0192 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb edf893dffaa2a2840ecf3a12facabc079d95f8808625d0c33400fbfdea00f0b3 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm 92086b8b470ec8962d148363c350c7e0f291b9159b832add2c46f4c08ff4792d fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz c6aec8cc0a9638f92ea8d52b202aed113e1b2563ccae0fe44b8226da9b01a614 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip 3d85cc5761f5a801ba2cd969bca7ed666dc78d08d307cacbdd854a14782b6fd2 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb 4f53203af4e76a1fb4012a0bcbb2358284e88a57bc6a1dca51fe0ee60361b34c fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm b0247e8ade411d80685c510fdd157aadc737aab6bc0df5c704a0f13150856c15 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz 1c1e48125b0f4e6b551ccdfc473c9a663c2e26171c733d9c653b2d1b546d8dc9 fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip 505070e07386f7b3e8e7a6c8b5c6b1d0ad7607580b293ff887dd05718a80f62e fastfetch-linux-amd64/fastfetch-linux-amd64.deb 9bd681a374d53417090870195a267df0a6a764b0fafae6be7d92d7730401178f fastfetch-linux-amd64/fastfetch-linux-amd64.rpm 52619f3d39f03266ec74f9ae9c86893290ec2aa3ea055137f63750a1ce7ea00d fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz d68fd9c5b399bf5ef384a064f838f109bc0c0329cf1cb1b62d8a044601dc4718 fastfetch-linux-amd64/fastfetch-linux-amd64.zip e446850fa018bd23bbd9cbaaa54331caea3a7ee2fe3dac258943be160d9fd9b5 fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb 634b5b5420e727ced9fe38e8d8d9b068b10e22cfde13abbcbcb81a85ca1626d6 fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm c26dba18de4eded1dd81e9a7e2b569a36e8ca3c5a905a4df34303ee2c9ddb11d fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz 67ed087885717133921208d27dba2b5eeb93c00e2beedf523557905b26488230 fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip 8bc346d08d2769bccdaf5be98bebbc4ddf8fed354f9883e3c038e504c4f87cba fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb afe30e235ad1b1a29ebc7e2c956e1f5d5f191d531cee835465264a97a6df0b39 fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm 9ffcc32403aac0c184c67bf89ce4cb213618d1f90d42d67d4b5a111801cea174 fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz 4d6d3973f4f0fef305045dfbba0010f2c3e30c2ff1cb1902aa96496818180e9f fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip 2c5f24785ba8a70d1b74e _[Truncated at 4000 characters — full notes: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.62.1]_