Ietsiee/ifetch

Ifetch is a simple tool that prints out system information.

Shell

0

65 commits

updated Sep 19, 2026

See the code

See what people are saying (1)

SourceMessageScoreDate

I made ifetch (r/commandline)

# Hello, I made ifetch. ifetch is a simple and lightweight tool that shows system information. It is like Neofetch or Fastfetch, but it's written entirely in POSIX shell. It also works on Unix, but some modules only work on Linux. **Some features:** \- Fast and minimal \- POSIX shell \- Lightweight…

1

Sep 20, 2026

README

ifetch

ifetch is a simple and lightweight tool that prints out system information.

ifetch Screenshot

License: MIT GitHub stars

Features

  • Fast and minimal
  • Written entirely in POSIX shell
  • Lightweight with no unnecessary dependencies
  • Simple configuration
  • Easy to add your own modules

Usage

  • ifetch Runs ifetch
  • ifetch -h / --help Shows help.txt
  • ifetch -v / --version Shows current version

Requirements

  • A POSIX shell installed like Bash, Dash, Ash and more
  • Basix userland tools

Installation

You can install ifetch using one of the following methods.

Linux

Requirements: curl, sudo, tar and wget

curl -fsSL https://raw.githubusercontent.com/Ietsiee/ifetch/main/installers/install.sh | sh

Termux

Requirements: curl, tar and wget

curl -fsSL https://raw.githubusercontent.com/Ietsiee/ifetch/main/installers/install-termux.sh | sh

AUR

Coming soon! Requirements: base-devel, git, and an AUR helper like yay or paru.

yay -S ifetch
paru -S ifetch

Make

Requirements: sudo, git and make

git clone https://github.com/Ietsiee/ifetch.git
cd ifetch
sudo make install

Contributors

Ietsiee

65 commits

Ietsiee/ifetch

Ifetch is a simple tool that prints out system information.

Shell

0

65 commits

updated Sep 19, 2026

See the code

See what people are saying (1)

SourceMessageScoreDate

I made ifetch (r/commandline)

# Hello, I made ifetch. ifetch is a simple and lightweight tool that shows system information. It is like Neofetch or Fastfetch, but it's written entirely in POSIX shell. It also works on Unix, but some modules only work on Linux. **Some features:** \- Fast and minimal \- POSIX shell \- Lightweight…

1

Sep 20, 2026

README

ifetch

ifetch is a simple and lightweight tool that prints out system information.

ifetch Screenshot

License: MIT GitHub stars

Features

  • Fast and minimal
  • Written entirely in POSIX shell
  • Lightweight with no unnecessary dependencies
  • Simple configuration
  • Easy to add your own modules

Usage

  • ifetch Runs ifetch
  • ifetch -h / --help Shows help.txt
  • ifetch -v / --version Shows current version

Requirements

  • A POSIX shell installed like Bash, Dash, Ash and more
  • Basix userland tools

Installation

You can install ifetch using one of the following methods.

Linux

Requirements: curl, sudo, tar and wget

curl -fsSL https://raw.githubusercontent.com/Ietsiee/ifetch/main/installers/install.sh | sh

Termux

Requirements: curl, tar and wget

curl -fsSL https://raw.githubusercontent.com/Ietsiee/ifetch/main/installers/install-termux.sh | sh

AUR

Coming soon! Requirements: base-devel, git, and an AUR helper like yay or paru.

yay -S ifetch
paru -S ifetch

Make

Requirements: sudo, git and make

git clone https://github.com/Ietsiee/ifetch.git
cd ifetch
sudo make install

Contributors

Ietsiee

65 commits

Languages

Shell

91.4%

Makefile

8.6%