๐Ÿ“ฃ Important update โ€” access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
Downloading packages stays free from the GitHub repositories where they are built.
A yearly subscription gets you free immediate updates through apt and directly supports keeping this project alive. Thank you! ๐Ÿ™

๐Ÿ”‘ Get Your Yearly Subscription

โ‚ฌ15 / $15 / ยฃ15 per year โ€” US dollars if your currency isn't supported.

๐Ÿ’ฌ Questions, issues or anything about this repo? Join our Discord community โ€” the best place to get help and connect with other users.
โ˜• Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. ๐Ÿ’œ

๐Ÿ–ฅ๏ธ Install Latest Fastfetch on Ubuntu

A neofetch-like system information tool, written in C

Latest version: 2.66.0 ยท updated 2026-07-16
SourceVersion
deb.griffo.io2.66.0 โœ…
Official Ubuntu2.57.1 ๐Ÿ›‘
โ† Back to home
๐Ÿ“Œ Installing on a specific release? Ubuntu 22.04 (jammy) ยท Ubuntu 24.04 (noble) ยท Ubuntu 25.10 (questing) ยท Ubuntu 26.04 (resolute)

What is Fastfetch?

Fastfetch is a neofetch-like tool for fetching system information and displaying it beautifully in your terminal โ€” OS, kernel, hardware, uptime, packages, desktop environment and much more, next to your distro's logo. Written mainly in C with performance and customizability in mind, it became the de-facto successor when neofetch was archived, and it's actively developed with frequent releases.

๐Ÿ˜ค The archive-version problem: Older Ubuntu releases don't ship fastfetch at all, and where the archive has it, it's frozen at import time. Upstream moves fast: new logos, new detection modules, and fixes for new hardware land constantly, so the archive version silently falls behind. This repository serves current upstream builds while keeping the exact same file layout as the official archive package, so switching is seamless in both directions.
๐Ÿš€ Always ahead of the official archives: Debian and Ubuntu freeze package versions when a release ships โ€” this repository publishes new upstream releases typically within hours. A simple apt upgrade keeps you on the latest version.

โšก Key Features of Fastfetch

๐ŸŽ๏ธ Fast by Design

Written in C with concurrent detection โ€” renders complete system info in milliseconds, a fraction of neofetch's startup time.

๐Ÿงฉ 50+ Info Modules

OS, kernel, CPU, GPU, memory, disks, battery, display, DE/WM, terminal, packages, media player and many more โ€” each individually configurable.

๐ŸŽจ Presets Included

This package ships all built-in presets under /usr/share/fastfetch/presets/ โ€” including a faithful neofetch preset for instant familiarity.

๐Ÿ“ JSONC Configuration

One documented JSONC config file controls modules, formatting and logos. Generate a starting point with fastfetch --gen-config.

๐Ÿ–ผ๏ธ Logo Flexibility

Hundreds of built-in distro logos, plus image logos via sixel/kitty/iTerm protocols, custom ASCII art, or none at all.

๐Ÿš Shell Completions

Bash, zsh and fish completions plus a man page โ€” installed to the standard Debian paths, matching the archive package.

๐Ÿ† Why this repository instead of the archive version?

  • Current version: new upstream releases within hours, not frozen for the lifetime of a Debian release
  • Same layout: file-for-file aligned with the official Debian package โ€” presets, completions, man page all in the standard places
  • Drop-in switch: installing from this repo simply upgrades the archive package; removing the repo falls back cleanly
  • Automatic updates: new releases arrive with your normal apt upgrade
  • Multi-arch: amd64, arm64, armhf, ppc64el, s390x and riscv64

๐Ÿ“ฆ Installation from deb.griffo.io

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null apt update

Step 2: Install Fastfetch

sudo apt install -y fastfetch
apt install -y fastfetch

๐Ÿš€ First run

Just run fastfetch. To start customizing, generate a config and try the bundled presets:

fastfetch --gen-config fastfetch --config /usr/share/fastfetch/presets/neofetch.jsonc

๐Ÿ“ฆ Package Build Repository

The Debian packages are automatically built and maintained in this GitHub repository:

๐Ÿ”— Related Packages

Also available from deb.griffo.io:

๐ŸŽฏ Perfect for: Ricing enthusiasts and desktop screenshotters, sysadmins who want quick system overviews, anyone migrating from the archived neofetch, and users who want the newest hardware detection without waiting for the next Debian release.

๐Ÿ’ Support This Project

If this repository saves you time and effort, please consider supporting it!

โญ Star on GitHub ๐Ÿฆ Share on Twitter

๐Ÿ“ฆ Recent releases from this repository

๐Ÿ“š Release-specific install guides

โ“ Frequently asked questions

Is Fastfetch in the official Ubuntu repositories?

Yes, but the official Ubuntu archive ships Fastfetch 2.57.1, while this repository serves Fastfetch 2.66.0 โ€” rebuilt within hours of each upstream release.

How do I install the latest Fastfetch on Ubuntu?

Add the deb.griffo.io repository once using the instructions above, then run: sudo apt install fastfetch. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Ubuntu releases are supported?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.