If you're going to make apps in windows, you need to call their proprietary API somehow. Maybe you do it via a wrapper library, or via electron or something. But that's the same thing, just with more indirection.
Find a way to get ring 0 without touching any system APIs and you can just make your own APIs. My programs shall never say "please."
Find a way to get ring 0 without touching any system APIs and you can just make your own APIs. My programs shall never say "please."