Skip to content

Releases: fastfetch-cli/fastfetch

2.52.0

05 Sep 05:21
de18a07
Compare
Choose a tag to compare

This release added guidance for transitioning to JSON config when module-specific CLI flags are found. It should have been added in v2.50 but people are complaining about it. Late is still better than never.

$ fastfetch --weather-location 'your location'
Error: Unsupported module option: --weather-location
       Support of module options has been removed. Please add the flag to the JSON config instead.
       Example (demonstration only): `{ "modules": [ { "type": "weather", "location": "your location" } ] }`
       See <https://github.com/fastfetch-cli/fastfetch/wiki/Configuration> for more information.

Worth noting that the recommendation is not always correct. For example

$ fastfetch --colors-block-range-start 0
Error: Unsupported module option: --colors-block-range-start
       Support of module options has been removed. Please add the flag to the JSON config instead.
       Example (demonstration only): `{ "modules": [ { "type": "colors", "blockRangeStart": "0" } ] }` # wrong, should be "block": { "range": [0] }
       See <https://github.com/fastfetch-cli/fastfetch/wiki/Configuration> for more information.

Fastfetch has no idea about what the flag is, it simply converts the flag to camelCase.


Changes:

  • New optional build dependencies on Android
    • main: chafa dbus glib imagemagick libelf libxcb libxrandr pulseaudio zlib
    • x11: dconf (Optional)
  • Dependency on libxfconf is removed. XFCE related detection now uses libdbus instead (Linux)
  • The default format of Display module is updated to {width}x{height} @ {scale-factor}x in {inch}", {refresh-rate} Hz
    • Replaced scaled resolution with scale factor for shorter text and avoiding potential confusion.

