Windows Applications on Linux with WinBoat: Running Microsoft Word, Photoshop & More on TUXEDO OS - TUXEDO Computers

  • Notebooks
    • Notebooks/Laptops with preinstalled and configured Linux and more. TUXEDO Computers are individually built computers and PCs being fully Linux-suitable, custom tailored Linux hardware so to say. We deliver all TUXEDOs ready to go so you only ha...
    • 10-14 inch
    • 15-16 inch
    • 17 inch
    • Immediate shipping
    • Business notebooks
    • Gaming-Notebooks
    • Mobility notebooks
    • Deep Learning AI
    • All Notebooks
  • Computers / PCs
    • Computers / PCs with Linux preinstalled & more TUXEDO Computers are individually built computers and PCs being fully Linux-suitable, custom tailored Linux hardware so to say :) We deliver all TUXEDOs ready to go so you only have to unwrap,...
    • Mini Systems
    • Midi Systems
    • Maxi Systems
    • AMD Systems
    • Intel Systems
    • All Systems
  • Accessories
    • Here you will find accessories, components and peripherals for your TUXEDO system. Nothing suitable found here? Get in touch with us directly!
    • Batteries
    • Displays
    • Dockingstations
    • Books
    • Input Devices & Peripherals
    • Bags & Sleeves
    • Notebook Power Supplies & Cords
    • Components & Complements
      • Cables
      • Drives
      • Hard Disk Drives 2.5"
      • Memory
      • PC Power Supplies
      • SSDs 2.5"
      • SSDs m.2 (SATAIII and NVMe)
      • WiFi, LAN & Mobile Network
      • Licenses
  • B2B
    • In this category you can find equipment for your company, office, school, university or educational institution and servers and solutions. Appliances with CRM, ERP and merchandise management, cloud storage, cloud server for self-hosting, services...
    • Business notebooks
    • Business computers
  • Novelties
  •  
    • Notebooks
      • 10-14 inch
      • 15-16 inch
      • 17 inch
      • Immediate shipping
      • Business notebooks
      • Gaming-Notebooks
      • Mobility notebooks
      • Deep Learning AI
      • All Notebooks
    • Computers / PCs
      • Mini Systems
      • Midi Systems
      • Maxi Systems
      • AMD Systems
      • Intel Systems
      • All Systems
    • Accessories
      • Batteries
      • Displays
      • Dockingstations
      • Books
      • Input Devices & Peripherals
      • Bags & Sleeves
      • Notebook Power Supplies & Cords
      • Components & Complements
        • Cables
        • Drives
        • Hard Disk Drives 2.5"
        • Memory
          • DDR4 DIMM
          • DDR4 SO-DIMM
          • DDR5 DIMM
          • DDR5 SO-DIMM
        • PC Power Supplies
        • SSDs 2.5"
        • SSDs m.2 (SATAIII and NVMe)
        • WiFi, LAN & Mobile Network
        • Licenses
    • B2B
      • Business notebooks
      • Business computers
    • Novelties
  • Settings

  • Deutsch
  • English

  • Customer Account

  • Log in
  ATTENTION: To use our store you have to activate JavaScript and deactivate script blockers!  
Thank you for your understanding!

Windows Applications on Linux with WinBoat: Running Microsoft Word, Photoshop & More on TUXEDO OS

Many Linux newcomers repeatedly mention the same reasons for not giving the free operating system a chance: they need programs from the Adobe Creative Suite or don’t want to give up Microsoft Office. Outlook is often also an essential tool in a corporate environment.

Games, which used to be a common obstacle, now mostly run smoothly on Linux thanks to Steam and Proton — often even with better frame rates than on Windows on the same system. Proprietary applications with digital rights management, such as Adobe Photoshop or Microsoft Word and Outlook, however, often remain a stubborn barrier.

With WinBoat, a new open-source solution is now available that makes Windows accessible directly under Linux in a lightweight, high-performance environment. Many Windows applications can thus be used conveniently and safely on TUXEDO OS — without rebooting into another OS and without complex configuration of the existing system.

