{"id":28403,"date":"2026-03-30T07:51:51","date_gmt":"2026-03-30T07:51:51","guid":{"rendered":"https:\/\/linux.how2shout.com\/?p=28403"},"modified":"2026-03-30T07:52:07","modified_gmt":"2026-03-30T07:52:07","slug":"install-winboat-ubuntu-run-windows-apps","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/","title":{"rendered":"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs"},"content":{"rendered":"\n<p>If you&#8217;ve switched to Ubuntu but still depend on a handful of Windows applications \u2014 Microsoft Office, Adobe Photoshop, your company&#8217;s proprietary accounting tool, or that one niche program nobody has heard of \u2014 you&#8217;ve probably tried Wine, cursed at compatibility errors, and wondered if there&#8217;s a better way.<\/p>\n\n\n\n<p><strong>There is. It&#8217;s called WinBoat.<\/strong><\/p>\n\n\n\n<p><strong>WinBoat<\/strong> is a free, open-source application that lets you run Windows programs directly on your Ubuntu desktop as if they were native Linux apps. <strong>Not inside a clunky virtual machine window<\/strong>. Not through <strong>Wine&#8217;s hit-or-miss compatibility layer. <\/strong>Individual <strong>Windows applications open in their own windows,<\/strong> sitting right <strong>alongside <\/strong>your Linux programs in the <strong>taskbar<\/strong>, sharing your clipboard and file system.  <\/p>\n\n\n\n<p>In this article, we will show how we can download the WinBoat application on Ubuntu and install it along with other requirements such as Docker to install Windows 11 and its applications. However, what to expect once<strong> Winboat starts running<\/strong> \u2014 including the rough edges, because this tool is <strong>still <\/strong>in <strong>beta <\/strong>while writing this article hence it may not always work smoothly.  <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-winboat-and-how-does-it-work\">What Is WinBoat and How Does It Work?<\/h2>\n\n\n\n<p>WinBoat is an Electron-based application created by developer <strong>TibixDev<\/strong>, released in mid-<strong>2025 <\/strong>and licensed under <strong>MIT<\/strong>. The project has picked up serious momentum \u2014 as of early 2026, it has nearly <strong>20,000 <\/strong>stars on <strong>GitHub<\/strong>, active development with regular releases, and a growing community on Discord.<\/p>\n\n\n\n<p><strong>Here&#8217;s the simplified version of what happens when you use WinBoat: <\/strong>it runs a <strong>real copy<\/strong> of <strong>Windows <\/strong>inside a <strong>Docker <\/strong>or <strong>Podman <\/strong>container on your machine. Behind the scenes, that <strong>container <\/strong>uses <strong>KVM <\/strong>(Linux&#8217;s built-in virtualization technology) to run the <strong>Windows <\/strong>instance as a lightweight virtual machine. <strong>WinBoat <\/strong>then communicates with a &#8220;<strong>Guest Server<\/strong>&#8221; installed inside Windows to detect your installed applications, manage resources, and handle integration features.<\/p>\n\n\n\n<p><strong>The clever part is how it displays the apps<\/strong>. Instead of showing you a<strong> full Windows desktop <\/strong>inside a <strong>window <\/strong>(like VirtualBox would), <strong>WinBoat <\/strong>uses <strong>FreeRDP <\/strong>along with Microsoft&#8217;s <strong>RemoteApp <\/strong>protocol to extract individual application windows and composite them onto your Linux desktop.<strong> So when you launch<\/strong>, say, Microsoft Word through <strong>WinBoat, you see a Word window \u2014 not a Windows desktop with Word running inside it. It behaves like any other window on your Ubuntu machine. You can Alt-Tab to it, resize it, and <\/strong>move it between workspaces.<\/p>\n\n\n\n<p>This is fundamentally different from Wine. Wine tries to translate Windows API calls to Linux equivalents in real time \u2014 which works brilliantly for some apps but fails completely for anything that relies on newer Windows APIs, UWP frameworks, the Microsoft Store, or heavy DRM. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-is-winboat-different-from-winapps\">How Is WinBoat Different from WinApps?<\/h3>\n\n\n\n<p>If you&#8217;ve heard of <strong><a href=\"https:\/\/github.com\/winapps-org\/winapps\" target=\"_blank\" rel=\"noreferrer noopener\">WinApps<\/a><\/strong>, you&#8217;re probably wondering how WinBoat compares.<strong> Both use the same underlying approach <\/strong>\u2014 a Windows VM exporting individual app windows via <strong>RDP&#8217;s <\/strong>RemoteApp feature. The difference is in philosophy and user experience.<\/p>\n\n\n\n<p><strong>WinApps <\/strong>is the older, more mature <strong>project<\/strong>. It&#8217;s highly configurable and <strong>supports Docker, Podman, and direct KVM\/libvirt setups.<\/strong> But it expects you to be comfortable editing config files, running setup scripts, and troubleshooting virtualization issues. There&#8217;s no graphical installer.<\/p>\n\n\n\n<p><strong>WinBoat <\/strong>takes the opposite approach. It wraps everything in a <strong>polished GUI. You install it, launch it, pick your preferences (RAM allocation, CPU cores, storage location, Windows ISO), and WinBoat handles the rest \u2014 downloading Windows, configuring the container, setting up RDP, and <\/strong>installing the Guest Server. The tradeoff is less customization, but for most people who just want their Windows apps working, that&#8217;s a fair deal.<\/p>\n\n\n\n<p><strong>One practical difference worth noting:<\/strong> WinApps registers your Windows apps directly in your Linux application launcher, so you can find them in your <strong>GNOME <\/strong>or <strong>KDE <\/strong>menu. WinBoat currently keeps apps inside its own interface \u2014 you launch WinBoat first, then open your apps from there. It&#8217;s a minor workflow difference, but worth knowing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-system-requirements\">System Requirements<\/h2>\n\n\n\n<p>Before installing, make sure your Ubuntu machine meets these requirements. WinBoat is not demanding by modern standards, but it does need certain things in place.<\/p>\n\n\n\n<p><strong>Hardware:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your <strong>CPU must support hardware virtualization (Intel VT-x or AMD-V), <\/strong>and it needs to be enabled in your BIOS\/UEFI. Most modern processors have this, but some manufacturers ship with it disabled by default. <\/li>\n\n\n\n<li>You&#8217;ll need at least <strong>4 GB of RAM allocated to WinBoat<\/strong> (so realistically, your machine should have <strong>8 GB total at a minimum <\/strong>). <\/li>\n\n\n\n<li>At least <strong>2 CPU <\/strong>threads are required. And you&#8217;ll want at least <strong>32 GB<\/strong> of free disk space for the Windows installation. An SSD is strongly recommended; running a containerized Windows instance from a mechanical hard drive will be painfully slow.<\/li>\n<\/ul>\n\n\n\n<p><strong>Software:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You need Docker (with Docker Compose v2) or Podman (with Podman Compose).  <\/li>\n\n\n\n<li>FreeRDP version 3.x.x with sound support. WinBoat uses this to render the RemoteApp windows on your desktop.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note:<\/strong> One thing to be aware of: if your Ubuntu system uses Wayland (which is the default on Ubuntu 24.04 and later), you may experience some quirks with window management, especially on multi-monitor setups. Several users in the community have reported better stability under X11. If you run into weird display behavior, switching to an X11 session at the login screen is a reasonable first troubleshooting step.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-by-step-winboat-installation-on-ubuntu\">Step-by-Step WinBoat Installation on Ubuntu<\/h2>\n\n\n\n<p>I&#8217;m breaking this into stages because the <a href=\"https:\/\/linux.how2shout.com\/best-way-to-install-docker-on-ubuntu-20-04-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Docker <\/strong>setup on Ubuntu<\/a> is where most people hit snags. <strong>Take <\/strong>it one step at a time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-stage-1-install-docker-engine\">Stage 1: Install Docker Engine<\/h3>\n\n\n\n<p>First, remove any old or conflicting Docker packages that might be lingering on your system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done<\/code><\/pre>\n\n\n\n<p>Now add <strong>Docker&#8217;s official repository. <\/strong>This ensures you get the latest version directly from Docker rather than the potentially outdated package in Ubuntu&#8217;s default repos:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt-get update\nsudo apt-get install ca-certificates curl\nsudo install -m 0755 -d \/etc\/apt\/keyrings\nsudo curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg -o \/etc\/apt\/keyrings\/docker.asc\nsudo chmod a+r \/etc\/apt\/keyrings\/docker.asc<\/code><\/pre>\n\n\n\n<p>Add the Docker repository to your system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">echo \\\n  \"deb [arch=$(dpkg --print-architecture) signed-by=\/etc\/apt\/keyrings\/docker.asc] https:\/\/download.docker.com\/linux\/ubuntu \\\n  $(. \/etc\/os-release &amp;&amp; echo \"${UBUNTU_CODENAME:-$VERSION_CODENAME}\") stable\" | \\\n  sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null<\/code><\/pre>\n\n\n\n<p>Install Docker Engine and its companion tools:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt-get update\nsudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin<\/code><\/pre>\n\n\n\n<p>Now, this part is critical, and people forget it all the time \u2014 add your user to the <strong>Docker group so<\/strong> you can run Docker commands without sudo:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo usermod -aG docker $USER<\/code><\/pre>\n\n\n\n<p><strong>You must log out and log back in<\/strong> (or reboot) for this group change to take effect. Skipping this step is the single most common reason WinBoat throws errors on first launch.<\/p>\n\n\n\n<p>After relogging, verify <strong>Docker <\/strong>is working:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">docker run hello-world<\/code><\/pre>\n\n\n\n<p>If you see a success message, Docker is ready.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1013\" height=\"714\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Check-Docker-is-working.webp\" alt=\"Check Docker is working\" class=\"wp-image-28407\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-stage-2-install-freerdp\">Stage 2: Install FreeRDP<\/h3>\n\n\n\n<p>WinBoat needs FreeRDP 3.x to render Windows application windows on your desktop. On Ubuntu 24.04 and later:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt update\nsudo apt install freerdp3-x11<\/code><\/pre>\n\n\n\n<p>If <code>freerdp3-x11<\/code> isn&#8217;t available in your Ubuntu version&#8217;s repositories, fall back to version 2.x:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt install freerdp2-x11<\/code><\/pre>\n\n\n\n<p>Verify the installation:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">xfreerdp3 \/version\nor \nxfreerdp \/version<\/code><\/pre>\n\n\n\n<p>You should see a version number. As long as it&#8217;s 2.x or 3.x, you&#8217;re good to go.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"830\" height=\"434\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/check-freerdp-installed-version-on-Ubuntu.webp\" alt=\"check freerdp installed version on Ubuntu\" class=\"wp-image-28409\"\/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-stage-3-install-winboat\">Stage 3: Install WinBoat<\/h3>\n\n\n\n<p>Head to the <strong>WinBoat <\/strong>releases page on GitHub (<a href=\"https:\/\/github.com\/TibixDev\/winboat\/releases\" target=\"_blank\" rel=\"noreferrer noopener\">github.com\/TibixDev\/winboat\/releases<\/a>) and download the <code>.deb<\/code> file for the latest <strong>release<\/strong>.<\/p>\n\n\n\n<p>Install it with APT, which will handle dependencies automatically:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">cd ~\/Downloads\nsudo apt install .\/winboat-*-amd64.deb<\/code><\/pre>\n\n\n\n<p><strong>Alternatively<\/strong>, if you prefer not to use the .deb package, WinBoat also offers an AppImage. Download it, make it executable (<code>chmod +x WinBoat-*.AppImage<\/code>), and run it directly. <strong>Note <\/strong>that the <strong>AppImage <\/strong>route requires <code>libfuse2<\/code> to be <strong>installed <\/strong>\u2014 you can <strong>grab <\/strong>it with <code>sudo apt install libfuse2<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-stage-4-first-launch-and-windows-setup\">Stage 4: First Launch and Windows Setup<\/h3>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Launch WinBoat from your application menu or by typing <code>winboat<\/code> in the terminal.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Winboat-launching-1024x495.webp\" alt=\"Winboat launching\" class=\"wp-image-28410\"\/><\/figure>\n\n\n\n<p><strong>On first launch, <\/strong>WinBoat checks that all <strong>prerequisites <\/strong>are met \u2014 Docker running, Docker group membership, FreeRDP installed, KVM available. If anything is missing, it tells you what needs fixing. If the system met all the pre-requirements you will get NEXT button enabled to move forward. This pre-flight check is one of the things that makes WinBoat friendlier than WinApps for beginners.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1382\" height=\"1228\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/WinBoat-checks-that-all-prerequisites-are-met.webp\" alt=\"WinBoat checks that all prerequisites are met\" class=\"wp-image-28412\"\/><\/figure>\n\n\n\n<p>Once everything passes, WinBoat walks you through creating your Windows instance:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Choose your storage location.<\/strong> WinBoat asks where to store the containerized VM. The default is <code>~\/winboat<\/code>, but you can point it anywhere \u2014 useful if your home directory is on a smaller partition and you have a second drive with more space.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"744\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/select-storage-location-for-WinBoat-1024x744.webp\" alt=\"select storage location for WinBoat\" class=\"wp-image-28413\"\/><\/figure>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Windows ISO.<\/strong> You can let WinBoat automatically download a trial Windows ISO, or point it to a custom ISO you&#8217;ve already downloaded. The automatic download pulls a standard Windows trial image from Microsoft. Several experienced users recommend using Windows 10 IoT LTSC for a lighter footprint if you have access to that ISO.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"747\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Select-Windows-11-Version-to-install-on-Docker-using-Winboat-1024x747.webp\" alt=\"Select Windows 11 Version to install on Docker using Winboat\" class=\"wp-image-28415\"\/><\/figure>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Add the <strong>username <\/strong>and <strong>password <\/strong>for Windows 11.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1479\" height=\"1172\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Select-username-and-password-for-Winboat.webp\" alt=\"Select username and password for Winboat\" class=\"wp-image-28416\"\/><\/figure>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>Allocate resources.<\/strong> Pick how much <strong>RAM<\/strong>, how many <strong>CPU <\/strong>threads, and how much disk space to give <strong>Windows<\/strong>. For general productivity apps (Office, Acrobat, lightweight tools), <strong>4 GB<\/strong> <strong>RAM <\/strong>and <strong>2 CPU<\/strong> threads work fine. <strong>For heavier software <\/strong>like Adobe Creative Suite, bump it up to <strong>6\u20138 GB  RAM<\/strong> if your hardware allows.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1530\" height=\"1228\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/allocate-resources-Winboat.webp\" alt=\"allocate resources Winboat\" class=\"wp-image-28414\"\/><\/figure>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>Wait for installation.<\/strong> WinBoat downloads the ISO (if needed), creates the Docker container, installs Windows inside it, and sets up the Guest Server. This process takes anywhere from <strong>30 to 60 minutes <\/strong>depending on your internet speed and hardware. Go make some chai \u2014 there&#8217;s nothing for you to do during this phase.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"822\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/completed-Winboat-setup-on-Ubuntu-1024x822.webp\" alt=\"completed Winboat setup on Ubuntu\" class=\"wp-image-28419\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1444\" height=\"986\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Installation-Winboat.webp\" alt=\"Installation Winboat\" class=\"wp-image-28420\"\/><\/figure>\n\n\n\n<p>Once setup finishes, <strong>WinBoat&#8217;s dashboard<\/strong> shows the status of your <strong>Windows <\/strong>instance, including resource usage and connection status.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1289\" height=\"807\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Winboat-Status-Dashboard.webp\" alt=\"Winboat Status Dashboard\" class=\"wp-image-28422\"\/><\/figure>\n<\/div><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-running-windows-apps\">Running Windows Apps<\/h2>\n\n\n\n<p>Open the <strong>Apps<\/strong> section in <strong>WinBoat&#8217;s left-hand menu.<\/strong> You&#8217;ll see a list of <strong>detected <\/strong>Windows applications \u2014 the built-in ones like Notepad, Paint, WordPad, and File Explorer are there automatically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1477\" height=\"1020\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Running-Windows-Apps-on-Winboat-Linux-Ubuntu.webp\" alt=\"Running Windows Apps on Winboat Linux Ubuntu\" class=\"wp-image-28423\"\/><\/figure>\n\n\n\n<p><strong>Click any app name <\/strong>and hit <strong>Launch<\/strong>. WinBoat fires up the <strong>RDP connection<\/strong> (if it&#8217;s not already active), and within a few seconds, the application window appears on your Ubuntu desktop. It looks and behaves like a regular window. You can <strong>copy and paste <\/strong>between it and your <strong>Linux <\/strong>apps. Your Linux home directory is accessible inside Windows as a mounted network drive, so file sharing between the two environments is straightforward.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-additional-windows-software\">Installing Additional Windows Software<\/h3>\n\n\n\n<p>To install software that isn&#8217;t already in the default app list:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Launch the <strong>Windows Desktop<\/strong> from WinBoat (this opens a full remote desktop session).<\/li>\n\n\n\n<li>Inside the Windows desktop, install your application the way you normally would \u2014 download the installer, run it, follow the prompts.<\/li>\n\n\n\n<li>Close the desktop session and go back to WinBoat&#8217;s Apps section. The new application should be detected and added to the list.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1530\" height=\"1228\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/Full-desktop-windows-11-Winboat-ubuntu.webp\" alt=\"Full desktop windows 11 Winboat ubuntu\" class=\"wp-image-28424\"\/><\/figure>\n\n\n\n<p>If an <strong>app doesn&#8217;t appear automatically, <\/strong>you can add it manually using the <strong>Add Custom<\/strong> option, where you specify the <strong>app name <\/strong>and the <strong>path <\/strong>to its executable inside Windows.<\/p>\n\n\n\n<p>Since version 0.9.0, WinBoat also supports<strong> UWP (Universal Windows Platform) apps<\/strong>, meaning Microsoft Store applications are visible and launchable too \u2014 something that&#8217;s completely <a href=\"https:\/\/linux.how2shout.com\/bottles-on-linux-to-run-windows-applications-a-gui-interface-for-wine\/\" target=\"_blank\" rel=\"noreferrer noopener\">impossible with Wine or Bottles.<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-works-well-and-what-doesn-t-honest-assessment\">What Works Well, and What Doesn&#8217;t (Honest Assessment)<\/h2>\n\n\n\n<p>I want to be upfront about this because WinBoat is still in beta, and some articles online make it sound more polished than it currently is.<\/p>\n\n\n\n<p><strong>What works well:<\/strong><\/p>\n\n\n\n<p>The installation experience, once Docker is set up, is genuinely smooth. The GUI is well-designed and walks you through everything. Basic productivity apps \u2014 Microsoft Office, WPS Office, Adobe Acrobat, Notepad++, and similar \u2014 run without issues for most users. Clipboard sharing and file system integration work as advertised. Audio passthrough functions through FreeRDP. USB passthrough has been available since version 0.8.0 as an experimental feature (Docker only, not yet on Podman).<\/p>\n\n\n\n<p><strong>What has rough edges:<\/strong><\/p>\n\n\n\n<p>There is<strong> no GPU acceleration yet. <\/strong>Applications that need graphics horsepower (Photoshop with large canvases, video editing tools, 3D modeling software) will run, but they&#8217;ll be slow because all rendering happens in software through the CPU. The WinBoat team has looked into paravirtualized GPU drivers but nothing is production-ready at this point.<\/p>\n\n\n\n<p><strong>Games with kernel-level anti-cheat (Valorant, Fortnite with EAC, etc.) w<\/strong>on&#8217;t work. Anti-cheat systems detect the virtualized environment and refuse to run. This is a fundamental limitation of any VM-based approach, not specific to WinBoat.<\/p>\n\n\n\n<p><strong>Multi-monitor setups on Wayland can be problematic. <\/strong>FreeRDP and Wayland don&#8217;t always play nicely together, and community reports indicate window placement, resizing, and display mapping issues. Switching to X11 resolves most of these problems.<\/p>\n\n\n\n<p><strong>The first cold launch of an app <\/strong>(when the Windows container isn&#8217;t already running) takes 10\u201320 seconds. Subsequent launches are much faster since the VM stays running in the background.<\/p>\n\n\n\n<p><strong>Disk usage is significant. <\/strong>A WinBoat installation with Windows and a few apps can easily eat 30\u201340 GB. That&#8217;s the nature of running a real Windows instance, but it&#8217;s worth factoring into your storage planning.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-winboat-vs-other-methods-when-to-use-what\">WinBoat vs Other Methods: When to Use What<\/h2>\n\n\n\n<p>WinBoat is excellent for a specific use case, but it&#8217;s not the right tool for every situation. Here&#8217;s a quick guide:<\/p>\n\n\n\n<p><strong>Use WinBoat when<\/strong> you need to run commercial Windows applications (Office, Adobe, proprietary enterprise software) that don&#8217;t work in Wine, and you want them integrated into your Linux desktop without managing a VM manually. WinBoat is also the better choice over WinApps if you&#8217;re not comfortable with config files and CLI-heavy setup. You can also see &#8211; <a href=\"https:\/\/linux.how2shout.com\/how-to-install-wine-hq-on-ubuntu-24-04-lts-noble-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to install Wine on Ubuntu 24.04 Linux<\/a><\/p>\n\n\n\n<p><strong>Use Wine or Bottles when<\/strong> you only need a few lightweight or older Windows apps. Wine has zero VM overhead, runs apps at near-native speed, and doesn&#8217;t require 32 GB of disk space for a Windows installation. For compatible apps, it&#8217;s the leaner solution. Check out guide on <a href=\"https:\/\/linux.how2shout.com\/install-bottles-ubuntu-commands\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to install bottles on ubuntu. <\/a><\/p>\n\n\n\n<p><strong>Use a full VM (VirtualBox, VMware, virt-manager) when<\/strong> you need GPU passthrough for graphics-intensive work, need to test software in a complete isolated Windows environment, or need features like snapshots and cloning that a traditional hypervisor offers.<\/p>\n\n\n\n<p><strong>Use WinApps instead of WinBoat when<\/strong> you want deeper Linux integration (apps appearing in your system launcher), more control over VM configuration, or you&#8217;re running a KVM\/libvirt setup already and prefer to use it directly instead of going through Docker.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-troubleshooting-common-issues\">Troubleshooting Common Issues<\/h2>\n\n\n\n<p><strong>WinBoat won&#8217;t launch or shows red items on the prerequisites screen.<\/strong> This almost always means either Docker isn&#8217;t running or your user isn&#8217;t in the Docker group. Run <code>groups<\/code> in the terminal and check if <code>docker<\/code> appears. If it doesn&#8217;t, re-run <code>sudo usermod -aG docker $USER<\/code> and reboot (not just log out \u2014 a full reboot is safest).<\/p>\n\n\n\n<p><strong>Apps launch as a black screen that immediately closes.<\/strong> This typically means FreeRDP is not installed or is the wrong version. Run <code>xfreerdp \/version<\/code> to check. If the command isn&#8217;t found, install FreeRDP as described earlier. If you&#8217;re on Ubuntu 24.04 and installed <code>freerdp3-x11<\/code> but still have issues, try <code>freerdp2-x11<\/code> as a fallback.<\/p>\n\n\n\n<p><strong>Windows installation gets stuck or fails midway.<\/strong> Check Docker logs for more specific errors: <code>docker logs $(docker ps -q --filter name=winboat)<\/code>. Common causes include insufficient disk space in the install directory, Docker running out of allocated resources, or network issues during the Windows ISO download. If you&#8217;re behind a corporate proxy, the ISO download may fail silently.<\/p>\n\n\n\n<p><strong>Slow performance or high latency when using apps.<\/strong> Make sure you&#8217;ve allocated enough RAM. Running WinBoat with just 2 GB is possible but miserable \u2014 4 GB is the practical minimum, and 6\u20138 GB makes a noticeable difference for Office and similar apps. Also check that KVM is actually active (run <code>kvm-ok<\/code> \u2014 if it says KVM acceleration can NOT be used, your virtualization support is either disabled in BIOS or your CPU doesn&#8217;t support it).<\/p>\n\n\n\n<p><strong>Copy-paste between Linux and Windows doesn&#8217;t work.<\/strong> Restart WinBoat and the app. Clipboard sync occasionally drops, particularly after the Windows VM has been running for extended periods. This is a known FreeRDP-side issue that both WinBoat and WinApps users experience.<\/p>\n\n\n\n<p><strong>Multi-monitor weirdness \u2014 windows jumping to wrong screens, incorrect sizing.<\/strong> Switch to X11 at the login screen if you&#8217;re on Wayland. Inside WinBoat&#8217;s configuration, you can also toggle between &#8220;MultiMon&#8221; (separate displays per monitor) and &#8220;Span&#8221; (stretched across monitors) to find what works best with your setup.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-tips-for-a-better-experience\">Tips for a Better Experience<\/h2>\n\n\n\n<p>Keep your Windows instance lean. Don&#8217;t install software you don&#8217;t need inside it. Every additional program, background service, and Windows update eats into the resources you&#8217;ve allocated. If you&#8217;re only using WinBoat for Office and Acrobat, disable unnecessary Windows services and startup programs inside the VM.<\/p>\n\n\n\n<p>Consider using a <strong>Windows 10 ISO instead of Windows 11 if your machine has limited RAM<\/strong>. Windows 10 runs noticeably lighter in a containerized environment, and most desktop applications work identically on both.<\/p>\n\n\n\n<p>Store the <strong>WinBoat data directory on an SSD<\/strong>. The performance difference between SSD and HDD storage for the containerized VM is dramatic \u2014 app launch times, file operations inside Windows, and overall responsiveness all benefit from fast storage.<\/p>\n\n\n\n<p>If you&#8217;re using Docker, make sure the Docker daemon is configured to start on boot (<code>sudo systemctl enable docker<\/code>) so the Windows container is ready when you need it without having to manually start services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-do-you-need-a-windows-license\">Do You Need a Windows License?<\/h2>\n\n\n\n<p><strong>Yes, for long-term use.<\/strong> WinBoat itself is free and open source, but it downloads a trial version of Windows during setup. That trial is functional but will eventually show activation watermarks and may limit certain features. WinBoat does not provide or activate any Windows license \u2014 you need to bring your own product key if you want a fully activated installation.<\/p>\n\n\n\n<p>For occasional or testing use, the trial version works fine.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>WinBoat fills a gap that&#8217;s existed in the Linux ecosystem for years. Wine handles some Windows apps beautifully but falls apart for anything complex. Full virtual machines work for everything but feel clunky and disconnected from your desktop. WinBoat sits in the sweet spot \u2014 a real Windows instance running under the hood, with individual apps surfacing on your Linux desktop as though they belong there.<\/p>\n\n\n\n<p><strong>It&#8217;s not perfect. <\/strong>The beta status is real, GPU acceleration is missing, Wayland support has rough edges, and the disk footprint is substantial. But for the core use case \u2014 running Office, Adobe tools, or that one stubborn Windows app your workflow depends on \u2014 WinBoat delivers something that didn&#8217;t exist in this form a year ago.<\/p>\n\n\n\n<p>If you&#8217;re on Ubuntu and tired of workarounds, give it a try. The setup takes about an hour, the prerequisites are well-documented, and the worst that happens is you<strong> remove a Docker container and reclaim your disk space.<\/strong><\/p>\n\n\n\n<p> <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-frequently-asked-questions\">Frequently Asked Questions<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1774856067736\"><strong class=\"schema-faq-question\"><strong>What is WinBoat and is it safe to use?<\/strong> <\/strong> <p class=\"schema-faq-answer\">WinBoat is a free, open-source (MIT-licensed) application that runs Windows inside a Docker container and displays individual Windows apps as native windows on your Linux desktop. The source code is publicly available on GitHub, the project has nearly 20,000 stars, and it&#8217;s been reviewed by publications including The Register and XDA Developers. Windows runs isolated inside a container, so your Linux host system is not at risk from anything that happens inside the Windows environment.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1774856078608\"><strong class=\"schema-faq-question\"><strong>Can WinBoat run any Windows application?<\/strong> <\/strong> <p class=\"schema-faq-answer\">In principle, yes \u2014 since it runs a genuine Windows installation, any app that works on a standard Windows PC should work inside WinBoat. The practical exceptions are games with kernel-level anti-cheat (they detect and block virtualization), apps requiring GPU acceleration for acceptable performance (WinBoat currently lacks GPU passthrough), and some apps with extremely aggressive DRM that checks for VM environments.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1774856084763\"><strong class=\"schema-faq-question\"><strong>Do I need a Windows license to use WinBoat?<\/strong><\/strong> <p class=\"schema-faq-answer\">Not for initial setup and testing \u2014 WinBoat downloads a trial Windows image. But for continued use, you&#8217;ll need a valid Windows license to fully activate the installation and avoid the trial limitations.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1774856093579\"><strong class=\"schema-faq-question\"><strong>How much RAM and storage does WinBoat need?<\/strong><\/strong> <p class=\"schema-faq-answer\">The minimum is 4 GB RAM and 32 GB disk space dedicated to WinBoat, in addition to what Ubuntu itself needs. Realistically, you&#8217;ll have a much better experience with 8 GB allocated to WinBoat (meaning 16 GB total system RAM) and 50+ GB of SSD storage.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1774856103043\"><strong class=\"schema-faq-question\"><strong>WinBoat or WinApps \u2014 which one should I pick?<\/strong> <\/strong> <p class=\"schema-faq-answer\">If you want the easiest setup and a GUI that guides you through everything, go with WinBoat. If you want deeper Linux integration (apps in your system launcher), more VM configuration options, or you&#8217;re already comfortable with KVM and libvirt, WinApps gives you more control. Under the hood, both use the same fundamental approach \u2014 a Windows VM with FreeRDP and RemoteApp.<\/p> <\/div> <\/div>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;ve switched to Ubuntu but still depend on a handful of Windows applications \u2014 Microsoft Office, Adobe Photoshop, your company&#8217;s proprietary accounting tool, or that one niche program nobody has heard of \u2014 you&#8217;ve probably tried Wine, cursed at compatibility errors, and wondered if there&#8217;s a better way. There is. It&#8217;s called WinBoat. WinBoat [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":28427,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[3],"tags":[532,1249,28,31,29,3172,3207,534,3205,3204,1149,1150],"class_list":{"0":"post-28403","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ubuntu","8":"tag-docker","9":"tag-kvm","10":"tag-linux","11":"tag-tutorial","12":"tag-ubuntu","13":"tag-ubuntu-22-04","14":"tag-ubuntu-24-04","15":"tag-virtualization","16":"tag-windows","17":"tag-windows-11","18":"tag-wine","19":"tag-winehq"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs - LinuxShout<\/title>\n<meta name=\"description\" content=\": Step-by-step guide to installing WinBoat on Ubuntu. Run Windows apps like Microsoft Office and Adobe tools directly on your Linux desktop using this free, open-source tool powered by Docker and KVM.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs\" \/>\n<meta property=\"og:description\" content=\": Step-by-step guide to installing WinBoat on Ubuntu. Run Windows apps like Microsoft Office and Adobe tools directly on your Linux desktop using this free, open-source tool powered by Docker and KVM.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-30T07:51:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T07:52:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1527\" \/>\n\t<meta property=\"og:image:height\" content=\"990\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Heyan Maurya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heyan Maurya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs\",\"datePublished\":\"2026-03-30T07:51:51+00:00\",\"dateModified\":\"2026-03-30T07:52:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/\"},\"wordCount\":3273,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp\",\"keywords\":[\"docker\",\"kvm\",\"Linux\",\"tutorial\",\"ubuntu\",\"Ubuntu 22.04\",\"ubuntu 24.04\",\"virtualization\",\"windows\",\"windows 11\",\"Wine\",\"winehq\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#respond\"]}],\"copyrightYear\":\"2026\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/\",\"name\":\"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs - LinuxShout\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp\",\"datePublished\":\"2026-03-30T07:51:51+00:00\",\"dateModified\":\"2026-03-30T07:52:07+00:00\",\"description\":\": Step-by-step guide to installing WinBoat on Ubuntu. Run Windows apps like Microsoft Office and Adobe tools directly on your Linux desktop using this free, open-source tool powered by Docker and KVM.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856067736\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856078608\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856084763\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856093579\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856103043\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp\",\"width\":1527,\"height\":990,\"caption\":\"install WinBoat on Ubuntu to run Windows apps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\",\"name\":\"Heyan Maurya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"caption\":\"Heyan Maurya\"},\"description\":\"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...\",\"sameAs\":[\"https:\\\/\\\/www.how2shout.com\\\/\"],\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/heyan\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856067736\",\"position\":1,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856067736\",\"name\":\"What is WinBoat and is it safe to use?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"WinBoat is a free, open-source (MIT-licensed) application that runs Windows inside a Docker container and displays individual Windows apps as native windows on your Linux desktop. The source code is publicly available on GitHub, the project has nearly 20,000 stars, and it's been reviewed by publications including The Register and XDA Developers. Windows runs isolated inside a container, so your Linux host system is not at risk from anything that happens inside the Windows environment.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856078608\",\"position\":2,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856078608\",\"name\":\"Can WinBoat run any Windows application?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"In principle, yes \u2014 since it runs a genuine Windows installation, any app that works on a standard Windows PC should work inside WinBoat. The practical exceptions are games with kernel-level anti-cheat (they detect and block virtualization), apps requiring GPU acceleration for acceptable performance (WinBoat currently lacks GPU passthrough), and some apps with extremely aggressive DRM that checks for VM environments.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856084763\",\"position\":3,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856084763\",\"name\":\"Do I need a Windows license to use WinBoat?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not for initial setup and testing \u2014 WinBoat downloads a trial Windows image. But for continued use, you'll need a valid Windows license to fully activate the installation and avoid the trial limitations.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856093579\",\"position\":4,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856093579\",\"name\":\"How much RAM and storage does WinBoat need?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The minimum is 4 GB RAM and 32 GB disk space dedicated to WinBoat, in addition to what Ubuntu itself needs. Realistically, you'll have a much better experience with 8 GB allocated to WinBoat (meaning 16 GB total system RAM) and 50+ GB of SSD storage.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856103043\",\"position\":5,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/install-winboat-ubuntu-run-windows-apps\\\/#faq-question-1774856103043\",\"name\":\"WinBoat or WinApps \u2014 which one should I pick?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"If you want the easiest setup and a GUI that guides you through everything, go with WinBoat. If you want deeper Linux integration (apps in your system launcher), more VM configuration options, or you're already comfortable with KVM and libvirt, WinApps gives you more control. Under the hood, both use the same fundamental approach \u2014 a Windows VM with FreeRDP and RemoteApp.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs - LinuxShout","description":": Step-by-step guide to installing WinBoat on Ubuntu. Run Windows apps like Microsoft Office and Adobe tools directly on your Linux desktop using this free, open-source tool powered by Docker and KVM.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/","og_locale":"en_US","og_type":"article","og_title":"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs","og_description":": Step-by-step guide to installing WinBoat on Ubuntu. Run Windows apps like Microsoft Office and Adobe tools directly on your Linux desktop using this free, open-source tool powered by Docker and KVM.","og_url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2026-03-30T07:51:51+00:00","article_modified_time":"2026-03-30T07:52:07+00:00","og_image":[{"width":1527,"height":990,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp","type":"image\/webp"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs","datePublished":"2026-03-30T07:51:51+00:00","dateModified":"2026-03-30T07:52:07+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/"},"wordCount":3273,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp","keywords":["docker","kvm","Linux","tutorial","ubuntu","Ubuntu 22.04","ubuntu 24.04","virtualization","windows","windows 11","Wine","winehq"],"articleSection":["Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#respond"]}],"copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/","url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/","name":"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs - LinuxShout","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp","datePublished":"2026-03-30T07:51:51+00:00","dateModified":"2026-03-30T07:52:07+00:00","description":": Step-by-step guide to installing WinBoat on Ubuntu. Run Windows apps like Microsoft Office and Adobe tools directly on your Linux desktop using this free, open-source tool powered by Docker and KVM.","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856067736"},{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856078608"},{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856084763"},{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856093579"},{"@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856103043"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2026\/03\/install-WinBoat-on-Ubuntu-to-run-Windows-apps.webp","width":1527,"height":990,"caption":"install WinBoat on Ubuntu to run Windows apps"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"How to Install WinBoat on Ubuntu \u2014 Run Windows Apps Like Native Linux Programs"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72","name":"Heyan Maurya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","caption":"Heyan Maurya"},"description":"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...","sameAs":["https:\/\/www.how2shout.com\/"],"url":"https:\/\/linux.how2shout.com\/author\/heyan\/"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856067736","position":1,"url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856067736","name":"What is WinBoat and is it safe to use?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"WinBoat is a free, open-source (MIT-licensed) application that runs Windows inside a Docker container and displays individual Windows apps as native windows on your Linux desktop. The source code is publicly available on GitHub, the project has nearly 20,000 stars, and it's been reviewed by publications including The Register and XDA Developers. Windows runs isolated inside a container, so your Linux host system is not at risk from anything that happens inside the Windows environment.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856078608","position":2,"url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856078608","name":"Can WinBoat run any Windows application?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"In principle, yes \u2014 since it runs a genuine Windows installation, any app that works on a standard Windows PC should work inside WinBoat. The practical exceptions are games with kernel-level anti-cheat (they detect and block virtualization), apps requiring GPU acceleration for acceptable performance (WinBoat currently lacks GPU passthrough), and some apps with extremely aggressive DRM that checks for VM environments.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856084763","position":3,"url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856084763","name":"Do I need a Windows license to use WinBoat?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Not for initial setup and testing \u2014 WinBoat downloads a trial Windows image. But for continued use, you'll need a valid Windows license to fully activate the installation and avoid the trial limitations.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856093579","position":4,"url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856093579","name":"How much RAM and storage does WinBoat need?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The minimum is 4 GB RAM and 32 GB disk space dedicated to WinBoat, in addition to what Ubuntu itself needs. Realistically, you'll have a much better experience with 8 GB allocated to WinBoat (meaning 16 GB total system RAM) and 50+ GB of SSD storage.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856103043","position":5,"url":"https:\/\/linux.how2shout.com\/install-winboat-ubuntu-run-windows-apps\/#faq-question-1774856103043","name":"WinBoat or WinApps \u2014 which one should I pick?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"If you want the easiest setup and a GUI that guides you through everything, go with WinBoat. If you want deeper Linux integration (apps in your system launcher), more VM configuration options, or you're already comfortable with KVM and libvirt, WinApps gives you more control. Under the hood, both use the same fundamental approach \u2014 a Windows VM with FreeRDP and RemoteApp.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/28403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=28403"}],"version-history":[{"count":10,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/28403\/revisions"}],"predecessor-version":[{"id":28431,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/28403\/revisions\/28431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/28427"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=28403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=28403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=28403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}