Running Windows Games on a Hobby OS with Wine
avaliosdev
102 points
32 comments
June 24, 2026
Related Discussions
Found 5 related stories in 117.4ms across 11,536 title embeddings via pgvector HNSW
- Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains felineflock · 798 pts · March 24, 2026 · 59% similar
- Wine 11.10 – Run Windows Applications on Linux, BSD, Solaris and macOS neustradamus · 12 pts · May 29, 2026 · 57% similar
- Show HN: Winpodx – run Windows apps on Linux as native windows kernalix7 · 59 pts · May 01, 2026 · 54% similar
- Windows GOG DOS Games on M-Series Macs f055 · 144 pts · June 01, 2026 · 53% similar
- ReactOS (FOSS "Windows") achieves 3D-accelerated Half-Life on real hardware jeditobe · 155 pts · June 13, 2026 · 49% similar
Discussion Highlights (7 comments)
spwa4
I wish people would start with a "rom format" for windows games. There's so many old games and no standardized way to run them.
vinc
Impressive! I like the goal of making a hobby OS viable as a daily driver. I've been working on my own hobby OS for half a decade. It does a lot less, but it has helped me realize that we can remove much of the complexity of a generic mainstream OS while still meeting our personal computing needs. I know I'm just poorly reinventing something between DOS and Unix/Plan 9 in an extremely limited fashion, but it's absolutely perfect for experimentation!
da-x
While I like the idea of starting a hobby OS, but the most despairing thing about it that to be useful it would always have to implement 'legacy' interfaces of other OSes. That is, it cannot stand on its own and create a new ecosystem, instead it has to interface to the world and implement TCP, POSIX, know formats widely used files and such. You end up with an OS kernel that talks Linux/Win32 and takes on a lot of compat code, protocols, and other paradigms. I wonder what a hobby OS would have looked like it if it assumed nothing, that is, as a thought experiment, as if aliens on another planet invented computing and started writing OSes from scratch. Imagine we discover software from another planet that would not even work with 8-bit bytes, for instance.
int0x29
Honestly the most interesting thing to me would be how they got GPU drivers working for a hobby OS. I suspect this was difficult. Unfortunately the blog makes no mention of it.
bionsystem
I remember reading about the minecraft port earlier, very impressive work ; those writeups are a great read too.
univocal
I remember Wine being extremely interwined with XLib not just for the OpenGL rendering backend but also for the windowing and widget/UI rendering interfaces. Is this port running natively without using an X server / emulator?
pbohun
It's kind of crazy that we have a hobby OS that supports Linux infrastructure so that can support Wine infrastructure to support a Windows application. Very impressive!