Ludo is a minimalist frontend for emulators

Download for Windows Download for Mac Download for Linux
Currently v0.17.1 · Changelog · For 64bit systems

Focus on playing

Ludo tabs
Ludo's user interface is distraction free and configuration is always optional.
Scan your games and browse your collection categorized by system with playlists showing in-game screenshots.
Playlists
Quick menu
A contextual menu gives you access to actions and quick save / quick load anytime.
We chose the best emulators for the job, configured with sane defaults guaranteeing a balance of speed and accuracy.
In game

Ludo as an Operating System

Illustration
Ludo also exists in the form of an Operating System called LudOS.
It behaves and looks exactly the same and can be installed directly on a TV Box to recreate a game console experience.

Frequently Asked Questions

How is Ludo different from RetroArch?

Ludo will stay smaller than RetroArch by only implementing the core features and by targeting less platforms.
By not adding advanced functionalities, we aim to deliver a stable frontend for beginner users on Windows, Mac OSX and Linux.
Some design choices are different. For example we support less cores, and choose cores for the user. The cores are packaged in the frontend so no additional step is required to launch a game.

How is Ludo similar to RetroArch?

Like RetroArch, Ludo is a libretro frontend, so the way of communicating with the emulators is the same.
Same cores, similar UI patterns, joypad driven UI, same game thumbnails, mostly the same game database, same terminology. It also shares some of the same developers, as kivutar is an important contributor of the libretro team, and all the people who provided help have also been members of the Libretro community.
It definitely shares a lot of the same core values.

Why not implement Ludo as a menu driver in RetroArch?

To keep software stable on a number of different platforms, it is important to keep a small codebase with a good test coverage. It is also important to not introduce changes at a high rate.
RetroArch is an extremely active project and has a growing codebase that makes it harder to reach stability.
Also, RetroArch is a very powerful and sophisticated frontend, and one of the common criticisms is that it exposes too many configuration options for the average retro gamer.
Implementing Ludo as a menu driver of RetroArch would solve none of these core issues. For now, Ludo distinguishes itself from RetroArch by offering less features and focusing on a more easy to use interface.

Does Ludo offer a better scanning method compared to RetroArch?

No, the scanner logic is basically the same and Ludo supports even less ROM formats.
CDs are scanned based on file name instead of serial number.
Ludo's scanner faster for this reason and because it leverages goroutines.

Can you add feature X to Ludo?

The answer is likely to be no, as we're trying to keep the code small, so only bugfixes are really welcome.
We encourage you to fork Ludo and add the feature yourself. It should be fairly easy given the scope of the project.
If you are able to author a very useful improvement with a minimum of changes, we might merge your changes.