Package Details: winboat-bin 0.9.0-1

Git Clone URL: https://aur.archlinux.org/winboat-bin.git (read-only, click to copy)
Package Base: winboat-bin
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 (ArjixWasTaken)
Last Packager: ArjixWasTaken
Votes: 26
Popularity: 6.19
First Submitted: 2025-08-30 07:12 (UTC)
Last Updated: 2025-12-18 23:00 (UTC)

Latest Comments

1 2 3 Next › Last »

matthewq337 commented on 2025-12-18 22:50 (UTC)

@w568w fixed, thanks

w568w commented on 2025-11-25 07:11 (UTC)

@ArjixWasTaken

have not added a common provides, e.g. container-compose ?

My purely speculative take is that:

  1. podman-compose essentially only parses a subset of the Docker Compose spec and translates it into serial execution of podman subcommands. This leads to inconsistent behavior or feature support (e.g., Podman supports running pods, while Docker does not).
  2. Compose is usually an end-user tool, not something typically designed to be invoked or depended by other utilities.
  3. For complex scenarios (like winboat), developers effectively need to implement specific compatibility layers to support Podman.

So, rather than calling them drop-in replacements, they are more like two completely independent runtimes. What we're looking for here is essentially a way to declare a dependency on "either one of the two," which likely violates the KISS principle so it’s never been implemented :(

Therefore, the best solution might be to simply ask Podman users to manually edit the PKGBUILD, or just list both docker- and podman-compose as optdepends and use the .install script to prompt the user to install one of them afterwards.

ArjixWasTaken commented on 2025-11-24 19:04 (UTC) (edited on 2025-11-24 19:05 (UTC) by ArjixWasTaken)

@w568w:

Because docker-compose and its podman counterpart do NOT provide a common metapacakge, maybe you'd like to add a setting item to the PKGBUILD, like this one?

Hmm, such a manual thing is not smth that will get picked up by AUR helpers since it's not part of the SRCINFO, meaning, you could get the same level of customization by using customizepkg, if you still want it to be part of the PKGBUILD then sure, I'll add it

but, I'm curious as to why the Arch maintainers

docker-compose:
- Morten Linderud
- Andrew Crerar
- Lukas Fleischer

podman-compose:
- Filipe Laíns
- David Runge

have not added a common provides, e.g. container-compose ?

(I hate the limited markdown we have here)

w568w commented on 2025-11-24 09:16 (UTC) (edited on 2025-11-24 09:17 (UTC) by w568w)

(I'm going to repost the comment here since it didn't get any response from the maintainer @matthewq337.)

Since v0.9.0, WinBoat has supported Podman (and podman-compose) as an alternative to Docker (and docker-compose).

So docker-compose is NOT longer a requirement if podman-compose has been installed.

Because docker-compose and its podman counterpart do NOT provide a common metapacakge, maybe you'd like to add a setting item to the PKGBUILD, like this one?

yamyamtoucan commented on 2025-10-10 05:17 (UTC)

@gitclone navigate to /opt/winboat and execute the winboat binary with ./winboat

gitclone commented on 2025-10-10 01:39 (UTC)

how do you use it? after makepkg there is no command to open it?

italoghost commented on 2025-09-23 14:58 (UTC)

@ArjixWasTaken you have to update the sha256 to the new version

ggbhaichi commented on 2025-09-23 13:18 (UTC)

I am getting the same error as well:

==> Making package: winboat-bin 0.8.3-1 (Tue 23 Sep 2025 23:03:45) ==> Retrieving sources... -> Downloading winboat-0.8.3-amd64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95.3M 100 95.3M 0 0 17.0M 0 0:00:05 0:00:05 --:--:-- 20.9M ==> Validating source files with sha256sums... winboat-0.8.3-amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'winboat-bin-0.8.3-1': error: packages failed to build: winboat-bin-0.8.3-1

tonton111 commented on 2025-09-22 12:41 (UTC)

winboat archinux hyperland dont start but AppImage can open [19:24] and update fail too T_T [19:24] ==> Making package: winboat-bin 0.8.3-1 (Mon 22 Sep 2025 07:23:30 PM +07) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found winboat-0.8.3-amd64.deb ==> Validating source files with sha256sums... winboat-0.8.3-amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! -> error making: winboat-bin-exit status 1 -> Failed to install the following packages. Manual intervention is required: winboat-bin - exit status 1

ArjixWasTaken commented on 2025-09-14 14:24 (UTC) (edited on 2025-09-14 14:25 (UTC) by ArjixWasTaken)

Hello @matthewq337, I am a co-maintainer of aur/winboat

And I've set up a workflow to automatically bump the version, I could tell you how to do the same, or you could add me as a co-maintainer here as well.

PS: if you feel like looking into this on your own, look for nvchecker and pkgctl

--

Edit: just looked at your name, and it turns out you are the other maintainer of winboat :laugh: