Before we dive into the "how," it’s worth understanding the "why." Sybo Games, the developer behind Subway Surfers, primarily targets mobile platforms (iOS/Android) with occasional ports to Windows 10/11 (via the Microsoft Store) and Xbox. Linux, despite its growing popularity in development and server markets, represents a tiny fraction of the casual gaming desktop market.
As a result, Linux users have to rely on creative solutions. But don’t let that discourage you—each method below provides a playable, smooth experience.
| Method | Controls |
|----------------|--------------------------------------------------------------------------|
| Waydroid | Keyboard binds OR touchscreen (tap swipe) |
| Android VM | Mouse drag = swipe, or map keys via adb |
| Browser version | Arrow keys or WASD |
Keyboard mapping suggestion (for emulators): Subway Surfers For Linux
| Pros | Cons | | :--- | :--- | | High Performance: Near-native speeds via Waydroid. | No Native Port: Requires third-party tools. | | Free to Play: No purchase necessary if sideloading. | Control Scheme: Mouse/Keyboard input is inferior to touch. | | Safety: Linux environment isolates the game well. | Setup Friction: Requires terminal knowledge for emulators. | | Battery Efficiency: On laptops, Waydroid is more efficient than running an Android VM. | Microtransactions: In-app purchases may not work correctly in emulated environments without Google Play Services configured perfectly. |
Subway Surfers is a popular endless runner mobile game developed by Kiloo and SYBO. As of 2026, there is no native Linux version officially released by the developers. However, Linux users can play the game through several alternative methods, including Android emulation (Waydroid, Anbox), Windows compatibility layers (Wine/Proton), and web-based or cloud gaming platforms. The experience varies from acceptable to excellent depending on the chosen method and hardware.
If the hassle of emulation feels excessive, consider these native endless runners available in the Ubuntu Software Center or Flathub: Before we dive into the "how," it’s worth
None replace the vibrant graffiti aesthetic of Subway Surfers, but they scratch the arcade itch.
Subway Surfers requires swiping. In Waydroid, you can map:
Check session:
echo $XDG_SESSION_TYPE
Output must be wayland. If x11, switch to Wayland.
Install Waydroid:
# Ubuntu/Debian
sudo add-apt-repository ppa:waydroid/waydroid
sudo apt update
sudo apt install waydroid