Trdo: A Tiny Radio App for Windows That Stays Out of Your Way

Trdo: A Tiny Radio App for Windows That Stays Out of Your Way
A developer named TheJoeFin has created a free internet radio player called Trdo that does one thing: it sits quietly in your Windows system tray and lets you play radio stations with a single click. You can download it from the Microsoft Store or see the code on GitHub.
Most radio apps clutter your screen with buttons and menus. Trdo takes the opposite approach. The entire app lives as a small icon in your system tray — that area in the bottom-right corner of your screen where your clock and notification icons sit. Click the icon to play or pause. Right-click to manage your saved radio stations. That's it.
How It Works
The app remembers which radio stations you like and saves them so you can get back to them instantly. All of that information stays on your computer, not on someone else's server, which means faster access and more privacy about what you listen to.
When you right-click the Trdo icon, a menu pops up that lets you add new stations, switch between saved ones, and adjust the volume. You never need to open a separate window unless you want to change settings.
The Technical Building Blocks
Trdo is built using tools that Microsoft created for modern Windows applications. Think of these tools as the foundation and materials a builder uses to construct a house — they determine how solid it is and whether it looks current.
The app uses .NET 9, which is Microsoft's software platform. The newer version runs faster and uses less memory, which matters for an app that sits quietly in the background all day. It also uses WinUI 3, which means Trdo looks and behaves like other modern Windows 11 apps you already use.
These modern building blocks also let Trdo talk properly to your Windows system — handling audio streams and working correctly when you switch between speakers and headphones, or when you adjust your computer's master volume.
Why This Matters
For decades, people have wanted lightweight, no-fuss tools that do one job well and stay out of the way. In the early 2000s, there was a similar app called WinAmp that millions of people loved for the same reason.
Trdo shows that this kind of focused, simple tool still has a place, even as web-based apps dominate. The difference today is that building it is easier — the tools are better, the internet is more reliable, and radio streaming has matured as a technology.
You do need Windows 10 or Windows 11 to run Trdo, so it won't work on older versions of Windows. For most people with reasonably recent computers, that is not a problem.
Open Source and Microsoft Store
TheJoeFin chose to release Trdo in two ways. First, the code is publicly available on GitHub, which means programmers can see exactly how it works and suggest improvements. Second, it is also sold through the Microsoft Store, where Microsoft checks it for viruses and makes sure updates arrive automatically.
This dual approach serves different people. If you care about seeing the actual code, you can. If you just want a safe, convenient download that updates itself, you can use the Store instead.
The changelog on GitHub shows the app is still being improved over time, which suggests the developer is committed to maintaining it rather than abandoning it after launch.
What This Means
The broader context here is that the Windows desktop is not going away, and neither are small, well-made applications that solve specific problems. Even as phones, tablets, and web browsers claim more of our attention, there is still real value in a tool that lives in your system tray, never nags you, and does exactly what you ask.
Trdo works because it respects your attention. You can have music or talk radio playing in the background while you work on other things, and the app takes up almost no space and makes no demands on you. That is a sustainable approach to software — it adds something useful to your life without adding clutter or complexity.