Windows 11 Pro in a WinBoat-created VM in a Docker container, with all essential installation steps automatically handled by the program.
Windows 11 Pro in a WinBoat-created VM in a Docker container, with all essential installation steps automatically handled by the program.

What is WinBoat?

WinBoat is an open-source project that elegantly automates the installation and use of Windows on Linux. The application combines the container technology of Docker with the Remote Desktop Protocol FreeRDP to run Windows in an isolated environment and seamlessly display its applications on the Linux desktop.

Windows in the WinBoat container virtualizes only applications and their dependencies. The container starts much faster and uses fewer resources than a traditional VM.

WinBoat handles the entire installation process — from automatically downloading the official Windows ISO to removing unnecessary components and setting up a local user account. Through a user-friendly graphical interface, you can then start the virtual Windows environment and open programs with a single click.

This makes WinBoat one of the most convenient and technically clean ways to run a full Windows system directly under Linux.

Virtual Machine vs. Container: A traditional virtual machine like VirtualBox emulates complete hardware including BIOS, so a full guest OS runs. A container like Docker only virtualizes the application and its dependencies, sharing the host OS. Containers are lighter, start faster, and require fewer resources, but offer less isolation.

Requirements

To run WinBoat on TUXEDO OS (or any other Linux distribution), a few essential components must be installed:

  • Docker and Docker Compose v2
  • FreeRDP 3
  • Virtualization enabled in BIOS/UEFI:
    • AMD: SVM or AMD-V
    • Intel: VT-X or VMX

Under TUXEDO OS, the required dependencies can be installed via the command line:

sudo apt install docker.io docker-compose-v2 freerdp3-x11

Then add your user to the Docker group:

sudo usermod -aG docker $USER

To apply the group change, log out and log back in once.

Installing WinBoat

The developers provide WinBoat in various versions and package formats. On TUXEDO OS, we recommend the DEB package built for Debian (and other Debian-based distributions). Download it and open it with a double-click in the Discover software manager. Click Install at the top right to install the software. You can then launch WinBoat from the applications list.

Installation Wizard

The graphical installer will open at the first start. After an introduction and displaying the license agreement, the wizard checks for all necessary dependencies and configurations. If you have followed the steps above, every item should show a green checkmark. Then select the installation folder, for example a subfolder in your home directory.

The installation wizard checks if all dependencies are installed and displays green checkmarks for successful verification. If not, WinBoat provides guidance for installation.
The installation wizard checks if all dependencies are installed and displays green checkmarks for successful verification. If not, WinBoat provides guidance for installation.

Windows Version

Next, choose the Windows version (e.g., Windows 11 Pro) and the language (some languages like German cannot currently be selected directly due to a bug). Finally, set the username and password. Hardware configuration settings (CPU cores and RAM allocation) can usually be accepted as they are.

WinBoat automatically downloads a Windows image from the Internet and adjusts the VM settings for container use automatically.
WinBoat automatically downloads a Windows image from the Internet and adjusts the VM settings for container use automatically.
Here you set the number of CPU cores and RAM allocation for the Windows VM. Make sure to leave sufficient resources for the host system.
Here you set the number of CPU cores and RAM allocation for the Windows VM. Make sure to leave sufficient resources for the host system.

Note: Be aware that WinBoat requires a significant amount of disk space. The image size cannot be easily changed later. In this example, WinBoat occupies 48 GB in the home directory as configured.

Folder Sharing

Using Home Folder Sharing, the Windows machine can access the entire home directory. Caution: this comes with pros and cons. Malware could, for example, compromise data stored under Linux. Currently, it is not possible to share only a subdirectory for data exchange.

Windows programs gain access to the Linux host home directory via network sharing, allowing files to be shared between both systems.
Windows programs gain access to the Linux host home directory via network sharing, allowing files to be shared between both systems.

The WinBoat installer then displays a summary, automatically downloads a Windows image from Microsoft servers, removes unnecessary components, and sets up the VM. Depending on internet speed and system performance, this process can take up to an hour.

