ramfetch is a fetch tool which displays memory info using /proc/meminfo. if you want to install ramfetch follow the steps below. it's really simple. you can also test ramfetch without installing it.
ramfetch works on:
✓ Windows (via WSL)
✓ Linux
✓ Android, using termux (no root)
bash for ramfetch to work.
make to install ramfetch.
NOTE: If your upgrading from 1.2.x to 1.3, please use the config file with the new high density color variables or the high density colorblocks will be all blank.
If you don't wanna install ramfetch/clone this repo. you can run it with curl.
$ curl https://raw.githubusercontent.com/omardotdev/ramfetch/refs/heads/main/ramfetch | bashTo install ramfetch from the AUR, install it by using your favorite AUR helper. (e.g. yay or paru) thanks to jahway603
# use yay
$ yay -S ramfetch-git
# or paru
$ paru -S ramfetch-gitNOTE: The AUR package is outdated and is still at 1.1 which is a very old version of ramfetch, I would recommend installing using make to execute/install ramfetch
Clone this repo.
$ git clone https://github.com/omardotdev/ramfetchInstall ramfetch using make install.
# make installOnce installed, you can also modify a config file ~/.config/ramfetch/ramfetchrc which allows you to customize colors aswell as disable colors too. (/etc/ramfetch/ramfetchrc for system-wide config)
You can use make uninstall to uninstall ramfetch and also make reinstall to reinstall ramfetch or to upgrade it :)
