Skip to content

Installation

Buct0r edited this page Nov 7, 2025 · 2 revisions

For Windows

Pre-Built installer

Go to the release page and download the fullfetch_installer_(your_arch).exe.

Portable version

Download the fullfetch_(your_os)_(your_arch).zip and extract it wherever you want. To make fullfetch available in every terminal, add the extracted folder address to your PATH variable.

Winget

Open your terminal and type:

winget install fullfetch

For MacOs

Homebrew (Recommended)

Add the tap:

brew tap Buct0r/fullfetch

and then install it:

brew install fullfetch

Portable

Head to the release page and download the fullfetch_Darwin_(your_arch).tar.gz file, and install it.

For Linux

Pre-built package

Head to the release page and download the correct package for your distro and architecture. For now It's only available for debian based distros for both x86 and ARM, and rpm package only in the x86 version.

Debian based:

Download the fullfetch_(your_arch).deb. Head to the download folder with a terminal and type:

sudo dpkg -i fullfetch_(your_arch).deb

Reload the terminal and type

$ fullfetch

rpm based (fedora, Red Hat)

Download the fullfetch-(current version)-1.fc42.x86_64.rpm(For now only available for x86). Head to the download folder with a terminal and type:

sudo dnf install ~/(Downloaddir)/fullfetch-(current version)-1.fc42.x86_64.rpm

Reload the terminal and type

$ fullfetch

Homebrew

Add the tap:

brew tap Buct0r/fullfetch

and then install it:

brew install fullfetch

Using Go

Requirements:

  • Go(latest version)

Just type:

go install github.com/Buct0r/fullfetch@latest

Clone this wiki locally