Skip to content

Installation

Buct0r edited this page Jun 29, 2026 · 3 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

Quick install (any distro)

curl -sfL https://github.com/Buct0r/fullfetch/releases/latest/download/install.sh | sh

Debian / Ubuntu (.deb)

Download the .deb package for your architecture from the release page and install:

sudo dpkg -i fullfetch_<version>_<arch>.deb

Fedora / RHEL (.rpm)

Download the .rpm package from the release page and install:

sudo dnf install fullfetch_<version>_<arch>.rpm

Homebrew

brew tap Buct0r/fullfetch
brew install fullfetch

Portable (any Linux)

Download the fullfetch_Linux_<arch>.tar.gz from the release page, extract and place the binary in your PATH.

Using Go

Requirements:

  • Go(latest version)

Just type:

go install github.com/Buct0r/fullfetch@latest

Clone this wiki locally