Volver al ranking

TibixDev/winboat

TypeScriptwinboat.app

Run Windows apps on 🐧 Linux with ✨ seamless integration

dockerdocker-composelinuxrdpvirtualizationwindows
Crecimiento de estrellas
Estrellas
22k
Forks
684
Crecimiento semanal
Issues
292
10k20k
sept 25dic 25abr 26jul 26
Artefactosnpmnpm install winboat
README
WinBoat Logo

WinBoat

Windows for Penguins.
Run Windows apps on 🐧 Linux with ✨ seamless integration

Screenshots

WinBoat Dashboard WinBoat Apps Native Windows

⚠️ Work in Progress ⚠️

WinBoat is currently in beta, so expect to occasionally run into hiccups and bugs. You should be comfortable with some level of troubleshooting if you decide to try it, however we encourage you to give it a shot anyway.

Features

  • 🎨 Elegant Interface: Sleek and intuitive interface that seamlessly integrates Windows into your Linux desktop environment, making it feel like a native experience
  • 📦 Automated Installs: Simple installation process through our interface - pick your preferences & specs and let us handle the rest
  • 🚀 Run Any App: If it runs on Windows, it can run on WinBoat. Enjoy the full range of Windows applications as native OS-level windows in your Linux environment
  • 🖥️ Full Windows Desktop: Access the complete Windows desktop experience when you need it, or run individual apps seamlessly integrated into your Linux workflow
  • 📁 Filesystem Integration: Your home directory is mounted in Windows, allowing easy file sharing between the two systems without any hassle
  • ✨ And many more: Smartcard passthrough, resource monitoring, and more features being added regularly

How Does It Work?

WinBoat is an Electron app which allows you to run Windows apps on Linux using a containerized approach. Windows runs as a VM inside a Docker/Podman container, we communicate with it using the WinBoat Guest Server to retrieve data we need from Windows. For compositing applications as native OS-level windows, we use FreeRDP together with Windows's RemoteApp protocol.

Prerequisites

Before running WinBoat, ensure your system meets the following requirements:

  • RAM: At least 4 GB of RAM
  • CPU: At least 2 CPU threads
  • Storage: At least 32 GB free space on the drive your selected install folder corresponds to
  • Virtualization: KVM enabled in BIOS/UEFI
  • In case of Docker:
    • Docker: Required for containerization
      • Installation Guide
      • ⚠️ NOTE: Docker Desktop is not supported, you will run into issues if you use it
    • Docker Compose v2: Required for compatibility with docker-compose.yml files
    • Docker User Group: Add your user to the docker group
  • In case of Podman:
    • Podman: Required for containerization
      • Installation Guide
      • On Debian/Ubuntu and forks, the Podman version installed with apt install could be too old. Make sure you have Version 4.x.x or higher to ensure the installation completes successfully.
    • Podman Compose: Required for compatibility with podman-compose.yml files
  • FreeRDP: Required for remote desktop connection (Please make sure you have Version 3.x.x with sound support included)
  • [OPTIONAL] Kernel Modules: The iptables / nftables kernel modules can be loaded for better network performance, but this is not obligatory in newer versions of WinBoat

Downloading

You can download the latest Linux builds under the Releases tab. We currently offer four variants:

  • AppImage: A popular & portable app format which should run fine on most distributions
  • Unpacked: The raw unpacked files, simply run the executable (linux-unpacked/winboat)
  • .deb: The intended format for Debian based distributions
  • .rpm: The intended format for Fedora based distributions
  • Nix (Nixpkgs)
    1. Add the winboat package to your config (ensure using nixpkgs-unstable) using environment.systemPackages = [pkgs.winboat]; or home.packages = [pkgs.winboat]; if using home manager.
    2. Add the following lines to your nix configuration
    virtualisation.docker.enable = true;
    users.users.{yourUser}.extraGroups = ["docker"];
    

Known Issues About Container Runtimes

  • Docker Desktop is unsupported for now
  • USB passthrough via Podman is currently unsupported

Building WinBoat

  • For building you need to have Bun and Go installed on your system
  • Clone the repo (git clone https://github.com/TibixDev/WinBoat)
  • Install the dependencies (bun i)
  • Build the app and the guest server using bun run build:linux-gs
  • You can now find the built app under dist with an AppImage and an Unpacked variant

Running WinBoat in development mode

  • Make sure you meet the prerequisites
  • Additionally, for development you need to have Bun and Go installed on your system
  • Clone the repo (git clone https://github.com/TibixDev/WinBoat)
  • Install the dependencies (bun i)
  • Build the guest server (bun run build:gs)
  • Run the app (bun run dev)

Contributing

Contributions are welcome! Whether it's bug fixes, feature improvements, or documentation updates, we appreciate your help making WinBoat better.

Please note: We maintain a focus on technical contributions only. Pull requests containing political/sexual content, or other sensitive/controversial topics will not be accepted. Let's keep things focused on making great software! 🚀

Feel free to:

  • Report bugs and issues
  • Submit feature requests
  • Contribute code improvements
  • Help with documentation
  • Share feedback and suggestions

Check out our issues page to get started, or feel free to open a new issue if you've found something that needs attention.

License

WinBoat is licensed under the MIT license

Inspiration / Alternatives

These past few years some cool projects have surfaced with similar concepts, some of which we've also taken inspirations from.
They're awesome and you should check them out:

Socials & Contact

  • Website
  • Twitter
  • Mastodon
  • Bluesky
  • Discord
  • Email
  • Ask DeepWiki

Star History

Star History Chart
Repositorios relacionados
louislam/uptime-kuma

A fancy self-hosted monitoring tool

JavaScriptnpmMIT Licenseuptimemonitoring
uptime.kuma.pet
89.4k8.1k
Stirling-Tools/Stirling-PDF

#1 PDF Application on GitHub that lets you edit PDFs on any device anywhere

JavaMavenOtherdockerjava
stirling.com
87.7k7.8k
macrozheng/mall

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

JavaMavenApache License 2.0spring-bootspring-security
macrozheng.com/admin/
84.3k29.8k
bregman-arie/devops-exercises

Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

PythonPyPIOtherdevopsaws
83.3k19.8k
netdata/netdata

The fastest path to AI-powered full stack observability, even for lean teams.

GoGo ModulesGNU General Public License v3.0monitoringdocker
netdata.cloud
79.8k6.5k
moby/moby

The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

GoGo ModulesApache License 2.0dockercontainers
mobyproject.org
71.9k19k
traefik/traefik

The Cloud Native Application Proxy

GoGo ModulesMIT Licensemicroservicedocker
traefik.io
64.1k6.1k
dani-garcia/vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

Rustcrates.ioGNU Affero General Public License v3.0vaultwardenbitwarden
64k3k
usememos/memos

Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

GoGo ModulesMIT Licensereactgo
usememos.com
61.7k4.6k
sansan0/TrendRadar

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

PythonPyPIGNU General Public License v3.0data-analysispython
trendradar.sandev.cc
60.8k24.8k
coollabsio/coolify

An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.

PHPPackagistApache License 2.0nodejsmysql
coolify.io
59.2k5.1k
appwrite/appwrite

Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more

TypeScriptnpmBSD 3-Clause "New" or "Revised" Licenseappwritedocker
appwrite.io
56.6k5.6k