What is wtf—and how to create a Linux Terminal Dashboard with it?

What is wtf—and how to create a Linux Terminal Dashboard with it?

What is wtf—and how to create a Linux Terminal Dashboard with it?

https://www.howtogeek.com/the-best-linux-terminal-dashboard-is-wtf/

Publish Date: 2026-03-01 11:30:00

Source Domain: www.howtogeek.com

Do you wish your terminal could do more than just run commands? Imagine opening one window and seeing your calendar, system stats, RSS feeds, and more—all at once. That’s exactly what you can do with wtf—the modular dashboard that might change how you use Linux.

This is wtf

wtf (aka wtfutil) is a free and open-source personal information dashboard for your terminal. Written in Go, it’s cross-platform and runs natively on Linux and macOS—and on Windows via WSL.

What makes wtf particularly powerful is that it’s fully modular. The entire dashboard is made up of individual modules, each pulling data from a different source. You get to choose which modules to include, how big or small each one is, and exactly where it sits on the dashboard. The result is a completely personalized terminal dashboard showing only the information that matters to you.

This can be a powerful tool that saves you from constantly jumping between multiple apps or terminal utilities. You just view a single terminal window and find all your important data points neatly organized. It’s a workflow that particularly shines for developers, which explains why the project has racked up over 16k stars and 800+ forks on GitHub.



Source