# WinBoat **Repository Path**: cleverwwh/WinBoat ## Basic Information - **Project Name**: WinBoat - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-08 - **Last Updated**: 2025-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 container, we communicate with it using the [WinBoat Guest Server](https://github.com/TibixDev/winboat/tree/main/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 in `/var` - **Virtualization**: KVM enabled in BIOS/UEFI - [How to enable virtualization](https://duckduckgo.com/?t=h_&q=how+to+enable+virtualization+in+%3Cmotherboard+brand%3E+bios&ia=web) - **Docker**: Required for containerization - [Installation Guide](https://docs.docker.com/engine/install/) - **Docker Compose v2**: Required for compatibility with docker-compose.yml files - [Installation Guide](https://docs.docker.com/compose/install/#plugin-linux-only) - **Docker User Group**: Add your user to the `docker` group - [Setup Instructions](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user) - **FreeRDP**: Required for remote desktop connection (Please make sure you have **Version 3.x.x** with sound support included) - [Installation Guide](https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds) - **Kernel Modules**: `iptables` and `iptable_nat` modules must be loaded - [Module loading instructions](https://rentry.org/rmfq2e5e) ## Downloading You can download the latest Linux builds under the [Releases](https://github.com/TibixDev/winboat/releases) tab. We currently offer two 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`) ## Known Issues About Container Runtimes - Podman is **unsupported** for now - Docker Desktop is **unsupported** for now - Distros that emulate Docker through a Podman socket are **unsupported** - Any rootless containerization solution is currently **unsupported** ## Building WinBoat - For building you need to have NodeJS and Go installed on your system - Clone the repo (`git clone https://github.com/TibixDev/WinBoat`) - Install the dependencies (`npm i`) - Build the app and the guest server using `npm 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](#prerequisites) - Additionally, for development you need to have NodeJS and Go installed on your system - Clone the repo (`git clone https://github.com/TibixDev/WinBoat`) - Install the dependencies (`npm i`) - Build the guest server (`npm run build-guest-server`) - Run the app (`npm 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](https://github.com/TibixDev/winboat/blob/main/LICENSE) 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: - [WinApps](https://github.com/winapps-org/winapps) - [Cassowary](https://github.com/casualsnek/cassowary) - [dockur/windows](https://github.com/dockur/windows) (🌟 Also used in WinBoat) ## Socials & Contact - 🌐 **Website**: [winboat.app](https://www.winboat.app/) - 🐦 **Twitter/X**: [@winboat_app](https://x.com/winboat_app) - 🦋 **Bluesky**: [winboat.app](http://bsky.app/profile/winboat.app) - 🗨️ **Discord**: [Join our community](http://discord.gg/MEwmpWm4tN) - 📧 **Email**: [staff@winboat.app](mailto:staff@winboat.app)