WinBoat automatically downloads the Windows ISO, optimizes it for the container, and sets up the VM ready to use. Everything runs completely in the background for the user.
WinBoat automatically downloads the Windows ISO, optimizes it for the container, and sets up the VM ready to use. Everything runs completely in the background for the user.

Starting Windows and Using Applications

After installation, you can start Windows directly in the WinBoat interface under Apps. There are two main functions:

  • Windows Desktop: Launches the full Windows desktop in a window on Linux.
  • Apps: Opens individual Windows programs directly on the Linux desktop without loading the full Windows desktop.
Windows Desktop opens the complete Windows environment, while apps can run as normal windows on the Linux desktop.
Windows Desktop opens the complete Windows environment, while apps can run as normal windows on the Linux desktop.

Example: Clicking Command Prompt opens the Windows command line as a normal window on the Linux desktop. Applications like Word or Excel can also be used directly. Programs installed in the Windows VM automatically appear under Apps, so you can open them like regular windows on the Linux desktop.

The Windows desktop functions like a
The Windows desktop functions like a „normal“ Windows installation. The top bar allows minimizing Windows and switching back to the Linux desktop.
Example: Notepad++ can be used directly under Linux thanks to WinBoat, appearing like a normal program window on the desktop.
Example: Notepad++ can be used directly under Linux thanks to WinBoat, appearing like a normal program window on the desktop.

If Shared Home Folder was enabled during VM installation or later in Configuration, the Linux home directory is mounted under Network » host.lan » Data in the Windows VM. Both systems can access the same files — ideal for mixed workflows.

Warning: Home directory sharing cannot be restricted to individual folders. It’s all or nothing. Malware inside the Windows VM could compromise Linux data. Use file sharing selectively or via a dedicated network share. Only install programs from trusted sources. WinBoat is not a secure sandbox for experiments.

Configuring the Virtual Windows Language

Since Windows cannot currently be installed in some languages like German, the system defaults to English, including the keyboard layout. Typing a Y will produce a Z in Windows applications. You can change this later with a language pack.

Open Settings » Time & language » Language & region » Preferred language and click Add a language. Select e.g. German (Germany) and follow the assistant to install it. Then set Windows display language to (in this case) German (Germany) and sign out and back in to activate.

Language packs allow you to switch the Windows system, initially English-only, completely to German (or any other language).
Language packs allow you to switch the Windows system, initially English-only, completely to German (or any other language).

HiDPI Display Configuration

Under Configuration, Display Scaling is particularly important for high-resolution displays. This allows fonts and buttons on the Linux desktop to scale properly. CPU cores and RAM allocation can also be adjusted here.

Under Configuration, CPU cores and RAM allocation of the WinBoat VM can be adjusted to ensure sufficient resources for the host system.
Under Configuration, CPU cores and RAM allocation of the WinBoat VM can be adjusted to ensure sufficient resources for the host system.
Display Scaling improves the appearance of fonts and windows in Windows applications on high-resolution screens.
Display Scaling improves the appearance of fonts and windows in Windows applications on high-resolution screens.

Performance and Practical Use

We tested WinBoat on a TUXEDO InfinityBook Pro 14 - Gen7 with an Intel Core i7–12700H and 32 GB RAM. Single-core performance loss is minimal. Multi-core benchmarks in Geekbench show significant losses — not surprising if not all host CPU cores are allocated to the VM.

  • Firefox Benchmark (Speedometer 3.1): Firefox in the WinBoat Windows VM runs about 33% slower (native: 19.2; WinBoat: 12.8).
  • Geekbench 6.5.0: Around 7% slower in single-core (native: 2001; WinBoat: 1863), over 40% slower in multi-core (native: 7890; WinBoat: 4681).

In everyday use, Windows responds smoothly. Office programs like Word or Excel run without noticeable delay, while demanding software like Photoshop or Premiere is best used in full desktop mode. GPU passthrough is currently not supported but unnecessary for most use cases.

RDP Instead of VNC: Faster Rendering

While Docker defaults to VNC, WinBoat uses Microsoft’s Remote Desktop Protocol (RDP). This provides much better performance and image quality without visible compression artifacts. Only FreeRDP 3 is required, included in TUXEDO OS repositories.

