Is it possible to use a virtual machine to more safely run pirated games on linux?
I am looking for help on how to run closed source / pirated games on linux within a virtual machine. I would like to start by saying if I could walk into a shop and buy with cash, a game on a CD like in the old days I would. I have recently become very privacy conscious and until I figure out a way to anonymously and privately purchase things like this I am going to stick with pirating. Also, it is helping me to archive content as everything seems to be moving online and I want to stick with offline applications / media etc in my control.
Now, I am familiar with virtualbox but of course, it is no good for gaming. I have read about other applications that offer much better performance with support for GPU passthrough or similar (but how does this affect the security side of things when running pirated games). Forgive me, this is all quite new to me.
What I want is a virtual machine capable of gaming so that I can more safely run pirated games on linux. Also, I am very new to linux and some help in how I should actually go about running games on linux in the first place. I do not want to just install steam because it has closed source elements and being more privacy conscious now, I’m not sure I want to. Though I am aware I can use the proton layer to enable gaming support which I believe is fully open source. For my purposes lutris sounds like it may be the route to go. Thoughts on this welcome.
As a side note, I am thinking of signing up to GOG as they, to me, seem like a better alternative to steam where I can actually own a DRM free copy of a game that I buy. On a pirating note I thought locating signed, hash checked GOG installers to be a good option for security for dipping my toe into pirating games on linux. I am much, much more comfortable with detecting and removing malware in a windows ecosystem. Linux, completely foreign. So I am trying to be careful.
Once I get fully set up I plan to buy the games I enjoy on GOG, I think that will be the path I can be most comfortable with. At the end of the day I will own a DRM free copy of the game itself. That is the best I can do where I cannot get it on physical media I think. I already do this for CD’s and DVD’s etc.
Any help would be appreciated, thank you.


