Run Windows apps such as Microsoft Office/Adobe in Linux
R

Run Windows apps such as Microsoft Office/Adobe in Linux

Run Windows apps such as Microsoft Office/Adobe in Linux

15,421 stars
N/A forks
N/A contributors

README

Project documentation from GitHub

Run Windows Apps Natively on Linux with WinApps

For Linux users, there's always been that one stubborn Windows application you just can't replace. Maybe it's Microsoft Office for that specific corporate template, Adobe Photoshop for a particular plugin, or a proprietary business tool that only runs on Windows. Dual-booting or a full VM feels like overkill. What if you could just run that single app, seamlessly, as if it were a native Linux program? That's the itch WinApps aims to scratch.

It's a project that promises to blur the lines between your Linux desktop and essential Windows software, integrating them in a way that feels almost magical and surprisingly practical.

What It Does

WinApps is an open-source tool that runs Windows applications from within Linux. But it's not just another virtual machine launcher. The clever part is its integration: Windows apps appear as individual icons in your Linux application menu. When you launch one, it opens in its own window, without the surrounding clutter of a full Windows desktop. It can even handle file associations, so double-clicking a .docx file in your Linux file manager could open it in the Windows version of Microsoft Word.

Under the hood, it uses a pre-configured Windows Virtual Machine (VM) running in the background (via KVM or VirtualBox) and connects to it using RDP (Remote Desktop Protocol). The winapps script acts as a broker, managing the RDP sessions to present each application as a standalone window.

Why It's Cool

The "wow factor" here is all about the seamless integration. You're not managing a separate Windows environment; you're just launching "Excel" or "Adobe Acrobat" from your app grid. The applications use your Linux clipboard, and with some configuration, they can access your Linux home directory, making file sharing between systems trivial.

It's also highly automated. The provided install script can set up a Windows VM automatically, install common apps like the Microsoft Office suite, and generate the corresponding .desktop files for your Linux environment. For developers, this means you can keep your primary workflow in Linux but still have instant, hassle-free access to those few Windows-only tools or test environments when needed.

How to Try It

Ready to give it a spin? The project is hosted on GitHub and has a fairly detailed setup guide. Here’s the condensed version:

  1. Prerequisites: You'll need a running Linux system with virt-manager, virt-viewer, and FreeRDP installed. A licensed copy of Windows 10 (or 11) is also required for the VM.
  2. Clone the repo:
    git clone https://github.com/winapps-org/winapps.git
    cd winapps
    
  3. Run the installer

Did you like this issue?

Join our weekly newsletter

Love discovering amazing projects?

Help us continue bringing you the best open-source discoveries every week.

Back to Projects
Last updated: Dec 5, 2025