frei (FREe Improved) is a modern replacement for the free command.
free shows your memory usage on Unix-based systems. frei obtains memory data from /proc/meminfo and represents it in a colored bar chart using the same color-coding for as htop.
“Free” (MemFree in /proc/meminfo) reports just the amount of memory that is currently not in use. “Available” (MemAvailable in /proc/meminfo), on the other side, is a more sophisticated estimation of how much memory is available for starting new applications, without swapping. It takes into account the page size and how much of reclaimable memory can actually be reclaimed.
Key Features
- -h flag shows human-readable numbers
- -table flag prints a table with numbers in addition to the chart.
Website: github.com/alexcoder04/frei
Support:
Developer: Frederick
License: GNU General Public License v3.0

frei is written in Go. Learn Go with our recommended free books and free tutorials.
Related Software
| Alternatives to free | |
|---|---|
| frei | Modern replacement for the free command |
| vmstat | Reports info about processes, memory, paging, block IO, traps, disks and cpu activity |
| musage | Command line memory usage information tool |
| bfree | Human-friendly view of Linux memory and swap |
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