Bugfixes:

  • Fixes linking on 32-bit Android (#1939)
  • Skips network interfaces without IPs unless MAC address is requested (#1949, LocalIP)
  • Fixes unexpected padding when setting logo.width with chafa logos (#1947, Logo)
    • Regression from v2.51.0
  • Improves Wallpaper detection on XFCE4 (Wallpaper, Linux)
  • Ignores process Relay(xxx) when detecting terminal on WSL2 (Terminal, Linux)

Features:

  • Enables X11-related info (i.e., WM/DE) detection on Android (Global, Android)
    • This requires many dependencies. See above.
  • Adds scale factors detection for X11 (Display, Linux)
    • X11 doesn't natively report scale factor as Wayland does. Instead, Fastfetch tries to detect Xft.dpi (DPI used by X FreeType for scaling fonts), which is usually set by the WM when DPI scaling is enabled.
    • It's not always accurate. For example, XFCE4 has a separate config for text scaling, which is unaffected by the global DPI scaling setting.
  • Adds display.fraction.trailingZeros: [always|never] option for fraction formatting
    • The default value of display.fraction.ndigits is changed from -1 (unlimited) to 2 for usability.
    • Used for displaying scale factor in Display module mentioned above, alongside other places for printing raw fraction numbers.
  • Adds CPU name detection support for IA64 (CPU, Linux)
  • Support Btrfs allocation profile detection (#1941, Btrfs, Linux)

SHA256SUMs
542e8b2ada85b14aeae43b5d2022e9f0bae4022782e1e51fb456746ed3c0135f  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
d60efc8aad48c84bc3aae8620cc0c5d093fe74c25c78d7215563c71646760e68  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
151e8bf479f09b983bed8550863409b72cf97bd5cbedaf7edb15185512cbe1d0  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
82d5eb80ac9acf6a4bac347820d01f6a002cd0c711b61cfeb78fb92131389c67  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
528d188afb0dac4d20c003fb52d471d4e39557df044934129ef36ac635ca3f25  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
2fa3564fab16e55ce5ecad81cdefecc1b10fe611c9307f28b5230718e4863bdc  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
4e5bfaae44331768149062838b58f4f8a41cdc954d8865c55fb8029067c83334  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
313824c65fd2e6b5b1355f62ff75a73d4d7605df06f20d30843c1ac5616f23fc  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
1de73254b294cd456df47dadbe9d6bba58f667e6a42b05ba63699c85bccd6a92  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
ea3aacceaf15ddf0f34cccfd435b3e939abd4ad68f902fef1a47c4ac2cdbae56  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
898265d479091e85b533624a5f505dd59e5c525548d69f9407ba4a3881cc0bfd  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
bc7d840928c8368e136335fc332757743eeb0846bc814e5af10df5ef74961845  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
20ae67ca3343bec7aa7ae5023d576dfdecee1a4a077e4e54af1d9e16b548932e  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
fbd16c86819c5c01f99d42bc716798271f29ca7433158bfcf77e00567bfa0008  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
a9c592024c1948cd81bf6a504bf6166c1d408efabdabaa8057ad3a7e6d475c7c  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
80e7b1a90679e1e07f97386a46de5b5bc3e8832af58729b19c039c2f8655da6a  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
ceb8c790214c9fb0f0c637bea5c952a07a76eb529762e4c1bbfbd28bf6f3b9f2  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
20977b94dd053cd5dfb08f9f9f945a0566b77e2cada955a9702527215a7de61e  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
7f7dec21bffc6223bb861b1dee13fba790eff6638c4a7560ff7d2fba9beaefe9  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
3d189feeb6a5f3714d10c0c51fcb8c017752a1198b9c08f9abbd566e59165a3b  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
9bf789866f2df063f7922107656c3ddc71a68fdc8bbdcf5eaabc951a987b3a14  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
42dcc9a1ed341643a1b1c40afb251291ca4f232241483b713854038d39b9ef0c  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
ee5e20a67f455c205fd9979231a7a4925e49019f2ff156e4a9437bad198def60  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
144aef239ba4ee08f66c39b4505b8b75b436542b8879c1f00c54dcc70c49e2c9  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
d39ad4276d48bb5919e6082c943508b3a4523fe17483e3be23fb34e1687235cc  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
dc0432360ef49dc192084cc8edf31e8d020c7270709f5ee3cda216c2d75db06e  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
981b3037e53e216f2e4771eaa2c5e08902bb003d80b0b03d63261cdec5f66da2  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
35ee6a79d60ba90ec5b165fb47c710e4263e1e9579b9e1d7199b40c39fa8ea88  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
2fc118b8731203c8a4faab63ae12ad4e0323e0158770fc40100887eb6236bec8  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
1590aad6c0d3a9a9ec93e887c2a3202ac8681a2de8ac9abe208ac86b2ff70005  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
328e4ac464f9954dee4846470bf7b52979b51f97ec978b8118f071bc7c2b9d9e  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
7012fffd3d724162615d46820e88f7d72e8d4bcca6e2e3f67ad13a78550151d5  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
aebd6c5f3b91df4a6d0481a08b77d76de8582b51946702ee602f4b182b979ad2  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
c47c0cd0d68b20ba548c1133d166f8123b671fdd457efe661a3c56681c3ffe0b  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
019322fc33399dfac814675dca314172994be3303405168e6e2c9d2508951fb5  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
64315e4eab69948e8021e487933866a2f8019a7b654b02a474181ddfca4373ae  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
37c7988d60c87c16e6480d471036e8a99a88784b70697f5e28f0fcecc936378b  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
a03dfc24e91c3b17aad1e77a51135b01412c4da2b880cbf922e42ee28ffc7bc1  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
b7ac19769608616d9fa657511d4b6dac2f0f29b943c17f5ddfe48c14a7b6d347  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
69771122c43d31fd84f5eda3bbd34e8b4207360535fc567e6f90d891f06a3902  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
77626711c3e320da7fe5e0a12d1082b7e0d671aa9d5909aaf8abf15c470d2cb6  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
e6b4210569070fcec90240171b87967d2e35f612fdd3972b2737aec9043a3199  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
f707d3aa91f8ccd2a09d9a9d04fd7faab0a0045621476ad09079b8f118cf40c2  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
59c2e074abd3ffe3bb1d03fb1dc2fe2c01b82258dc5712492e708dee1d4c8fa1  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
2ac6ae831db2ba1bf171e8e562d7ddd2688c1ba32b8f70f3f5381d0df4f9675a  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
6199c4cacc0b411fde7ec6c66d12829459284c6cdfb4bacce7b535190d5cd94c  fastfetch-source/2.52.0.tar.gz
334f70f41dd997eaed506f2cd731077a9e14f2fd4be1b8214cbb7be671180810  fastfetch-source/2.52.0.zip
ffa7432931fcbcc9b6f85f3f18f4e3b9c760b5396c4603669bb8d5bf23cebfdb  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
9430f2b0bde144221d0ed6ad39bffe9e347e39b00e5178a6dac3805dd8ff37a9  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
b72ba065bc6b623746320daabca51ebe7cbefecc5edb2ace25217194e70d3820  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
247001ab006536532985e04ac9faa9125d6e5ca44ff0c5d81abb0512a65e3cff  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
1e9cf92a6740ace5a2e7b9567cf03df859698bc537115edd588585a6fc737aea  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
65660bf922cd34a3ec56393530331d5f93f830a668623bcc7dcbc8334abf33a2  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
8d73e1f7bc26c0252a69811950758f453fc2df58ffa8073fc0b4f964acb1e6b78712f1ea5f711a8ec5fefd08388b6f74c4fd83ae2885bf9f93bcb912ee6c3e7c  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
c866d27e912f73a59dacdd6092c92614b96bf5db46b15723f56e2e93ca514bd90a445a7c350d34de4e220ee1dc0d354466577835f5affef6b39ad388f0ddfe05  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
88a5f608bb1554201091423c38ff5f297b472fa286acf5ee72d833296d553a0c79e54dd4428af4...
Read more

2.51.1

29 Aug 06:26
1242fda
Compare
Choose a tag to compare

This is a hotfix release for Homebrew with no functional changes from v2.51.0.


2.51.0

Changes:

  • Fastfetch now requires yyjson 0.12 to build when using -DENABLE_SYSTEM_YYJSON=ON.
  • The Disk module no longer shows hyperlink mountpoints by default, which cause issues on some real consoles (Disk)
    • Instead, the custom key for the Disk module now supports {mountpoint-link} and {name-link} to show hyperlinks for mountpoints and names. For example, { "type": "disk", "key": "Disk ({mountpoint-link})" } can be used to restore the old behavior.
  • logo.width and logo.height are no longer ignored for built-in ASCII logos. See Features section for detail.

Features:

  • Adds succeeded module condition to JSONC config. When set to false, the module will only run if the last module failed (#1908)
    • Useful for displaying fallback placeholders when a module fails. For example:
{
    "host",
    // If fastfetch fails to detect host info, display "DIY PC" instead
    {
        "type": "custom",
        "condition": {
            "succeeded": false
        },
        "key": "Host",
        "format": "DIY PC"
    }
}
  • By upgrading to yyjson 0.12, fastfetch now adds JSON5 format support for configuration files (#1907)
    • JSON5 is a superset of JSONC that allows unquoted keys, single quotes, multi-line strings, etc., and is fully compatible with JSONC and strict JSON.
    • To use JSON5, simply name your config file with a .json5 extension. The .jsonc extension is still supported and used as the default extension for better IDE syntax highlighting support.
  • Fastfetch has been ported to GNU/Hurd (#1895)
  • Built-in logos now honor logo.width (#1905)
    • When its value is larger than the actual logo width, the logo will be padded with spaces to the right
  • Adds Trinity DE version detection (#1917, DE, Linux)
  • Adds formatted free and available disk size fields (#1929, Disk)
    • {size-free}: free size of the disk
    • {size-available}: available size of the disk
    • See askubuntu.com for the difference between free and available size
  • Adds x86_64 micro-architecture level detection (#1928, CPU)
    • Useful when installing software that requires or is optimized for specific CPU features. E.g., CachyOS
    • Exposed via {march} in custom format
  • Adds Aarch64 micro-architecture level detection (CPU)
    • Supported on Linux (including Android), macOS and Windows
    • This is not fully accurate because there are many optional features across different levels, and not all levels are detectable.
    • Exposed via {march} in custom format.
  • Adds shepherd detection support (InitSystem, Linux)

Bugfixes:

  • Refines GPU detection logic to correctly handle virtual devices (#1920, GPU, Windows)
  • Fixes possible default route detection failure when the route table is very large (#1919, LocalIP, Linux)
  • Fastfetch now correctly parses hwdata/pci.ids files alongside pciids/pci.ids on FreeBSD when detecting GPU names (#1924, GPU, FreeBSD)
  • Fixes twin WM detection (#1917, WM, Linux)
  • Various fixes for Android support
    • Corrects WM name for Android (WM, Android)
    • Fixes battery temperature detection when running in ADB (Battery, Android)
    • Adds CPU and GPU temperature detection support (CPU, Android)

Logos:

  • Adds AerynOS

SHA256SUMs
19993da9ca17d24c57c567c41a1526f7b1afa416e61074e47ee5f706c659c83c  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
bc07ba77f3c85b22dc7da6f90a7fe972f464ec276c1c7c867e387123a7c8a23e  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
c33b66a976d59c93c23e613f0244a4cfed241f826ae0816fc035c16303b2e559  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
71421e1ba9107f6016bd13dcf8d7e667d316b3da0de16c5f50edba8e365516f5  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
bbc505e36ef7bac1e1744d038e6e9337fb3010920634933a74e90d297174d51f  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
eb49d958c260ec4b09e9ba59793af0b3fd8fdffa65c27dc854cbcb7d91a1fb2c  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
7a42601a29594cd810e49f7389a5432594b4e7affbe18de9d270878af2804bc7  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
c91d05eaf7256753b4b7e0fa473804617bbe89b0e4ea9febb95d526d256cbab0  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
d549468a2da232e39ed541798ec3dba1c97d1f729c9eb7e3ab8eacb32e1b83a4  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
4233a08d7b4dd65614fd0a3dcca4ef5edfa4f0022cc697cb81bbf964fdac84c5  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
2243e885aa796c8edfa5aa70ccff166764e7db4aa88b162a391fcfa3464719fe  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
9fe38521706a963b0f25c1169a8ab2e1d7726fc92e6bb624451171d7b3381b40  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
42719cdb9d469f38f1c861b6b492c1babe2f8e2fdb3898767f2c34540a6ec6af  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
8e674f8fa31a07888cc2914ea1382d604dc0cc753ca2c6a917cae338a954dfc4  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
97da0ab2bec187ce579ec93ccfc7a8a8a565c032dc2b342e01df39a96e1d6c0c  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
6be927c53689fac81a2b37a41958bd803c64b27085d3d973629541f30c7dd769  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
f935cc285d50d10299f70e3eb1b3497d735abcdca40ea97b6853affdd03fbd68  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
25eecb0483ce3fbabf78d3551cf81031ae30a1c77af4fe1c583122dab51725d5  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
acf667afe074ed9c43df8def877aaada5208dd62a13baecdfe3fa167f02a443b  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
a8780917021bf8d45c2055dfb5ec31aa2a4f9dfb5e6019de049746e4ac426f9c  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
a07c1cb9ea2c978687f0c16d9c5504265c97b3ab2857d352b1bc1fea9053fc25  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
db024475ff32e7f0158b1b872e2eb8a1fe41baf97c496b9f37f64758c3fdd20a  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
c0e33e1f62cc8d45c6e1ef876c1a8478626536fed607a90ce578b929ce8a8a7e  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
74e41c2bceddbd967f1b704f8c339628fd988f7fb3060aa3155c69a4b816d6be  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
685782b28258898f55c2068b57390fd9f2f8c1a653663afc8bc9e94205afa2b8  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
987db1140a779e9ccc1c5ff91b0dfdeb49f7e49ae7bf9d2d8420ca3cb26c0df3  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
d56be533839365e4aff62e7c65479c54b436eda323d2723518735751e93797aa  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
e5af79f7ee986be1c3db551b9680197940b7c0fb07b4ca7a107cca9cb14a82ea  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
a4faf1aea1880cd126271a23e1256363c0a6239d6157276a21831eaadb24949d  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
4ceb69079887bca1e79b1b5f9ea8c7c8db35df845a75400d92e063714929ccea  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
9bb93a5b5093ff46405e115800eb85ed0de4254cc2f452f21df6fd2caf4ba5a4  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
5daf5738c4738826c8b8a98a5b7a25b01097c0a2862f3490fcaffb4e11c1e523  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
ac0ce420f31fd00e4de29908e491724c67f7d6179219290dd17ed8f98ec4ed8f  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
cd485fbad5573177bc517475702c170546189c52c54b960237fb9102ec8bf722  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
fc6b4c0bf7ba27f4b9737c4a5c936f0734c099a86f9d0c34a0df8099615df5ca  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
3049940a0021ebcb338c80d4892f7ecbffe73318dd7a3e1791e15afe469a4734  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
3642a2a3516e9fe7a0d6fd4ef0dc525add7c25ed5e36b1d84430795bce18b684  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
d5f63b9428ce1b74096ba93d32eb0e3139b1f7c056bf65513c75b6859a83c5ec  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
d7f1c4e853b9db72d48811017cea332e22d113dc61b44e80536199d826f5c3f3  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
a62f78a7c544c4f0edb23a7b2c31a38a02caa09f54eb28735d85d57045a99775  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
87e0fcf0c49c3434aa84f033b0eb989e4bea2ddea8f3fab1301e3ece17f08483  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
940a6f89abef82e6ccdc3e54b42686d73bddc73d1d1afbc018fc6f4b72e1301b  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
646f1aee9d30802fb790e453e8736e1a2160428ca5e148f77e90561db2cb04e8  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
d65fffc03d3eee1d8c765f66616db51b41575cceb9e721fb2a0b1ce0f6f03498  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
404ff98fbf0c8b680d87d136957c18be29ec3e1caf25fa4e0c2766979153faf5  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
38755082ff0f7123616b98de5f032de76d0cc5837b5204cf5c88ee6c52a77bf6  fastfetch-source/2.51.1.tar.gz
751adc3501b4a9b4a5591caa2690c894c935ea50d27ddc3ddc1b3236a8940827  fastfetch-source/2.51.1.zip
d7284e165afcc2d501d762599e6c424c79edbbe4c41dd707d95954eb060197c7  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
6f1ae880c0aa7a9953980f4e8f0eefc07d4ef9ba6f51bd96fafc6aaaba89abb4  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
09132764e0d3a3e974eda3e43f8be90998d175b1afbfee064464ff93885c72bb  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
80f500b9918eeffb20e3a8c4851cdf46c81008d83f7898d9cb1e86e8ccf028ec  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
fb8142bacc30...
Read more

2.51.0

29 Aug 01:00
16b6aac
Compare
Choose a tag to compare

Changes:

  • Fastfetch now requires yyjson 0.12 to build when using -DENABLE_SYSTEM_YYJSON=ON.
  • The Disk module no longer shows hyperlink mountpoints by default, which cause issues on some real consoles (Disk)
    • Instead, the custom key for the Disk module now supports {mountpoint-link} and {name-link} to show hyperlinks for mountpoints and names. For example, { "type": "disk", "key": "Disk ({mountpoint-link})" } can be used to restore the old behavior.
  • logo.width and logo.height are no longer ignored for built-in ASCII logos. See Features section for detail.

Features:

  • Adds succeeded module condition to JSONC config. When set to false, the module will only run if the last module failed (#1908)
    • Useful for displaying fallback placeholders when a module fails. For example:
{
    "host",
    // If fastfetch fails to detect host info, display "DIY PC" instead
    {
        "type": "custom",
        "condition": {
            "succeeded": false
        },
        "key": "Host",
        "format": "DIY PC"
    }
}
  • By upgrading to yyjson 0.12, fastfetch now adds JSON5 format support for configuration files (#1907)
    • JSON5 is a superset of JSONC that allows unquoted keys, single quotes, multi-line strings, etc., and is fully compatible with JSONC and strict JSON.
    • To use JSON5, simply name your config file with a .json5 extension. The .jsonc extension is still supported and used as the default extension for better IDE syntax highlighting support.
  • Fastfetch has been ported to GNU/Hurd (#1895)
  • Built-in logos now honor logo.width (#1905)
    • When its value is larger than the actual logo width, the logo will be padded with spaces to the right
  • Adds Trinity DE version detection (#1917, DE, Linux)
  • Adds formatted free and available disk size fields (#1929, Disk)
    • {size-free}: free size of the disk
    • {size-available}: available size of the disk
    • See askubuntu.com for the difference between free and available size
  • Adds x86_64 micro-architecture level detection (#1928, CPU)
    • Useful when installing software that requires or is optimized for specific CPU features. E.g., CachyOS
    • Exposed via {march} in custom format
  • Adds Aarch64 micro-architecture level detection (CPU)
    • Supported on Linux (including Android), macOS and Windows
    • This is not fully accurate because there are many optional features across different levels, and not all levels are detectable.
    • Exposed via {march} in custom format.
  • Adds shepherd detection support (InitSystem, Linux)

Bugfixes:

  • Refines GPU detection logic to correctly handle virtual devices (#1920, GPU, Windows)
  • Fixes possible default route detection failure when the route table is very large (#1919, LocalIP, Linux)
  • Fastfetch now correctly parses hwdata/pci.ids files alongside pciids/pci.ids on FreeBSD when detecting GPU names (#1924, GPU, FreeBSD)
  • Fixes twin WM detection (#1917, WM, Linux)
  • Various fixes for Android support
    • Corrects WM name for Android (WM, Android)
    • Fixes battery temperature detection when running in ADB (Battery, Android)
    • Adds CPU and GPU temperature detection support (CPU, Android)

Logos:

  • Adds AerynOS

2.50.2

16 Aug 14:07
4dfba31
Compare
Choose a tag to compare

Since 2.50.0:

Changes:

  • Keys in JSON configuration files are now case-sensitive, as stated in v2.49.0.
    • This is a breaking change, but it should not affect most users as long as your config file passes JSON schema validation.
  • All module config flags have been removed, as stated in v2.49.0.
    • To configure modules via the command line, use: echo '{"modules": [{"type":"custom","format":"Hello Fastfetch!"}]}' | fastfetch -c -.
  • The percent bar config display.bar.* options have been replaced with a more organized, nested object structure.
    • display.bar.charElapsed has been renamed to display.bar.char.elapsed.
    • display.bar.charTotal has been renamed to display.bar.char.total.
    • display.bar.borderLeft has been renamed to display.bar.border.left.
    • display.bar.borderRight has been renamed to display.bar.border.right.
  • The undocumented flag --load-config has been removed.
    • Use --config or -c instead.
  • Flashfetch, a simplified fastfetch variant that used a hardcoded module list with direct function calls to reduce startup overhead, has been changed to a version that aims to match neofetch's behavior as closely as possible, for demonstration purposes.
    • Flashfetch is intended to be built from source (like st). We do not provide prebuilt binaries in distributions.

Features:

  • Added support for reading JSON config from stdin using --config - or -c -.
  • Added display.bar.border.{leftElapsed,rightElapsed} for using the border as part of the bar content. (#1875)
    • display.bar.border: null has been added as a shorthand to disable bar borders.
  • Added display.bar.color.{elapsed,total,border} to customize the color of the elapsed, total, and border sections of the percent bar.
    • display.bar.color: null has been added as a shorthand to disable bar colors.
  • Improved Bedrock Linux detection (#1881, OS / Disk, Linux)
  • Added the command flag --gen-config-full, which generates a JSON config file containing all optional module options.
  • Improved the default IP address display when localip.showAllIPs is not set (LocalIP)
    • For IPv4, the preferred source address (if detected) is shown.
    • For IPv6, the first GUA or ULA that is not deprecated or temporary is shown.
  • Added support for interface speed detection on SunOS (LocalIP, SunOS)
  • Added detection support for Xlibre (#1888, WM, Linux)
  • Improved the accuracy of color detection (Cursor, macOS)
  • Improved the proformance of Nix package manager detection on macOS by porting optimizations form Linux port (#1893, Packages, macOS)

Bugfixes:

  • Fixed custom object inheriting a key from the previous custom object if the key is blank (#1477)
  • Fixed a possible segfault when parsing color strings in the JSON config (#1878)
  • Fixed GPU driver detection when DRM is used (GPU, FreeBSD)
  • Fixed default route detection on DragonFly BSD (LocalIP, DFBSD)
  • Fixed lliurex detection (#1882, OS, Linux)
  • Fixed compatibility with -ffast-math (#1894)
  • Fixed physical GPU sometimes being ignored (#1896, GPU, Windows)
  • Fixes linglong package detection V2 (#1903, Packages, Linux)

Logos:

  • Added ObsidianOS (#1890)

SHA256SUMs
db20092b38c8d1aaf11f5a077ee9a77e0108a2387156a47a8bfba9fd6bed678a  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
3e23f4d211cefb51abfc41a7c168db5c3da821499217692d06a19bd440ce7647  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
dbaee2e505896ce7c35a488350470db01b3f0d2eeba413db106d53e77fd309e0  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
f0743a220320f956f8f5b9bb9c59fcb8ef8adc3ddc3b18624ef55d6ab82ab160  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
463b41d2bb76e1a6b1c8914e4f3f6eb6d535b2273a866d49ef7eae7dfb4c41f5  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
01b8226211f6db3fd2a2ac3971d289963ea80e9f694df360b62b58ac3b27ec3d  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
d48a47afb34a696cee474234c68068701c8d37e2599d62b237346e76a7cdc244  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
944b68b8d95526d9663800c9a201091d6226df7c7294d18ea7d7fd7250e66ab4  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
7cc7747c99a00357abbf9ebc71180e9d354a0a7682e724c20065c2953fde64c8  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
49a98e8ac74d6d893b4c0ba3d982e75432c7e9bc34795cdfd85a3f718fdfb668  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
e892ba5172c83b5b6c3b4723eb114bc287b7b62d12e0e02b2e8d7c99d65c7dfd  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
56c26771cb58c510af852c0dd35b4348c16d2c0cbf5466f58c597e39a40518f1  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
c1e3d792408f52bb8a786e81975db1f7dea41cd46dd5b97db47a07b9e125b874  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
d6344aadb32ddd3e0508fa44dc9d4c1ad172c2e857689a207ac86e71e2263f96  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
68fb360d872d88e80b5187cd8a9d962da8c283ab9fb065836875d645a720f34c  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
d84cdefe6c6cf7b1d44db516841bde5407a9f7232b94fd63cb948c36babc10aa  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
640454c1a8b50750c81e4dcd177271aa5788ae81dab987c42fba66c65c55ab85  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
9100f2244c670bd64d2255c3dee4a921680ec514003b75f954c8a722a5cbfc62  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
e6be2badee7c91860261304aec5a429e178ff05337ab476c93f5926c5e62b974  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
eace557f8201d6adaac7c720417c8298ad5557e62e4f979717baf22575b1beae  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
70f9ffb97761efef7fb3cccabe1cc5c60a3bef475fdd73c3c9ded9e18c2e47ad  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
f28747aebffd32d1b4e97c8ec8858c5ce6ff07fc93f04d6aa3f13a0eecb8de84  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
1ce879420b98d9467c8f627b4fe4ff19b131da28bf4b9fe327bfcada0f85b1b7  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
753cf7fd6f021d52ae44a8d97a8f8b856848d696a0cbde5339be15a5aa7c6801  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
78bf8cdb1b4a6541fdb318e7208eb5468f39a1337c719f25a1201f8b77105bcb  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
b9f1ca27202b5c22067fa76c98b553fa3668c9f1cebed6220d208281597f3637  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
e873f3fc8eea81db0ba2fa6b2c5deb3729b7ca5064a38fb54cfc064aa2f7b77a  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
5330392d55efb62f267ebbfef0684ee00ee4a3d3f5249e9c4de1feb929678965  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
4bdd84b87e969131f8ed2d9ce93e077585f2c8e08a692fd228a7080f3dac408c  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
f8ffbd75857c38befd44aadcfa828988f9736ac1794e7340d5b83222ec9a8a99  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
24de317747740b8f4aec0e77e56a133566d0489cc0e64951729ab2d8b241491a  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
e75e61d0ad4d320691796284f9b9569739c4243b4f2e5f7eec520f4049188490  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
65d69ad8dfde2bfc366b0fe9c8adea8edf8ce7ad85f315f8064202c2dcebe0e4  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
72160fe141f5a4a1bf6a49e0ffa29bdffc49e7489370f1e14e67467eb6e6ed90  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
64509a813a04cdf7a65d393f52ec6072acabf86fdbe45aadce004a2699a15774  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
318a13f5a0442878a3d345387362820da10758bb9914cac4c5ee53936d389868  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
00df83ff74654babcf3d3435be4a474980e599fb3f11007e0694ec2ad6431c72  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
fd7cef60acab49119732572a5bcf51a9e93593c63e2709488a68b9d3ed98571a  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
fc9dd14b104c44f2cbdd0014ce465716eacb726fe3ccdaf5d4c12f2e1be23b38  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
b512a487a235fa87c8656f59aefd8b50c410170f4d23e61e45d43df798565aaf  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
7ada5befb31c28b9fa32cf5a16c85b3f1cb7fb8f586c354e3ca9b5aa66ef009a  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
94fd97c389cef381b7d7f37136d1f51331c7fa6c7f8aaf2c5270da17c5043840  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
099671612359a6f50f08776e2a0fc5c5e59e629d282af1f10df9a7a50dbdf12b  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
e59f2a2bdd5834ef40adb9fb6680820c268ff60ca0534469c5ea4b86775c83db  fastfetch-source/2.50.2.tar.gz
19e28cafb34803eccd825da0849641d888375901d72fcb3ea1396abf0ae3f4f4  fastfetch-source/2.50.2.zip
e97eab3c55e8137112653700fa6920b1e012b871e0df61ec695176f0e66d289c  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
6964ac2d352364a15b3b6d4986605afd6ecf3ca446a68e5f14ab6790e1ff6fe8  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
df9d79c21d99f21dc6ac652992c320ec57f2838d857a19ed54036233e0e4e29c  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
b998eb10bbe8f87a5093ecc8d7878a9b0f773eded744ef04bc7e657fd9f3abbb  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
c01c2d5592a8834cae61687aa160ca768e1b7d83427ec9a5a14a16651c23b5d9  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
173ed7dcee64a2c24706832809104f66ba316dc861f3e2383683fecc72426909  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
18217f4287ec2fc885005ef3e20bda938f33d9101812817eb32fbd9fd3dfef5a79a4b23faf5d17b8fcf2dc20759da62fcecbd4f8b42983a5aa588fa7172115ab  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
9eca0b585f44f88a85d6a5279b4b69269e7e2c5e9ac8c2cc8e1320a19cc680ad60fb1d101635e94a5c0dd30ca84a243bf2de99ca64c6327a1a523dc99445dc5c  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
cca34a69ed2ab47b6553c2089e71690cebbb143c73868cf6cc26e822bb969c4fab3e2cb5382d045289e8bd29bda8c41b71727d3c4ae1e4c6d2852688a322a82c  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
b0f7f9d82922f45a4b7bcdd9d5735140e642e90897ad31c8f280ab4e248667ee9cdaffcda70f8...
Read more

2.50.1

14 Aug 14:52
7bacf20
Compare
Choose a tag to compare
2.50.1 Pre-release
Pre-release

Please refer to CHANGELOG.md for details.


SHA256SUMs
7dc03c503a804aab155c3eb0402da8bbbb5399cb0927c7d291ab3aba25069031  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
ae7bef5b506d08ad393fe7f5cc50152c3e3f13a714b09ba5ea67c2e74217e687  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
3522e680841321b826abcda8ab66c1b9e00f9a82e7d84dee81f9ee7c2a25fb1f  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
1839bb27be85be97b0943b6c13e527ce915793596ed5d76562d883377dbfb3d3  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
625b9f6c4f17b09a86fd64860ac8346977eb890c78973ad74c31feeb1b0ed382  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
9ffca55e213f508d639e51653ca1b00ad1c7e979221e3c2f5c7659032edfdad1  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
45a8bed91e2e46e11ef3f24395ccab6c7e729fc4c145e18277e9132769240b30  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
ce93c9c53b2dc0cfd7e0db15e647241477fd8bcb1d3c3acd1ee443dbc86cfbc0  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
4fc8d88ce4a1cfd5d2c30df194865b27b6ea82fb320f6ed8bc0ce52566c8645a  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
40b6dfecc3982b0ec04d788d0a8f9b80d47d2d56c4b475ba9466a8fb29b1a50c  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
2e8c64c0d78521ba3773e3c10b590a17622222af350539a16348ebf651943f54  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
bab3c14bcbfaf64407f12e52c2cf81ed71a665cfdb0ff5a34b253d08639e5a9e  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
7854ef92154e9dc822cca63e5a2b104a380524fd08c3d7c73208c52fc5528edf  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
7c506945efde815bccbc3239046bd732777b54160408e3bd7cf6f30f64ff17e4  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
a0070b01e1db32069d9621c19ed66110e06b3485dc56de3cdd1890642441ffb4  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
b32946a2cad73e549aaff4f137bc94d3d094a0f8fd8f49b8143d1a5b894ef245  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
9c0d6ab899d04228d7d775590120566717860883f2d1d4ace529287e5104be06  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
25807c6d4d254d25281930517cbc870681b94f3a5c48184fd16fc5aed0a20486  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
67688611c61ed9de7e789e35d3780d38ce6fc590608dc627874bc974746074e2  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
c3d5d6b6bb5178a4112f4f2e7a6c702d70344c36cace6186030471d8047b8d21  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
804e6f6336e073eb5abf936fd6b91dfd99068bfcd3b1ba6909b221160c8db4d4  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
39e822448400bc1776d642036bca0b8324d422a4262cd8c50525bd29e52b9361  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
afa463886ac279e90051c7911403d96e9e001df1795294f1cb435e2441cbfde1  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
a6b3905c1279d766bf77cd13b19617aa457ca4bf3d0dc5490cf86a20c9cccb79  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
540f9b79481734e63f0ac31557b3ccf21a794382a0a22ad1f0c16789183c7151  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
80ae941c1d04f2a0fdf3869e471767b9bc1e881a1be8eb1996c2742269939315  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
47d21ee81fe120bd14205e2388223a856446d1429e72cb50f2c8cf2caa79a234  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
744f8cc8df1543cf1ef13260958cbe10efdcbfa34e14af4e0f5ddd7e6fe1f512  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
594bc05911e4e21b4fa4ab8ffe9611d18356494658f85cd585a053a15d285d30  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
3a4328fbde0a44fc443a17df5c2bf77248a5a2d8b08d41fed4c3fff14b8bada1  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
731b8c793c5fd382c4de1cebc25265c40c74cd8bdae60ea0f118034e65903563  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
65ae68c7bbcb938601b3d84b479daeb92030131e94e6183a000719c9ddc28486  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
f578723b4492fa2a350f92e296625225cdd28515200e916d22ce0588d2d2f758  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
74294b9f782af231ad187f6daa6528307c2c888d8354dab582c03fedf9e2e43b  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
3406001908fe349994fd86ab839be9e2628703de7a371706ebf799d879c71cf2  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
94910471cf257269084de73faee34fae8ef26e3d6406c28ef637da0b799233ef  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
1afba5413de44967310208c3b4fc4ea84449ec0d9085a5f1d62336a282eb0db8  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
92246240efafe12e0ccf485f707970986c9b8a3bb9fe3b027316b52056a20cde  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
9b35362cf6acf7aae3c01cd39e6e4e34ee9519b7a96055d3e5f5efe0b2ad7627  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
a5ff409099967113326d03b4d5b480bf215a9af17e8fbc0a335864db1a36930c  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
c0c85cc3445ae665b9b0deb97266ba11bbf3dc365cd1651e84a384fe9fb6cbd0  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
8772e60b218ede1fb60b6518b11341bdc95b35c854373adfabfbefdd064ea19c  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
c768dd9cf595444becccf33a7458e93eb63f6a9cdf04aa8197d61afc6067ecf3  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
947e070edcf906bfe88ccc219f65226c75c509612b127aba28e3b62ab30f50da  fastfetch-source/2.50.1.tar.gz
1b17a30198562b291684799ca29929efabcc0fe729ca2e4f861267b4edcdbdf8  fastfetch-source/2.50.1.zip
07766edfaa680c19ac381bb7693ce9e45bdb792aed8b24d6c297f563418dbcd2  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
b8d09954ccac74e4a84ecf2f85cc81432958d41d47fc221ebb7f695c249c716d  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
11f494decd8f63c1af10747feb83f6dea2cbd5c869f4b5b2e5eeb8ab87f3d198  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
367b141f7719995c0ecd0b2ba14d93bb2c255c328f6d17bef86dda3d40cb0fd8  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
b7728874815a6e93fdc5545c05294e2e4155959561ffe7ca2545ffd87f727bfc  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
c6d7907838d89a890f28b205f7575ecf4e3e80e3cd0daae87225e919e173f2b9  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
7a52898e35786be0a44882123db7c80022faf365af9d48736a1bc66a70134e18c33ecff2ac484ef7fd32b7fc70cfce177d52facca53f03e8e117a201eeb4e09f  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
d1a43c981d419001fb4b1fd96fb94859e6ffc6aeb1a29dac8642405d348f327842560005d824db9355a6b04880451b517066ebb3f4101b8abed297acfbfaa6d9  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
46e1e2b55087c41bf4ad8e09ebe98209ed91c6d0d67b6e7131be4b3c34b03a524416914df02a663638802e58a228fa486e1ceb8d2dfa95b4261ff49152299464  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
c0ef1b9969beb075aa333f9ba4d49e8bd41964612dcc720c9295d4d906f341b0d6d6d72aee9248f23652f42486998c80bb1d40998a7090c3f4d5c28c46c45c07  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
05359242fb67497da6cb59bd0f3bce1a72561ad7cb55657d8cfaab92442ade6312461b2910320becb9728421aa53be17cf69b1c2c5e08d51180a6e48fbe3a8b2  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
9a3641e5681260d540f0a64a6dc32b3db8a26c9fd1a35137ab86742df0f0707d572a7fa0cad2d6fa8b5b5e6b725121dcace418b8fe1c7ffc05748de0b1ffaca0  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
1ccce2cb39885b1f39d6c51d168b15c2edde12884426ab121e7069d792c90aaea918a192b0a1d26ce4acf2b44272a34dba84f69e8c5e98cf0df15eb001d5827b  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
390a2d20bb17ea171ed05e72b3c402085c030faf70bfc406216605d24e8eb3b856680307ae9069b5041c43aa84cf0c688953282bda7c368434752cd6b20aae9c  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
fcf01ef17058faba70f7f316f001cf17b5c1ca17ace0c0e40fbc74277803f624867af7dee657ecfe0960067863bcf50f2206194512cb5e7d41cea9f6b5a2281d  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
2037b5b1558bfe2217a4def68ccd3d9827d0125e3da2b2d5d681af1104eb2211e7f8a44b529e0127681bf1dff7f4502ed7f3e52b50dd308cb23582db8a6212e4  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
5689321e00383d582e27ef46c8d6f3fd9b38d37887d256a170cc2772975f1b1cb894184b6c614c87bc632671233fdd39a9b3dfd7bf702f8089511f3228b42fc4  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
6f494b91b1fb25ca456131424ac1285f8d0582f19ea67b5240fd67a767d78d51bda88bcf843d1eae012e6aaa626d3c2ab2b6e3dbf0925e7a5d46f077d1665785  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
eabbacb97e4406b8ddce2744ced399142dafebe5e6214dd6bfde51996aa23b7e4e33b3f4908116d8db096e9352d44978a7c9fbb4856d4610e8dd596e344eab68  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
1538517a16f1a56f8f85b8987cb4019287b924492f38be180c4af3c338e3d40757ffff5ae55cbe439fd7a07eab1edc484b2df0ebd38fe4bfc045800578cf444b  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
7a403a3fa10ab8a70b15d4c35288846c7abe4bf5840f7c5f1bbf2cb01b39b8a14f45d84659d1f799303d23f5bdbd8eb593a64771d2a0520abf927b7a3a94fccb  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
8d01a4b5942d9464093eedbd37aa76c70a5e03f7fa1387904d9baa5a5d37303a844991e2d43b3c106379438b9752610916a86ef2390e041f3c2afb5224c694a0  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
66173da216777480a1098f158cc22bbd108c513877c1b9d60cb0c5fa68d6f507806b0237a16b05f51b014a08633f1455b1726d24357253c2ca803fd422c6ad8a  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
9e21c2ef9c65b03ab35f083c6c2a181368b6542b23a6d92723d7bd71ff386af97c1c3d5842e84cbd970076ac042de4618a7f40e8e82ec41ad87715c1a8efb30f  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
d22f187b50a7cbb42e99a72db9e907810377a0ea59c8ed13fb9730e394b8acb301bde774112987ba14d80d3b4b9e4175a622b08e15c920f6770698891ac60416  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
ae0b4b4ab471fbac3e08ec50fc2be30aa5ccf3dd5423007a31fcc1b4a42fb64626920ad932dff9efd47a6cba2b8b5402036405c5201801eb0fc6b20931d89e04  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
66538569692e6884b570540c2398aade583be3914d20607d32b044d3f379c12dc9d34cf34d1bda283b4978387a61041f98f2a0c113d220fb8781849aea9c6a81...
Read more

2.49.0

31 Jul 06:11
ba8a211
Compare
Choose a tag to compare

Deprecation Notice:

  • In fastfetch v2, the JSONC configuration format has been introduced, while command line configuration flags are kept for compatibility. Although they have the same effects, they use two different code paths, and as the number of flags grows, the codebase is becoming increasingly difficult to maintain.
    • Removal of module config flags is planned for v2.50.0, which will also fix a long-standing issue #1477.
    • Removal of most other config flags is also planned for later versions.
  • Keys of JSON configuration files will be all case-sensitive. Currently they are inconsistent. Planned for v2.50.0.

Changes:

  • Due to more restrictive permissions in macOS Tahoe, SSID detection on macOS 26+ requires root privileges. <redacted> will be displayed otherwise.
    • #1874 reported that 15.6 doesn't work either

Features:

  • Improve nouveau driver support for --gpu-driver-specific (GPU, Linux)
    • VRAM size detection
    • GPU temperature detection
    • Core count detection (when available)
  • Improve Scoop package manager detection (Packages, Windows)
    • Support scoop-global
    • Read Scoop's config file to find the installation path of Scoop
  • Improve ARM SoC detection (CPU, Android)
    • Make SoC detection more lenient. Higher chance to match at the cost of accuracy.
    • Add more Snapdragon SoC names
  • Support labwc WM version detection, used for XFCE4 on Wayland (WM, Linux)
  • Improve accuracy of GPU temperature detection for Intel dedicated GPUs on Windows (GPU, Windows)
  • Parse unicode escaped strings generated by qt5ct (#1864, Font, Linux)
  • Add --{duration,percent,size,freq,temp}-space-before-unit [always|never] options to add a space before the unit when printing duration, percent, size, frequency and temperature values
  • Add --duration-abbreviation to abbreviate duration values in custom format
    • For example: 1 day, 2 hours, 3 mins will be displayed as 1d 2h 3m
  • Add --percent-width to pad the percent value with spaces to a fixed width
    • For example: --percent-width 3 will display 50% instead of 50%; useful for aligning percent values in custom format

Bugfixes:

  • Improve accuracy of Flatpak count detection (#1856, Packages, Linux)
  • Remove qi package manager support (#1858, Packages, Linux)
  • Fix LocalIP module on Windows (LocalIP, Windows)
    • Fix default route detection when multiple network interfaces are connected
    • Fix link speed calculation
  • Fix interface status when the interface is up but not connected (Wifi, Linux)
  • Fix variable names in custom format (#1861)
    • full-path to path (Editor)
    • session to session-name (Users)
    • name to project-name (Version)
  • Fix wrong /s assignment in custom format (#1871, DiskIO)

Logos:

  • Add Aeon
  • Remove Evolinx

SHA256SUMs
83f624c7d3f3812028b52540d62becc77cda92751e8afde5a62bc53c6d1d5034  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
c4661124f6df69274a913f63939ad09c808e3a366dda28a1fd8935a3e161e96d  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
bb9fe1946aca7d8acb2effcd322cd8d89bf4a476cf1271374712bb4f1735dbec  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
5d9023f011d53f4bdb19c8f99f231dc30396caf65b22c563bf52bf3e94b39ff9  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
2c346d38a9605df739a1e8723430c4a42d014810b04f45c4e04ce3148522d282  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
bb76ceeee8c127c7ea3f19f6b29c7fa218ab6113773da37e47e8a5057506e88d  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
0040c2d45345a6aa0a214f2eedcdf81d5969a066e4cdfa20a73bee180da69add  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
62d4c511913e6f5bd809c7707d1fbdb881d75f84e0165cf2f0f5a9c9d6d7886c  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
59fd2bf8416e35ae5d1bac45675e4686bb40f80dee129830bc426dd194e92fe8  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
89259bc65b17bf9d3d0f51063a98eca192abbc9195acddcebc76673b7355b79f  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
6c73e17cb93dff5e7a9696f1cfe779790a948e2d08899f6fd1828ab07da99cc9  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
a4e2626f628c8af816cbc4d944c48b5bc44f307070667ebc32fab78716b4dd7b  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
76c349920888e70c8364ff70b9365fc557a73d1588693508b5cb2df450753d1b  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
b68d5fa4cb330ff452c640dfebb85e3a53923e798bef0f0ecce265ba45d02e94  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
6f72bb766fe12498a4a291b0eaa0833a409b12c0b619c7f1ddd43a09b29dcbbb  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
ba02ec4179736b7ca21361f0fc318cdd19a318023e4968ddccb5ec35c353b3a7  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
8767062c47f4e86609a767d3e7be0949f35182c897c6517dfeea40f475e7fe8d  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
1e02e9fb01683b87d14e155edf53e475d6992e6d32440fbc9c3c9480efb72001  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
804b7a6ca506441f56b9ee7e6312b941a27fa954cbc13d338bca71435f4addad  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
cd268f1335faede855376f44acf62eeeb632504eb4a3618d8ec5ad38914064c5  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
6a3681f00f0d6b87fe28e6b8c7ca5d1b4aa72dc641db03fb07e6945a647cbeb2  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
129f0b85960be15098c4873b448c22457588238164c1bf93558bf1c05e943665  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
9452ac8745a01d3a166762a01781e45af384fdc683997e7b3f1e32b4acf5edc2  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
eac2f20486a1275ea7eb8bf0a2f521f38d756f33762a07f1d0ce8f28014fbff0  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
4a9652ca6ab27f4ae642197e73d404ef586e114733b673779a3ed0aeabdac4e0  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
fd281b62e1df49bd703f4667ee0966696e2bd3c5dc8b58f70d77a67e3a83b25e  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
bcab79bf8e5d47b59c4382ed3323bc4d9d1dda970e222c12a76cfb5f59fd30a5  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
c1938f90d244c3bb29022312ad890814d93332b45646ba0cb273bc0d527c5ae7  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
1bb463d4dafec39573f778f7a45ca1501a2a4bde6886b49004ba4f1ee6f17ed7  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
f25d87390d5d951cb653fc7507ce65fd78af90702ee0a45b5fdce3fe4428a969  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
1830350b7e6ecb1373d148126f988f942b77a1231ac0f816c7fd26c8f6827ee7  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
e749e5d77d499a80201686321ccba47ab67206d8751cbbc0b1cc6ce88a47d6d1  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
2c25969cbd3d20825c85afffaec1004b984508f63866d75cb88a5ccecd410c02  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
370a2321adaffbf1477ee9be7ab1a88a8a114edd4e3408bf64e48939f0f4f0ec  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
9fd2b52b0ed8734269663cba8732e17faa69a2978195ae0350aa241eb62c4e1d  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
7c738a5f7af25427e55337376bded297472af9fb977f22bca1473443e47b89d1  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
8d230e700dadbb7c6b4a7cff25d176f65927d1824249f80da495517d87bfb87c  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
55b526534a12bf6fb1892698f07adf41986df8042a3069323bed0d20186695f8  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
1636f6a0a7193f8f01dd29a752b14cf5e4e4b5a92d6ba6699765bad4f3f7d4b4  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
3358601c4972711318fcb811d9faf87c76b77ecadef954a5b44bc97126279272  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
a7a5e4dfb8639d5ea383b3249b2039c230ab0f6c3af97dee73ad97505fccd2e5  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
4d09a779eb5ee918a9f51c20c340cfde5802803b08c5865a33604e725a385441  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
45ad8d4c633fa5d57b1c91a8971e25ebcd70b6ef83cc55392292de131f3739ae  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
5c656581c6cb3061cf8648e2cd0cdf07abcf5f680fdc8bda935deece90b086a0  fastfetch-source/2.49.0.tar.gz
d54e8b549896004f35f9837722754df3ba6872e2584dcbf055aea09b75e8c94f  fastfetch-source/2.49.0.zip
a68f87db96066f9c4d70efb5d61e2ec53b744dd78012ad44108a982bb279a21e  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
bf55dbccf82138c498b8c5cf5719c08c838bdf1e05db925786d856d3577c1d4a  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
d7aebdd147a0e92761bb8e65d31d4dcbe43092606dae0807ac15be760f51d9a4  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
f1fedd23b02e8b04f2453f60aaffac2134f729ae7cc545a4d0d37b234953a666  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
33053e3c2ccc63c7b6e00ee160ea1beac782deed90d5c27dd3b1b4d282a20796  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
bdd309929f43158d3984b90afbec201ba6b93422d7835f05a08abf3a22c1393f  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
5527f6f630f6ae681775ddc98432708090bb9c00fd79295f6aaf4a33d50d3d9fddac302efc30ed0dc713073ffc0ab18320e61dbd4c0a995bd44e15a083cb80ae  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
ef8c47e7e05846243aae450f09baf12c1fafd85cd00cee44b3b10945222cb913f4a1e9555c8839766902f293a137cbe4b2fbc1732f4b90c57d821bce27180db6  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
590f7c49c633ea633ef92ec39025d855f55f59acd079a2c73923346547a738222ea924daeab5f81ac772a834d9632ad1da53496d44051277e9436eab7a97e196  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
3317cbc0d073a60d43ad8eba95ec10e327d11b860bcfb1b9e0ba8f5d15e3aa73dbbe895a054e5a926c0abd48a15c110a8056f952995df9fb7b9c0022e69fef7d  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
8051ca03e847ad70bce739dc686353515bf5bc474f2d64c0ae9b69f5b0798bdc71bdb0d348602b640e145df6c6fed9cb1191816297042a53e6a28865a60f2c68  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
53ce14f8b9a68dbe527812d...
Read more

2.48.1

18 Jul 11:46
02aafbd
Compare
Choose a tag to compare

Features:

  • Add support for detecting Openbox WM version (WM, Linux)
  • Improve reliability of child process spawning on Windows (Windows)
  • Add a new option --packages-combined, which combines related package managers into single counts (#1851, Packages)
    • For example: if you have both flatpak-system and flatpak-user packages installed, they will be combined into a single flatpak count with --packages-combined enabled.
  • Add modules[n].condition to conditionally enable modules on different platforms
    • Useful when sharing configuration files across platforms
    • For example:
{
    "type": "custom",
    "format": "This string will be printed on Intel macOS only",
    "condition": {
        "system": "macOS", // Can be an array, optional
        "arch": "x86_64"  // Can be an array, optional too
    }
}

Bugfixes:

  • Revert the change of posix_spawn in v2.48.0 for Android and OpenBSD (Android / OpenBSD)
    • Fix completion for Android 7 (Required by Termux)

SHA256SUMs
0e629726152b6bee2103d0324cd050a31e3f1c99821d0c6db2fc52d636779b19  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
a52c1d775e315b4cc5e284dab0986bbd40c5b30d56d6db1ff8e1b6758871c77d  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
829071f5cc2a16597dea4ba20fabda7208fcb1ab13f016b68495be551cbda39c  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
fb5712fe2811e786905854940c144123295364fefc57a1d334f18b2efc2495b2  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
0963510663d665a4d65e583e8a156b44c48fd28d7eb8d24390b99227feb3963b  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
c2be2afabf18c6a58414ee1bda7f3c7d7295176bcffa41aa0a6fcd5d181ccf3d  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
b128965124a76c6d81c1a0d379de35154ca6d088d7bebd57dd02b854bcbb116c  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
063ab78065fb491c6194af21ca371ede869dd3155e59d2424df8861a0d6b65b2  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
c2c7c168a2589e94d691711db4f8be87b9ec7e732d855de59b71f7f16cf2ca7e  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
f71f1081993921fa3583f9893ac53ff9d821a9ce4900d89aecb1210b2098bf0b  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
3affb9bd0260cdd7166774b6f168fc280d3a11d065447a3d5ae3f11bc2c43653  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
e49bcfb79f5bc3d6a3c7c5e6ccdce34d83d210160a5d6c2f1b40180016b55c01  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
7a40973d913b7d602a5d07c183b4e1c854a813d490dfc31c8ba9a4f2f33eb679  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
805030de11a6ce3ad5892080920b6d5cb3a60b07f5074f6053b85c041935aff8  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
8cac9793ade2fe8663c2ca83d8d2ecdb9681fbca64d95fe0f9e2d01eaef240e6  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
b846f9bc661ccccc69aacf9b40fb3f22e5d4cd5bc91432003bc45b2c02727ba0  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
f5b551c50c96da5ba2ce51bcc9344b41495e9e720e2ba17cfa9bc7e69c32b3a1  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
0aa33c55556ab53fc570e95d5c03e761386f1396ba8e643d1a8af9a318608a50  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
c90e1eddc9e33ceab02a4631d736f9a8f21a4e76be0fbdadecc7954f1e8ddb9e  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
37ae96f6a6f3211e047dab2350e9cc605ef0eddf42a5e238cac7ef5be4e1b426  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
b73273c3ed686f926a039250bdddf35e2fd81ea0ca9542cea1809c2cc5ef6910  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
4d99d74f913bae38120a0b7540dbe0b80c2620c578a89c4c392c742bf739b5d9  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
d7b0abda072c3375181d9854d8d584b4c66275196d2cd1baedd9421db695f583  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
bc991df5ad6c2e137b0c33ab5fa5f6b1abeafb98d6ac0dc398edbcaf63256377  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
9e9f3d132b6ddc97a22f34af95946fa3ddae279781b5d90163120382e37f0ce4  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
8f1602222f7f3dbd64ab8a119e14abe534d1408adf3ddffcffabacf7e9fe45a0  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
98ebd8c8aca8e2d846d10e865241a313ad5427dc70315117806e7e1f24f0edb3  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
6cb6c176a62755bed091cbf7a3f962805c60abf02b908a437b3664befa03f485  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
3801b595a4c3338906b89d33913461af267fd2877605dfdf807af9de17940551  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
f817854a1c69b94dedea24e71d8a7c567626bfaeb461044b2b57be4fbfe6b826  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
d6311154d127db6aa841c0e9bce16b905f435b29162da0a47a906f435865aa6f  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
c553bc0e6bf3f1f1705c7525c0086ae0c70ded63777ca15a099f7fdd83a9ee1d  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
9ef9dc8eaa47ddbf9b64a317c0d131d7ae217ec876cc50760b0f05c5ac4384aa  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
0097238d785b68405546b404ef2d0177e8cc7e2a69556cb00bd05bc7e6afc206  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
a1279a5a12ab22f33bcede94108ae501c9c8b27a20629b23481f155f69b7f62d  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
5f9b451b5cfa667e6147c965382508be0763ba900f37579297f5d53a0680b4f2  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
14fb62e1ac2562478623ded2909ea931e30aebba320e9a491b4e1f82a24981c8  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
c40a5db3db549452008daf4a3cc4da2156ef0c1e9491ff06e4f4de9c5bfeff98  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
fc904b4807da578be230bbaaad4b4665da62e3386b66f672b4236b005e66b832  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
7a5a71f6540e86621375e43fe7bdf964b23c7c0c44913197f8037395e1bffb9f  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
e8418b2efead5d249c0bb3065210f563576ff1e677111d327037ed094aa3d2d1  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
fad8b733e895cc8fb4b86b8859d291de0f07da1e2a782ee1f90993b75f5c50c7  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
541a15ad8774dc14d0e3d3fb6bdb26c11f713c353bc963eab74728de095f6530  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
912692fb4ffa34b10809909e3a774e8193751554f77550d6ae126892b029c021  fastfetch-source/2.48.1.tar.gz
f962d1b5f6a816395b235743713a3b6452bd9c86807fe9001463e8e60594cccb  fastfetch-source/2.48.1.zip
c51b10f39150596e4fb1e3bd5c6888d364a630b0762495478b91980bfd22eb58  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
e80f80b8ee34c087f8d04c5420c7d62337d7cbd7098ee2dac689c78f6ababc62  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
4f3020f9412e4bb0c343b2e6aad49ad71dc533a9aea1f7986ba2da36dc26a62f  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
ab9bbf64ad9c073bc48dab112fcc8ed276d513ad274a14d0672359a8c49e267f  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
2e81c8ea5b469ac6d4c47b418ee00e4022ac49e5231cb0d7f0f4d301f47b31db  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
d4279ced95e47b868c38043bf911b072fdb05be86f503672ffcc0a48db7db774  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
750b320b787af21f9bf54c90883b0d9c49b350eca1a0f8cf1813bd0b6f9d5f1bbcedd79994a8ba7cdfd1c75e92cac1e1da036cd19078e620bd77c0b21dd03477  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
7e12bd896b9907930781f369dbb74f9fb3695d79261bc3c96d15d357fa64d957b3d443a368666e575ae9946d6a913b8f7982ba1f7e4c2ae6b1051d790fd855d7  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
29421e96c8e1601d03cb6ccd81d220b0dd17f97399cde45d81676012ab6f3655d9521aed00c5a0dd88ac6b1d6bbdd36aa60ccc35cebb351667852a9c8aa1f4ce  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
9f65cd0bf10b09e3e013731276e8cb84a6e070d2ca321af761ff56f0043b0a637e71a0d041580c496ec28129e4c328518e975d8d7b64f317a8afc7ff96c901b4  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
ef10eca114b5d6adb7eb61eaaac9d6a37772b9ca10ac4eeb1af36b98742bca144aec2460724ca14897d9cd681f025b7a7f168b1d8fd5d9a3b911c322beeab3f1  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
8598e187214926d4cfe5fd0ad501a34ee9390eec7298f28c4d7b51cfe600b1defb2e3115c97c9f2594d515fadacea51f0062b51d98250250641a5e15763ef100  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
986d6daaff3518194fc35e304d3c13d1eb58f1792b42ed0ad44d4933a8d7d5b04134d0b9141974d8e51ce81d1073b8d32c73d9212d3c6bf5cce11a3e88b3acba  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
c3c450f50ab0e9649fefc6f8a93aa713c7f5e15e23010db014d56fa1d40b698a13b4cee9e04b2f7b03e9000180db7592527f0b72254d947f43c3406cf9d9afd6  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
c63176f095bfdbf1de677f762f035bb9506450d6e8c0a36d776e0ed50611db44007d1f606a1b76c63eaf95e4f1f1bc38569aa8a753f02d7128acc05d29906102  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
0a2aa850b1d591dd44267ebcd3a434a189faea6244a78bf1f15e5d2a4c54fde6e1a975ef9bd0e05f663f9dfcc5416c7049f38236cf63f3a26a4970036603e14a  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
52fa585ec5c961487c088bb36df392dbb66ba1093471c2226d5fd18fb80c0199081c870e4b5b97789a1de7e045a30b2e91582b2d3faffd65e7b4213cec331c67  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
3faddf448eef3f60af26160238af4017d6b4e7daac651ac367ab3ae74f38f11c94baae33ade8e3089ee027ec753c9b301a696b48cd06c1ae71727050697af075  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
1ea90d1e95d52abc8fd43d8f59226fbcc5360c1312148be743003f77f9f9f5d1ac52bdc5f802045fe31f66e5268042d4e16b8c7f2dc8aa53355dcffca7b24187  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
f3b9a533712db6bb135893e2b64e0a939e577ab16b1a8799b2db059d3d57e3aebea7f2790fcf88737ee863885001ac5d7744d1259dcf71cd4aebfbc216f12ec7  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
cb9133fbea686bdb8afa02061b912fb733633e133bfd182137c2c8eddaabfe199c66ccfc881034e5894ac08f7bfb4a3dd18a90e54cad3462ac88b01e838f373a  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
2fd49263e4d79143abcd325ba1b73002f8e4ad366b0ae5b3963df204d11a1c7af3500b5fb22720497230daa2fa9755d823a4c023ff8d607de1b01244d3285...
Read more

2.48.0

16 Jul 07:36
Compare
Choose a tag to compare

Features:

  • Add support for detecting Fedora variants (#1830, OS, Linux)
    • Currently supported variants: CoreOS, Kinoite, Sericea, Silverblue
  • Optimize GPU detection on Windows when --gpu-driver-specific is not used (GPU, Windows)
    • Improve accuracy of GPU type detection. Previously it was guessed based on the dedicated vmem size, which causes issues on newer AMD integrated GPUs such as 9000 HX and AI 9 HX series. Supported on Windows 8.1 or later.
    • Add support for generic frequency detection of GPU 3D engine on Windows 11 22H2 or later.
    • Improve performance. GPU temperature detection is significantly improved when --gpu-driver-specific is not used.
  • Improve performance and security when spawning child processes by replacing fork-exec with posix_spawn (*nix)
  • Improve accuracy of sound device detection on macOS (Sound, macOS)
  • Trim leading and trailing whitespaces in disk serial numbers (PhysicalDisk)
  • Add /etc/profiles/per-user detection for Nix user packages (#1782, Packages, Linux)
  • 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
  • Replace MTLDevice::hasUnifiedMemory with MTLDevice::location for GPU type Detection (GPU, macOS)
    • This should resolve the issue where discrete GPUs were detected as integrated GPUs on Intel MacBooks with multi-GPU configurations.
  • Prevent text files from being loaded as image files (#1843, Logo)

Logos:

  • Add Minimal System
  • Add AxOS
  • Rename Ada to Xray OS

SHA256SUMs
a69ca6224e6f7044f6709a1bce3b49ff1c75e512e85ce824a1f7dcbd33b6525d  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
b4acf6dfb4832c852c901b7885ba50859842b46f00b9561bf1f184e9fc89a15b  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
bfd37399fbeb8a61bf608291a32f98d4b198b108f2414278991bc29bd3f9f46e  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
fde6d404ac0303c72f3b476fef706269dc628400af0e6fe38109ef98ed95e122  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
cbffc3899e6696ff14429e0fc8b05c437983203644a78f49e7bfa093ecb8fd1b  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
5d78b6f02d8d5e35569bdfd092147f6f8349101fb175dff9324f61efccd7abcd  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
a2073c375531e8aa6af35ce810b40f6ee6b32add59688fc8e6858f2d7c4763ff  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
c97cfd4407930247d72fdb8b598f93ebecc8b9152aba4eaa6845ed8536a0c91c  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
45e91aa5f2c13c496ebe2b95466262341c7c0466b4970869b83c90f3bb23ca94  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
91522f0e38041281a873583080d2e153bcf4527b72cfcb3750fc74a723d89863  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
3d5866793fa7eebc4d0dbab52323fcfbc3c4eec7fe13872a9e831a2f8d9a8a99  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
1b19ffd344bdb459a19682f09e7ca462bca8a4ca3271c0d95272544ae1681c63  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
cff488265a9fcc2bd7542d792d03f74343a28c8f231e44f98e5738cd4a787876  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
7a6da89efaacd9293e1305b169cf3f031cf8531aebb6e17c81e3c44c8ac79cce  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
4f48de5ea23591e6a5574b0e2a967832bd28ef653eb123fbfdaa4844bb75ebfe  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
0db5eb9ac3b80439f0778ba648d762ee7ecb15c0273cf2bcab1566785b9b7784  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
84e03b7a98ddf64cac7a8624224505b04e913d1cf9e1bdf78ca976771b01c43b  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
4e0746b0bbaa5dd3c4595754bb2c4e26e0757ca5466a3b247fb84f3294f94e4f  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
6a5920a7ef45c320ce5ed9dab2e1758b31f295b18e073a7a320fdcba5630605d  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
b314920e66ef5d5d323b24b9b559e5416fa2432296f0cb2177d8fc7242bb80a9  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
30a5991d1deaa4d83075ed03990efb70c28b59db3fa214e670b93f295db17910  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
c99d6a41ffdd45012dc8cb67021aef7e3d1d7a3606b19adfcb03cff7936bf5e2  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
43c9680d2089a0cac301104e1f654cb9a571a7a01fc3b10ad186f31212e96856  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
b34e3fb81663eded6e5dd07f0e954b53f9bfdae422d6ebe135b7767356fdeb7f  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
3f779ce431079d5b23c25ebd96f191780b72bdc7a5f964f08be848d008a35380  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
5336b1528de8e5f90e152090eb19182c9f4a0b25020d4ba7fc333124238b3ae3  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
08289a7ac5bed0f5b73b06f0c9f0b22368ef35217ae186b0810b02bb970db046  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
7c580600cb683eeed3290c0134c5ecddf01366603a469244048547d3de9f674d  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
50439b314b8484786534c119c7544f2a8b4e33008d3e791d362ced79d90312bf  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
f1b9593e8012dcb52bfcec6982b4deda688e92e51670186ce9ae8416797ad862  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
753c2ae0e962601ed7303881d6f16f0d5be548f7fd7ca7e8fafc6b2f72828ad3  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
07b8de88debd584261cdf131994362bf15da30b9ff9a38c905bf8db762d5d5a0  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
15d54cebf55147f033f18dfbff81a9af2e9ff3e5335b3806740d7cb643bc44b1  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
891f9df9a36d504a8d9e2ce486ee8eecf9b716abc444927a7a85b30b4d608977  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
8d6f5a787ee37e02ba2192d01e4c2cd04c10707a86236e7a3d78dcd6c537c8d5  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
2386641a74d22f74ea81b71f6b44167cabd6522853ae65253fc8c55fe991546f  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
8e5b07fb45c9f14acbdd07514509a28589ac763184d57f6267b76cf55e9a85b6  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
8a2b51df6761bbcadb714d0965e9b5fcda0f79c0ab04136d7a7eb96c1c399808  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
116e41e0cae5792604254984a5aa5c3062c350ee7d4c83e6cdf0cb57858697dc  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
bf692054ffddfd5410a1697a82da2cad5d186a041b19019a3cd545bbfb1f77d9  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
b4de41e387ad8cc7d1fcc01a9da899734132679dffbd003665adefadc9d583fa  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
30f6f8e1e1ddda6cf6d48b0fccf43b9646c55865b3fbd39a01fb78f8d84a26f3  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
7860c9909371cc40a6463a9a51e2c2fc99a682f2a8427f737ff494499b6ab72f  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
2d7107f59518c847bca4a44007a189a64902b71a8e517eb121d4653a1bcfc172  fastfetch-source/2.48.0.tar.gz
3138bc7f637d3c8551df79a228a2ec9166c5d4a2d4b70686d6ca5c63d6e77e8f  fastfetch-source/2.48.0.zip
6dc9e84e452e3e71f0160c7855687bd8b9c4a11fd0402eeb6063584deae52ac9  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
8d77e1136210b6e82e8bc1c80836689f886514baeeabe3806f9a423069c7f355  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
895da502cfe3a4d2828c68cb855f1860feffbd9dddba561bf5b4dbf82c8e9274  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
06a31f9ab36864ec3b1e288198406a2ed1068e4f43eff92a552206fa786f208f  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
44e3f06770c23cbd465b6f20d9612d62f16a927e4ff397d8e092df7366d02ccf  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
d5709ab8313fe9d94c33b0479d1a1aad9f3f22cd7696c9a52a179cc468740dda  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
e814777a6d75b9ce157e64ceb3d32f07f0f6f9c5451f4f80cbdf571d7dae5e9d67b673fce99815f85dc3c9543b83a1613ea8166cf0ab57edf8f7b9b493f04af4  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
a542586c197d452a00a7a7304c8f1276621640bdef64c10e6bc725e6dcbc84abf311f55412d352eaf307d81083eca3f41af0573d6a6daded8cd312209f52fb24  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
89c9d975b673aeebf01d0e158d5399b752238b01a40d8ff7ebc8077ea0f67991c554fdaba83e368c348aac212779bf6594d6ec38b77bc0c8399ea5528286ebbc  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
99fd28b56d993526d157f44388d6c4b373a456b25e772e721d593fdeb48d0d8a243401ec7b5a8b115b46124f66fca7713b26194141d9277b37a7be6d7c7e2dc7  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
c65e7c2a85877abe34929dbe9a1606d59d68dd10577f7755efebdfcbf3bab5d2dd0e8aaae265e34853b2cdf7a2c6d3f1f84cfe8d75b5244fc45757c021066c88  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
7f4c6d8b916d018f7ef6dfaf7f2e419cda8126737ca7e39176fadc322461ead0ac21a99bf73091b5df8c2b2acebd698f08eb083ebf1e79fae89443bc9f572f6e  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
ea0018cd23897d35b52d39e57e585ee5df54cbe9d71a7ea1e09098125488f62af395c870affb2dac028a1c9b0cab9c4def8d241454a32ce23e74fff54c7aba69  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
47bf209f6332a90c5098d051c29608ded4b7acd8ed7d6e3e68839ca12212e275f937671f88757e548a97eefddbc5030a4519ecc022a86517a093e994216f3fc8  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
871dd40cbcc0afa194477cdab46854e72b32d16eb727e2e5c640b2c2404b338...
Read more

2.47.0

03 Jul 06:22
8b40a81
Compare
Choose a tag to compare

Features:

  • Various improvements for Solaris / OpenIndiana support
    • Support BIOS (UEFI or legacy) type detection (BIOS)
    • Support physical disk detection (PhysicalDisk)
    • Remove leading - from login shells (Shell)
    • Improve GPU detection performance (GPU)
      • Drop libpciaccess dependency
    • Use native API to detect sound devices (Sound)
      • Drop PulseAudio dependency
  • Improve DietPi OS and Raspberry Pi OS detection (#1816, OS, Linux)
  • Force reporting version 26 on macOS Tahoe (OS, macOS)
  • Append version string to Ubuntu variants (OS, Linux)
  • Improve performance of media detection for macOS 15.4+ (Media, macOS)
  • Increase PROC_FILE_BUFFSIZ to avoid possible short reads (Linux)
    • Fix potential bugs in DiskIO, NetIO and CPUUsage modules
  • Improve accuracy of CPU usage calculations by including interrupt and softirq times (CPUUsage, Linux / *BSD)
  • Ignore init and systemd processes when detecting terminals (Terminal, Linux)
  • Improve accuracy of CPU usage detection on Windows 10+ with perflib, which matches values reported by Task Manager (CPUUsage, Windows)

Bugfixes:

  • Fix pci.ids file location (#1819, GPU, OpenBSD)
  • Fix compiling on FreeBSD when libdrm support is disabled (#1820, GPU, FreeBSD)

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

SHA256SUMs
238b1104adb8e37993e74852952eface5e44afd339b7de1227f608a6b14d7b1d  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
ec3817dca43861ce9a1dd487456c36d8afb2832889751c5b6ae0c00811ee029d  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
86bd630617c4930cc8cb0533c745a4ced76f8f712cb5ff6e9ee7ee87c11a83de  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
6c6d052cda4ff326a04fabe8d45650c26513175cd981d6dc47fb609691f8abe5  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
02a6d4edd76dcd4523385767c389af77b650fe47e031f7b8aa57c7d46f0f07be  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
bdd1d26f124d7616b6a7161a1dc7ec26094c90ac8398e11a980845120a43dfa4  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
b02fd6a8d7a5c7cd8510572d367053a1ec4229cc10540e4801ad10f1be9a31f2  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
3a2c963c207311af6c6a377230393d3135e8b0690c011f12df40209d9d2ec259  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
22701139b29278bc719a757eef34948fb135df1f0641a654e42d10c77111b019  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
cb5efd32d868b2d754c01b51bd82eadbfd9e60109ecef089410837c17e9f8381  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
1ac3eea01bc89a770a6481bd785d8c7f628d63933c3506f2e7860081e52f0d1b  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
e94b08fa724a4332c508381ca424ab4013ceb68b584f5f2ba2c9c8868a520fb5  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
0dfeec3df95a58b8d9b7a4cf8a76e0440947520d97493742119a7bdb648513b8  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
e803d4372fb4cb8a9c22715fa44a3773e25f555e0e613f697dbd30891ce4e105  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
c45e4dbc72eaa04053203797ebc07d47eadf09b41962c5fe5d81058cf1316ee8  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
a083db563f7e562247769dd0dc347cc576c302460de9be8345eda71a194107d2  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
9f3ccf8a6364d2bf41fed776351b9019c7a6de0f963ed32ad4e2127a176db393  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
48800b3a3a9405c3df3aeb83fc1e11b668ea00deba404ac149f755216d30ce7e  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
b765eab8145df09c4fcfa3157983ea7eaf11e9593da1bb6ede694d9a8d473f8b  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
8c9ba564f6c229908c547b37c2826e29b38e10b830c87cd5e500458c9b3d3a83  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
685572c90b9d69abbf612c6fb32166adbedfb5a005656784d6acd294801c942c  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
ca7e4b1d229d74813a8ab0c3588ae9671c7f5c3a4053fd51ca3e9a1a5732112c  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
b95344ae160a97376e6faf7a281f9ec3597f38b91712f957d53214dda93db688  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
65e818dfe28723c243c9c847d4b687ecc88f466dd2e3310036742a2bb61b5dd0  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
b2a0b60696976a44ad95941f71f9a848e2452a9b7cf5e02486776ddf09d9c22d  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
799fe9624c5cd275465165862f35381cc7e605c1703c48ab141c4e690519cef3  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
cf80b6ae0f52f0d7dbf37ac38d68d830ef48ead846a1425de35739b0c80138b6  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
a5b1f15c22cc7e05557f0804437ab930ab6488b7dbd4c73dfd24fc8a94480415  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
95c4aa3d2b642733710dcaa1fea1da8dd8a39b869084c46a7ef06713b705c33f  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
7f64d3bf13b6f1cfdca91daa1cd3367ac84a45045f755b17cc0619e6eb9dc21b  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
5dac0b1e26110ac0c1a590bf9c715861731dcfa01b58de0088e9b52cff60f82c  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
3391e6431bba49be82710bace8c32ed02ed4ab0086836f5f42475a4470d32f75  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
abb46bbe458309bcd83b8fbcdd85bc8b28abb33e8e21cde810c7e58642d04d9f  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
2d50e8a864f53d9504f37d82e5d3a53ab593a4d4b84f1ab8a6de8d9b82375a46  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
65024152162f210d20d46d57decd8266faffce349948c5c50fe340a3d158c413  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
9b26b937251b1c80cf9e88e41cbf384e5ae81864be17243ac59f856c61808941  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
1ce47641682ca3c6d9a818d4a1ef28985e9524b0847fb05ab040b2cf25c58bab  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
341a108202a1a4d28921f5da6bf13a383d7425928c0b97f1a56cad27f48ea342  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
a786625febee189619b40fd5ab28cc6b740e9c6fca08187b942e653ff1dd8f38  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
d96428a5b1c4e8018b706daeb3556a3e8d4bf45ada36077d4221478108478053  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
4a8bc5d9588563673c7faa931b3ee437b544a08a9d9326b0455d3ca2f1d990a9  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
c1482b8075718a2b2db95f823419b04b81384237fdba8af56092f184e89797d3  fastfetch-source/2.47.0.tar.gz
30612192719ccb6cef084f79e17d3ba7d6cc593dfdb7704497845ab16565fd8e  fastfetch-source/2.47.0.zip
465ef9a43c704c6f15d352e8e16ed5bf50153f0be1a27af8ccbb4f609ad6b6ee  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
c5087a6f8ced7a625c5742af326c6f2f77bb1a749459c271bd14e7ab6233e697  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
9d9e606defb2c692050aa6ee62f577bce99ec160f6ed609d9049c75e346f7f12  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
a48d4ea579b933c8eb788383f893e640f68b14b80fc9fe00d17ae804c1538024  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
c9d4446e10fa894770a0d53d2a5dc88b09fedbf5da1ebf46bcd2d3e373dfe12f  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
30816545e27cdfe8951e264d4520c7b759e9755e17091eea0a58a9eb2b230efd  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
ba77c86ce0cebbabc6c00b3f3eb0196e856be02a708fe7f013b4499c1956a5b8541f2a113cb0333f919b91cef8d862b039f3f5e997a110e92cc021529c2839a3  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
afd3c2e3b50be9038650059aaf25197d6a0a4e6c2a74cdd617b049e375a8939a81310e871ad1824ed1432cd7911af64c9aaa45355114964a5c1cdb7c7aa08e85  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
a094208a04ebfdb0c2c0f39e8b9148fcc38a7e4d6298941c96bf3cacea3def3041bd5eee8bb8ea63692fef429d9487e15cf13e99a7c4a40f753ee005229741bb  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
149a1f0f65b5c2220127d31b94a5515f0ebf2b5a6dd0f880aca161b65b457ca8b2df4a9b07c19d8ef6b037e9e8b805e3223b3bb2d3fae9b2578d080066480907  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
cf0cb052fc1458440d08e981894ad1dd50503ea0baada54380442b5c50cc4dd4c8e376d821bb78fe5decac65b94c13823efe8cbbf069c2aa04adcc3cb95e9d9e  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
7613d4253e0a0aa745e6fc05cf8622a221f9cc667e4757c650297bf8631a31d010c47fb8963599ee5e6a4a43cb8c89e2bb1a4e059f2732a5a103d82ce3e475b8  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
ffde4af13bf74b3eb5d6df6e028c52cd14e298f715e75c9126540aba59b8ae082f88da0978df3b2731a869520bdc5c428ca7a9272e9d048e99a4e6e1d0135b05  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
99aad857a9d370d607ed13b7123fb674368c4ee5ffaabfe05f7ec0f6ef2d4186cacbda9b74148b178e68376f4f469597e76e8ab8b8f38c26566248e2411811cc  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
3df265b6459540ff0a6a94c49b94f8bb6f263e21351d101dd82da2cb3feadbf20cfd79c83c05a1a47dfbdfb67d3ece8f4d977fa1559f966f6136d8d973e2b627  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
850e6cc98aeedae43820b0ad98e5fd8f79fc8153c28be3df7cd545e624d366f22e69b6561181e291462c6fcd86c07ffd311a5b868cfaf4505267d3521c7ff89b  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
ccf1b32c70240ead081d02ac6ae61d3f7eb84ca2cf735d4b36c9441959f83f573195984f222d0ac855578211a46b114d47a2a9515f1cd07fa6d292e84586d455  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
3a49f7bfd7ffac0806260d61ee527da1b56645117d12e0d3549ea0b5f73fd3aae80851a93bc537abb294d52759e392ade7d939fb600e38e54c240c97a3e2e0b3  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
45f41b4aa40603b2d3af53fa329de750f87f39ecff571e4741a3fb361144f4f7d9fed60bde268529595fa25129ac6d667122cf154c78b8f0b0cd0f47c7e1f533  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
2adee481ccdbe06b2c5485e0ef7...
Read more

2.46.0

20 Jun 06:49
469e21c
Compare
Choose a tag to compare

Features:

  • Support Rio terminal font detection (#1789, TerminalFont, Linux)
  • Support GPU detection by DRM on FreeBSD (GPU, FreeBSD)
    • Enable by --gpu-detection-method auto
    • Require proper DRM drivers installed and loaded
  • Support PowerPC CPU detection on NetBSD (#1802, CPU, NetBSD)
  • Support Aerospace WM detection (#1796, WM, macOS)
  • Improve Raspberry Pi OS for RPI5 detection (#1773, OS, Linux)
  • Support Linux Binary Compatibility detection on FreeBSD (#1786, Host, Linux)
  • Use board-id as board name if available (Board, macOS)
    • Intel only
  • Support shared VRAM usage detection for AMD GPUs (GPU, Linux)
  • Use perflib.h instead of pdh.h for CPU temperature querying to get rid of pdh.dll dependency (#1787, CPU, Windows)
  • Support GPU info detection for old ATI radeon driver (#1810, GPU, Linux)
  • Add macOS 26 Tahoe support (macOS)
    • Report macOS 26 code name (OS)
    • Report Liquid Glass DE on macOS 26+ (DE)
    • Detect Metal 4 support (GPU)
    • They are not tested since I didn't upgrade yet. Please report issues in #1809 if you found any.

Bugfixes:

  • Fix packages counting by ignoring hidden folders (Packages, OpenBSD)
  • Fix Hyprland version detection (WM, FreeBSD)
  • Don't show Please insert a disk into drive D: error dialogs (#1805, Disk, Windows)
  • Hide /boot/firmware by default (Disk, Linux)

Logos:

  • Rename Hydra Framework to HydraPwk (#1812)
  • Add AnushOS (#1806)
  • Add HarmonyOS (#1804)
  • Add GhostFreak (#1801)
  • Add TrueNAS Scale (#1795)
  • Add Fedora2_small (#1785)
  • Add xenia_old; update colors of xenia (#1797)
  • Improve colors of bedrock_small (#1790)
  • Add Kalpa Desktop (#1807)

SHA256SUMs
00f67f02d055f26e61c46e21e0e550ad3ceaaba6dbac96a01d41caf5fd48491e  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
92d9eae6acc647508b2ed0eb439723615e638b8dc1c30d3835301982ecec1004  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
a0434fde724fa893003a95c38b3bb80c66de37455d8e3b4229497ac769ea8c98  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
dc9015fb8ea291abf5ecab9c654042c3e1c22a6a811a935ee52b5445ee361726  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
6db2bc29cb40fd59b7323e52832b429764850290bededfa46df96cabf3c3a33f  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
3b7a015fb2e9def4d4e8fd9a6477ba49ecbc2ed1e0c4d47802a869d1e5e05ba8  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
2c409098220deca50b9a997586ea566176ce2e067f533beee495e4fab638cdf5  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
38da17d8645c7e8bc28c964113723fa13821a3b24edc1c6ec897256ec46ff042  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
166c2c9c7402c86eb85a2a5df7704c3e0c2ca5ccba40360f59c233c1b2971942  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
d256c4fcd5d6677e53c8ed53763f6eb627d32964847925fada00e9858df7218c  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
0852e6f9ac7b80e0f22dd4e0ad7ab167377d8a95091941a83e86bb635981e2ae  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
befcee2dadf4eca7d215ce76fb7ab84e4b9c20bfc47318ed58af025ebe2324f0  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
65224c08e56be68e4f5b73d9059b2f56913d2f5c9d2f73366863483a212b30e7  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
ad4d601c401f82fdd2a3c873c6dd6351475d2003f7435441c44fba6c9ae16796  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
e483bad0625cd73ed03590c98a409146fb1439e503468606e8ae8ad73ce30c07  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
b6f53c5945e1b6705c1499a3253468803044ed3ed78a4ed69a9f6f7ca989b25c  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
e0d93692bfef5b6366d344effb7a40387288581da09449ad7863bb47a19a241c  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
600cbc466d3dbf88b98a56f6def962183e66980a54183671e95cb646d9d010dc  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
4ae5e32101d862b9d3a4888ab8a78dbc309c4171e594db098807f26d9bfd6da0  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
999be629577b93e8ff9de7963e334826229c1f3865dbd8a5d638017b81071ba9  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
57246d1147b82a3e7d68338760205f3350603ad7484d7e4240d4daa82eb547af  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
f54f1a52d97e5a6963f9f8047622b1d4e814b3e78883b037857c4c4efe6d9fe2  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
51d16b41bd8a5dfc97004eae8110abb566c14521edb24982cb1970ac3dee0a8c  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
3c29fff950aa9079e0ce97630bced770c9072c521d99af945461fe5a99861ada  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
77a50fc9454f10812a75cbf8da56c1104021a3731a00328986fc7c3e912f6deb  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
6cee27c566e804a1cf2501f5314374bb411526f4e50b24726932246cfa076896  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
32f38325a3f13d377ed0c0270898ecc80f0a5a7e9bbf4f759e78dc8263b6a8a9  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
455c87ba2efedbb88b3e8ab22a113fa9c64c02267c2b93316868c106b4dfc7d2  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
0fe9239abd43c92571d81ab5023a916b7413b7171f53d268ad80937228aee48e  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
5531cd928baa7575b1cb5660b04c8f815a51cbbe4adaca0c925f5623ef53f6a8  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
f3dbc471fee40133418c1ee94cb7251d6e818a72e5fbe988125a20a260445de3  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
da7ea0fd820e0ed3aaf4b76043e2bfc85d8d63642bfb2290f86493ee8c9510c7  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
5a7b9acec1500c558301ec904561a9219c81793d61d10e5fec26565ef00853a0  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
302f91934e254befa9b4d757999d7515436c0df2d58f23ac9b0f5690355fe39b  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
016db37aee5e635939b233406c3fcef9bd675a037c1e1362b2b2340c0dfe6153  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
11a677b5f9f3b287b01ffa24d0b3aeeade98376fb98c68404ca245e9d01b52df  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
e2dcaf107c8ee4f74567928fd17e1638324ad03ce3299940698678f5e75a6e2e  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
65692bb4864c279921541f4cbae96e6b4e58df0316bcc407564404d240ed4b7d  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
9c466804613e91a9a1d86e9b48538819d97e4ac0f4aa5ae8e7b96117131b2c8f  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
1baef3d5603e974f6fe23dd3c93218f23a89877778fd747cee59df762e629f4c  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
3aa66a2caf3fadac45f9705c402230a41dbec0bec0692e68f24aeef8de1e736f  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
7e4e4ab8d3e0e2ad896f97effc58df4c8d23bb88273bbdf1221bd8f0a4beb736  fastfetch-source/2.46.0.tar.gz
1f655a26825a67a192cf1b32fc0384359abe71ae214478b432ea6080d837de5a  fastfetch-source/2.46.0.zip
66e956fd7104134f76a1eb22b15e4f363465f1296dd6fb7adc2fe1b534433f9a  fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz
71b835be327771789131a6add926de1d59460579bb71a47b89137361a57c847d  fastfetch-sunos-amd64/fastfetch-sunos-i386.zip
bb89bc69a00a4942ea681e845823a8a8b7f7734c073924b79f4788cf237e4fc5  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
3dbe5a2bf0a8ed64dcf15728bb63a9d2dc09e0272dba8c147cb059320ae0d865  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
3d9f39b5b17f9e63874b10b1356da9c94f9f046ca1a5c7ee3ac37e6ba70481d0  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
a9f089ea29ebc7bbc6f58c6cd3feefa9913879bc755cf346a87d5aac8ce0a2c7  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
72aab999d741e70c43b2707823e580f220dbcce4980276b6b533dee68c476bd69c8181fb497562ef745de63eba8b206c91a1b2358f07c2d44e7022b996933dad  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
73352ec4b7b5e36902b0b1332768a624d1655c306df04c0f6c5ebb0536acdc1465f94418985a632a980d401ce98294eaabe44f57e4c0d1d7746161bf78fcf226  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
fac120876b6c00f70dce7941f03fb9f2201c60d08b8499f070db0d63732391ef33e6bb0254ab5ee496687fb0b84ee1c0ece50a2401a9cea7b12eaafc0674bc4e  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
3b2279c73af57ea5bbbe488da5c702acee557cdf48007f8844a36f5099f195e3815a590b08ea2242601e54ee50823e87161c0a83927070a3325ab18ffc129fe4  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
a1a2a28657392f1ac0e964a6f0650afcb0472e96180789549eb8be0f476687f7ecec1bfbaf6e3497ae75d1dd0a82e5aae1a36b2d56c9c4530f78c2c5d5af9f8c  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
1a97080a1ff24cefc3e1cabfef0ee6389ab17af8802e5a0dff8b4ecf3e6741db2b240494529b2ee078bda426450775e40a1b767dece7a7bc9c566a098ede90ec  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
45706144dbc000403115e66d18974a82d31a8e7e263d90240abd50ee43db70254943bfd14231d034db5f4a69fc70c1eec08e966934d6048546e28a94bad0596c  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
d98e42210d3ca928f4c353c709f1ab9dcd603c23481ff915989fd4f470fde8722570d18fb80408983518d5b5f784c164dbc059042974635376f55183077782dc  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
de5e427f4b9a32153887b437086fca7e793d20232515a426258341893d81099eb48d484f3f45fcc453139bec1fa03579995ca5cc84cd42d18c8f46f1510634e0  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
e7a4480d3ec8a18548a6a033d557a46b7454f22cf6100c01ac04f3315e60fdf7bdfccd7d173e34f46f1fde55e1314d84f885271dbaea045e247a14f49ab4dbe5  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
b998d7c3e0501c449110c26319662e5f5beec490a357198c35225f10ec0632b7da3cdeee46dcc7acf68db9f4dd1cc0b3bbdbbe410e0bd57b7fc4f08bbde1bfd2  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
b3dda54ae54e128f8c147ed7055be95a183bd29e65f81dc4d0194c827b6b1e8af5585ecce8c2e77d23c29f44f739c3987d6261e0d487388b7e05170c2e5ab7ff  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
ea418f24dd8445d31b7f9d383ce132143af90922d58c976d4263c1ec0494c99b1dd3dc80134a149634c7315e8ec0fc7d56d4b5f1023378dc3dc6d476c2d6f4d4  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
207efcad2a4d73264718d5aff71a54ce59585e39672f525128d3951b6607...
Read more