→ Complete Installation & Usage Guide for Linux Users
Apr 13, 2026
$ cat /etc/motd — A GPL'd font manager for Linux users
NAME
fontmatrix — a font manager for Linux, *BSD, and other Unix-like systems
SYNOPSIS
fontmatrix [options] [font-directory...]
DESCRIPTION
Fontmatrix is a free, open-source font manager released under the GNU General Public License (GPL v2). It enables Linux users to preview, compare, organize, and activate fonts on their system with ease. Whether you're a designer, developer, or typography enthusiast, Fontmatrix provides the tools you need to manage your font library efficiently.
Features include font tagging and categorization, advanced preview with custom sample text, Panose classification support, font activation/deactivation, and integration with the fontconfig subsystem. Fontmatrix reads TrueType (.ttf), OpenType (.otf), and Type 1 (.pfb) fonts.
KEY FEATURES
SEE ALSO
fontmatrix-install(1), fontmatrix-about(7), fontmatrix-contact(5)
# Quick Install (Debian/Ubuntu) $ sudo apt-get install fontmatrix # Quick Install (Fedora/RHEL) $ sudo dnf install fontmatrix # Quick Install (Arch Linux) $ sudo pacman -S fontmatrix # Build from source $ git clone https://github.com/fontmatrix/fontmatrix.git $ cd fontmatrix $ mkdir build && cd build $ cmake .. $ make -j$(nproc) $ sudo make install # Run $ fontmatrix &