buried_treasure
in reply to nootux • • •nootux
in reply to buried_treasure • • •Nanook
in reply to nootux • •Shimitar
in reply to nootux • • •Quit thinking as a windows user now you are on Linux.
You running a pirated game with proton? Or looking to run windows inside Linux?
In any case run the game offline, disconnect the PC from internet and you should be safe.
What? It's an on line game? It's a game that need internet access to run? Then what are you complaining about? There is nothing you can do to be "safe".
Anyway running a windows game on linux with wine or proton should be safe enough from most of the possible threats (environment is too different). Running in a VM would be a serious hit on performances even if you use qemu+KVM (forget about virtual box) with all drivers set to passtrough and you give up your video card on Linux and pass it to windows
At that point, you are again at risk because e you are again running windows ...
Define your threat at least. That would make a response easier
My guess you are overthinking stuff.
Nanook
in reply to Shimitar • •nootux
in reply to Shimitar • • •I would like to forget about windows, everything linux. So the VM would be linux using proton, my thought is that a vm isolates stuff inside it from the host os, thus allowing you to run malware inside the sandbox. Yes there is still a risk malware can get out, but far less of a threat than just running it in the host os. So, like I can do with applications and fully utilise the CPU, I'd like to do the same for the GPU.
I have heard that malware designed for windows can still run under linux due to the way wine / proton works. So I thought using a VM could offer a solution, or at least a step in the right direction.
What is an online game? Everything at the moment, when pirating, I am in control. Need no internet connection, no account, just execute and run like when I used to buy a game on a CD. That is why I am looking at GOG.
Can you recommend any tutorial videos for qemu and kvm setup and usage for linux?
My threat? I want to take precautions from installing malware on the linux system when running pirated games. Like on windows, running pirated applications in a vm. But I'd like to do it with games.
Helix 🧬
in reply to nootux • • •Proton is not a VM, it's a translation layer for Windows API calls based on WINE.
Virtualisation (VMs), sandboxing and API translation layers are fundamentally different in both scope and application.
Proton does not give you any additional security, since Security By Obscurity is a broken concept.
This is correct.
nootux
in reply to Helix 🧬 • • •Ah I did mean that the VM would be using proton inside. i.e. proton would be running in the guest os. I think it was my bad wording.
Thanks for confirming what I'd heard about wine / proton not being the same as virtualisation when it comes to preventing malware from running just because it is now on linux. I am also fully aware that just because something is inside a vm, does not mean malware cannot escape. I am just trying to make it less likely.
Nanook
in reply to nootux • •Helix 🧬
in reply to Shimitar • • •Linux isn't inherently safer than Windows when running untrusted binaries, i.e. games.
There is a real possibility of user data being extracted or a virus infecting a WINE prefix. If you get a crypto trojan it doesn't matter if you're cool and on Linux, they still can encrypt all your precious family photos.
Please do not hand out potentially dangerous advice like "you should be safe". Sure, the architecture of Linux distributions make it harder for criminals to do things, but you're certainly not safe running untrusted binaries, even though Steam does some security analysis before games can be uploaded, and malware games are usually reported quickly.
edinbruh
in reply to nootux • • •First of all, don't expose yourself to danger. Get your pirated games from reputable sources.
Most games only need a Steam emulator like Goldberg's to run without license, and you can get clean steam files from cs.rin.ru. You don't need VMs for this, it's literally the original game.
If you need an actual crack, you can also look up on cs.rin.ru and try to gauge the reputation of the uploader. You can also check fitgirl or dodirepacks, they are both highly reliable. These are unlikely to have malware, but it's not impossible.
If you want to use a vm because you still don't trust the pirated game in question (reasonable), then there is no shortcut. Use the arch wiki to learn how to setup a VM with GPU passthrough, even if you don't use arch it's always a good place to get started.
nootux
in reply to edinbruh • • •Thank you for your reply, this sounds on track to what I am looking for.
Very interesting on the clean file + emulator route. Sounds like a similar line of thinking to my signed / hash checked GOG installer thoughts.
Regarding using a VM with a GPU passthrough, what software would you recommend for doing this with? I am very familiar with virtualbox and do prefer a GUI though I recognise I will probably have to adapt in order to get what I want.
Thanks again.
edinbruh
in reply to nootux • • •I forgot about the gog part. Yeah, you can also use those. There used to be a website that uploaded clean gog installers, but now all the download links are behind those sketchy filesharing services. Though, if you manage to get one, the binary should be signed by the developer. On windows I know you can check the signature by right-clicking on the file, on Linux I don't remember because I haven't needed it in a long time.
For the VM you need qemu/kvm. I suggest to use virt-manager which is just a graphical interface for qemu.
nootux
in reply to edinbruh • • •Thank you, your responses have been most helpful.
Yup, I used to check the signature / hash for GOG installers in windows. I'll have to look into how to do it in linux.
I'll look into qemu/kvm. Virt-manager rings a bell. Thanks, I'll look into all of that.
Do you have any site recommendations for clean steam / gog files?
edinbruh
in reply to nootux • • •For steam I already told in the previous comment, cs.rin.ru. You need an account to access the clean files threads.
For gog unfortunately not anymore. Check the r/piracy megathread, see if you find something
nootux
in reply to edinbruh • • •Thank you for your response.
Apologies on missing that it was you that mentioned those sites, new to lemmy and viewing through the unread messages area where it only shows the current comment, not the thread. I am struggling to see something I can click to bring the message up in a thread so I can see the message flow.
Thank you for the clues, I shall disappear down a rabbithole some time following your breadcrumbs.
edinbruh
in reply to nootux • • •Btw, I just remembered.
You said that "if you could go to the store, buy a disc with the game, like in the good old days" you would prefer that over piracy.
I do encourage you to buy games on GoG (Good Old Games), download the installer, and burn it on a blue ray disk for you to keep.
nootux
in reply to edinbruh • • •I shall most likely be doing so. It is a means of owning the original install files for the game. From a privacy standpoint, still not as good as buying it in a shop with cash but it is most certainly a step in the right direction. There was a time when I pirated simply because I wanted to try things out for free when demos became less popular. Then it led to why bother buying it now. However, as I have matured I am happy, moreover I want to pay for something I have tried and enjoyed to support the creator so long as I have ownership and can do with it what I like. I do not want to support the conditional ownership systems that are developing, telling me how I may use something that I have purchased. Or that I do not truly own it such as is the case with most digital "purchases".
You seem very relatable in several areas I have identified, like minded and able to comprehend my point of view. Able to explain without condescension. I am new to socialising online (in general really, trying to step out of my shell). I found the fediverse on my travels to escape big tech, see my original post here. If you do not mind sharing your thoughts, where would you recommend looking for someone socially awkward, very concerned over privacy but not to the point where that becomes the central point of discussion as it can be a little triggering, a place to discuss things intellectually yet open and respectfully of one another?
I am just curious to hear your thoughts on this point. Thanks.
nootux
2026-06-27 05:35:31
edinbruh
in reply to nootux • • •I see, I'm not sure I can help you with that. I don't really engage with many communities outside of Lemmy. I just lurk in various other places.
Anyway, it looks to me like you are looking for an online bubble where to efficiently isolate yourself, this can't be good for you. I would suggest meeting with real people instead.
Are you still a student? Maybe in university? Then you are probably surrounded by people your age with common interests to you, waiting for you to speak to them. Make friends, it will be fun.
That being said, I do share some of your social anxiety, so this is definitely a "do as I say, not as I do" kind of situation.
Helix 🧬
in reply to nootux • • •KVM Passthrough, e.g. with looking-glass.io/
However, it's way too much hassle. Just run Steam in a sandbox, e.g. Firejail.
Looking Glass - Home
looking-glass.ioHelix 🧬
in reply to nootux • • •tldr: use firejail. I already answered in your other thread: feddit.org/comment/13927222
You know you can cross-post so it shows up as cross-posted in other communities? You just need to hit that "copy" button once you posted thr first one.
I'd have answered here instead of !piracy if I had seen that it's a crosspost.
YSK by using the built in cross post function you can link viewers of one post to another, this is a useful to share and grow communities you think others may be interested in : youshouldknow
mlmym.lemmy.blahaj.zonenootux
in reply to Helix 🧬 • • •Thanks, I'll look into crossposting for going forwards.
I'll check out firejail. Thanks for the recommendation.
cosmosaucer [he/him]
in reply to nootux • • •im not a linux expert but isnt the whole thing with linux that there isnt really malware for it because no one bothers to make any?
but with regards to games like other posters said check cs.rin.ru for the games and either use the goldberg method or just get the games pre-installed/cracked and run them through Lutris/Heroic
alternatively you can also download linux versions, theres a couple of people who crack linux games, one of them is john_cena and another whose name i forget is on torrrminator. ive downloaded a couple games from torrminator and had no issues with them
but of course ymmv and this may not be entirely up your alley with regards to the privacy etc concerns