Search Criteria
Package Details: winboat-git r297.c317316-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/winboat-git.git (read-only, click to copy) |
|---|---|
| Package Base: | winboat-git |
| Description: | Run Windows apps on Linux with seamless integration |
| Upstream URL: | https://www.winboat.app |
| Licenses: | MIT |
| Conflicts: | winboat |
| Provides: | winboat |
| Submitter: | matthewq337 |
| Maintainer: | matthewq337 |
| Last Packager: | matthewq337 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-08-30 07:12 (UTC) |
| Last Updated: | 2026-01-23 20:28 (UTC) |
Dependencies (13)
- alsa-lib
- electron (electron-launcherAUR, electron-nightly-binAUR)
- freerdp (freerdp-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libxcrypt-compat
- nss (nss-hgAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- zip (zip-natspecAUR) (make)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, rancher-desktop-binAUR, docker-gitAUR, docker-cli-binAUR, rancher-desktopAUR, podman-docker) (optional) – To use docker as a container runtime
- podman-compose (podman-compose-gitAUR) (optional) – To use podman as a container runtime
Latest Comments
Wyytts commented on 2026-05-29 05:39 (UTC)
I tested a local PKGBUILD fix for the current
winboat-gitpackage on CachyOS/Arch.The current package built for me, but it produced a broken/blank WinBoat window when built through
npm. The upstream project build flow is Bun-based, and rebuilding the package with Bun fixed it.I also hit a native
usb/node-addon-apirebuild issue that required C++17 forstd::string_view.Tested successfully with:
Confirmed the build used:
and Vite produced the renderer assets successfully:
Suggested PKGBUILD changes:
Note: my local diff also contained an auto-updated
pkgver/pkgrelhunk from makepkg, but I intentionally left that out here because the maintainer should not need to manually copy that part for a-gitpackage.matthewq337 commented on 2026-01-23 20:30 (UTC)
@aozaki fixed, thanks
aozaki commented on 2026-01-23 11:33 (UTC) (edited on 2026-01-23 11:43 (UTC) by aozaki)
Failed to build logs:
npm cican only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file withnpm installbefore continuing.change to
npm ifix itmatthewq337 commented on 2026-01-23 06:32 (UTC)
@w568w fixed, thanks
w568w commented on 2025-11-14 11:23 (UTC)
Since
v0.9.0-alpha2, WinBoat has supported Podman (andpodman-compose) as an alternative to Docker (anddocker-compose).So
docker-composeis not longer a requirement ifpodman-composehas been installed.Because
docker-composeand its podman counterpart do NOT provide a common metapacakge, maybe you'd like to add a setting item to the PKGBUILD, like this one?matthewq337 commented on 2025-08-30 19:34 (UTC)
@sy0xff, fixed thanks
sy0xff commented on 2025-08-30 19:21 (UTC)
Hi, seems like the license file is not found now.
install: cannot stat '../LICENSE': No such file or directorymatthewq337 commented on 2025-08-30 17:48 (UTC)
@AzhamProdLive fixed, thanks
AzhamProdLive commented on 2025-08-30 09:16 (UTC)
Hello, the LICENSE file doesn't pass the validity check when building the program, can you check the checksum and correct it if possible ?