Winapps is great and I don't see people talking about it

Posted by greatbacon02@reddit | linux | View on Reddit | 69 comments

Few years ago there was a project called winapps that made running windows apps. It seems to have been abandoned now and was kind of complicated to setup. A few days ago I came across a fork of the project which is actively maintained and is much easier to setup (it's still annoying to do but still quiet a bit easier).

It It runs on docker or podman container of windows which you can RDP to access the container. It runs a VM but it's automatically configured by docker and runs very well. Runs even better than linux distros on kvm. It also integrates with the desktop(at least on GNOME) and I can also acess /home folder.

I tried using it for office apps (word, powerpoint and excel) and it works very well. It officially supports adobe apps and a few more but I couldn't assign more than 4GB of RAM to the docker container so I haven't really tried it.

It's a really great project and I'm really surprised that there is no talk about it on reddit or on youtube.

Github Link

If you want to set it up for yourself, the instructions are on the github link. Here are a few issues I ran into and how to solve them:

  1. On the installing windows step the host used it really really slow and it's much better to use an iso that you download yourself and use as such.
  2. While creating the configuration file change the value of RDP_USER to the windows username which is probably "Docker" and RDP_PASS to the password which is initially empty.
  3. To run the apps you need to start the container, go the localhost log out of windows otherwise the apps won't start. To solve this just create an extra windows user and disable auto-login.

P.S. I tried to upload it a few days ago but it didn't get moderator approval. It wasn't rejected either, maybe noboby looked at it. This is uploaded without any changes except the P.S.