Note: You can also access the VM via a browser. Simply open http://127.0.0.1:8006.

License and Activation

Windows installed in WinBoat is initially not activated. You can perform regular activation with a valid license key. WinBoat itself and all components are fully open-source and contain no copyrighted files.

Windows on Linux: It Doesn’t Get Easier Than This

WinBoat offers Linux users a stable, user-friendly, high-performance solution to run Windows applications directly under Linux. Whether you need Microsoft Office, Photoshop, or specific Windows tools — WinBoat integrates them seamlessly into everyday Linux use.

Installation is straightforward, performance is convincing, and the graphical interface makes it accessible even for beginners. For many users, WinBoat removes the last major hurdle to a fully Linux-based workflow.

Service & Support

Welcome to TUXEDO Support - how can we help you?

Linux at TUXEDO

Are you wondering if Linux is right for you? Our team will be happy to answer your questions and explain details about the free operating system at TUXEDO.
Let the advantages and services convince you!

Hardware

Notebook, PC, both - and which model? Our technical service team also provides advice on selection, equipment and puts together suitable offers for your technical requirements.

Questions and Answers

Frequently asked questions and the corresponding answers can be found here. If you cannot find a solution to your problem here, it is also worth taking a look at the instructions section.


Find out more

Instructions and Tips

Most situations can be solved quickly and easily by yourself. This saves you time and you can use your device directly again. We provide you with instructions, first steps and short tips for all TUXEDO models.


Find out more

System Recovery

Even in the case of a case, you don't have to rely on us: Your device can be reset to the factory settings - completely automatically! Everything is included with your order and you can get started right away.


Find out more

Technical Service

Our competent technicians are also happy to help with service requests. You have different possibilities to contact us. We are personally there for you Monday to Friday from 9 am to 1 pm and from 2 pm to 5 pm. But also outside these times, you can contact our team with your request by e-mail.
An extra function is available in your customer account for repair requests (RMA).

 

Contact

We are personally there for you Monday to Friday from 9 am to 1 pm and from 2 pm to 5 pm (German time). But also outside these times you can contact our team with your request by e-mail. Please include your customer number, the model name of your laptop or PC and as detailed a description of your request as possible. The more details you give us, the faster we can process your request!

We might not be able to answer questions about third party hardware or software. For questions about popular open source software (Thunderbird, Filezilla...) please contact a forum e.g. ubuntuforums.org. The research effort for application specific setup is immense and not manageable at the current time. Basic compatibility questions e.g. are of course still welcome!

An extra function is available in your customer account for repair requests (RMA).

 

Image of Tux

Linux compatible
image of 5 years warranty badge

Up to 5 Years Warranty
stylized image of a Rocket

Immediately ready for use
image of germany with a wrench in the center

Assembled in Germany
image of germany with a section sign in the center

German Data Privacy
stylized image of a tech support worker

German Tech Support

Guidance

  • Service & Support
  • B2B


Mo - Fr: 9-13 & 14-17h
+49 (0) 821 / 8998 2992

About TUXEDO

  • Why TUXEDO
  • TUXEDO Control Center
  • TUXEDO Tomte
  • TUXEDO WebFAI
  • TUXEDO OS
  • TUXEDO Aquaris
  • Individual logos and keyboards

Help & Support

  • Downloads & Drivers
  • System Diagnostics
  • Frequent questions (FAQ)
  • Instructions
  • Help with my device
  • Revocation right
  • Shipping costs & delivery times
  • Payment methods

News & more

  • News & Blog
  • Press
  • Newsletter
  • Event Calendar
  • Jobs & Career
  • Sponsoring

Community


Your Linux specialist since 2004

  • Accessibility
  • Privacy policy
  • Imprint
  • Battery disposal
  • Conditions of Use

Shipping costs & delivery times

We ship your order to almost all countries, in Europe mostly even free of charge! The respective shipping costs and the cost threshold above which we will cover the costs for you can be found here or for international shipping in the table below.

 


Free shipping within Germany

There are no shipping costs within Germany for goods worth €100 or more.

 

7.99 € shipping cost at max!

No matter how many small articles you order, such as USB stick card reader, LAN adapters or fan articles, with us, you pay a maximum of 7.99 € shipping costs.

  • 7.99 € shipping fee for all orders below 100 € of goods
  • Free shipping from 100 € total value of goods

You can check all occurring shipping costs or if we even deliver for free right before sending your order!

 


International delivery

Here are the shipping costs as well as the amount threshold for your order. The threshold is referring to the total amount of your order, which enables free shipping.
 

Taxes and customs outside the EU:

For orders outside the EU there might be additional duties, taxes or charges needed to be paid by the customer. These don't have to be paid to the supplier, but to local authorities. Please check for any details with your local customs or tax authorities before ordering! But as a benefit you don't have to pay German taxes, this means you save up to 19%!
Due to the Brexit and the associated changes, there may be delays of several days in customs clearance on site for deliveries to the UK. This is not within our sphere of influence, so we ask for your understanding.

 

 
⚠️   Countries to which we unfortunately cannot ship, and information on how you can still order from us, can be found here!
Country Shipping Fee Free Shipping From
Albania 99,00 EUR -
Andorra 59,00 EUR -
Belarus Temporarily no delivery possible 59,00 EUR -
Belgium 8,49 EUR 100 EUR
Bulgaria 15,99 EUR 160 EUR
Denmark 8,49 EUR 100 EUR
Estonia 15,99 EUR 160 EUR
Faroe Islands 129,00 EUR -
Finland 14,99 EUR 150 EUR
France 9,99 EUR 120 EUR
Greece 22,90 EUR -
United Kingdom 9,99 EUR 120 EUR
Hong Kong 199,00 EUR -
India 199,00 EUR -
Ireland 14,99 EUR 150 EUR
Island 129,00 EUR -
Italy 9,99 EUR 120 EUR
Japan 99,00 EUR -
Canada 99,00 EUR -
Croatia 34,90 EUR 500 EUR
Latvia 15,99 EUR 160 EUR
Lithuania 15,99 EUR 160 EUR
Luxembourg 8,49 EUR 100 EUR
Macau 199,00 EUR -
Malta 34,90 EUR 500 EUR
Macedonia 59,00 EUR -
Moldova 199,00 EUR -
Monaco 19,00 EUR -
Montenegro 99,00 EUR -
Netherlands 8,49 EUR 100 EUR
Norway 14,99 EUR 150 EUR
Austria 8,49 EUR 100 EUR
Poland 15,99 EUR 160 EUR
Portugal 14,99 EUR 150 EUR
Romania 15,99 EUR 160 EUR
San Marino 9,99 EUR 120 EUR
Sweden 14,99 EUR 150 EUR
Switzerland 13,99 EUR 150 EUR
Serbia 34,90 EUR 500 EUR
Singapore 199,00 EUR -
Slovakia 15,99 EUR 160 EUR
Slovenia 15,99 EUR 160 EUR
Spain (without Canary Islands) 14,99 EUR 150 EUR
Czech Republic 15,99 EUR 160 EUR
Ukraine Temporarily no delivery possible 129,00 EUR -
Hungary 15,99 EUR 160 EUR
USA including Hawaii 99,00 EUR -
United Arabic Emirates 199,00 EUR -
Cyprus 34,90 EUR 500 EUR
Qatar 199,00 EUR -
⚠️ Countries to which we unfortunately cannot ship, and information on how you can still order from us, can be found here!

 


Time of delivery

If not stated differently in the article's description, we deliver goods in:

  • 7-10 working days within Germany
  • 10-12 working days outside Germany

For orders paid in advance, the delivery time starts with receipt of the payment. Please keep in mind that there is no delivery on Sundays or on holidays.
For goods delivered as download, there will be no shipping fees due.
Access data for downloads are sent out via e-mail 1-3 working days after contract formation. For orders with advanced payment, we will deliver after receiving the payment. You can download the item by using the link sent to you via e-mail.

Self-pick-up of orders is not possible, unfortunately.