It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
50 games for the free OS available right NOW!

A while ago, [url=http://www.gog.com/news/gogcom_soon_on_more_platforms]we've announced our plans to add Linux support as one of the features of our digital platform, with 100 games on the launch day sometime this fall. We've put much time and effort into this project and now we've found ourselves with over 50 titles, classic and new, prepared for distribution, site infrastructure ready, support team trained and standing by, and absolutely no reason to wait until October or November. We're still aiming to have at least 100 Linux games in the coming months, but we've decided not to delay the launch just for the sake of having a nice-looking number to show off to the press. It's not about them, after all, it's about you. So, one of the most popular site feature requests on our community wishlist is granted today: Linux support has officially arrived on GOG.com!

The first 50+ titles we've have in store for you come from all the corners of our DRM-Free catalog. Note that we've got many classic titles coming officially to Linux for the very first time, thanks to the custom builds prepared by our dedicated team of penguin tamers. That's over twenty fan-favorite GOG.com classics, like &[url=http://www.gog.com/game/flatout_2]Flatout 2, , <a href="http://www.gog.com/game/darklands">Darklands, or Realms of the Haunting we've personally ushered one by one into the welcoming embrace of Linux gamers. That's already quite a nice chunk of our back-catalog, and you can expect more from our dedicated Linux team soon!

Now, for the recent titles. We've got some indie games with native Linux versions that finally find their well-deserved spot in our store. Among them, debuting on Linux, - a well received original comedic Sci-Fi puzzler. On top of that, be on the lookout for two new additions to the GOG.com catalog: [url=http://www.gog.com/game/gods_will_be_watching]Gods Will Be Watching (coming in a couple of hours) and Unrest:Special Edition (Linux build coming right up!), both of them very fresh and intriguing. This is the very first time we can provide you with all the PC versions of a premiere game, and we will continue to do so in the future. If there's a Linux version of a title we're releasing, our aim is to deliver it to you Day-1. But enough about us, let's talk about the games. Here's what you can be playing on Linux today:

Anomaly Warzone Earth
Ascendant
Bionic Dues
Blake Stone: Aliens of Gold - first time on Linux!
Blake Stone: Planet Strike - first time on Linux!
Bloodnet - first time on Linux!
Braveland
CLARC - first time on Linux!
Darklands - first time on Linux!
Darwinia
Defcon
Don't Starve + DLC
Dragonsphere - first time on Linux!
Duke Nukem 3D: Atomic Edition
FlatOut - first time on Linux!
Flatout 2 - first time on Linux!
Fragile Allegiance - first time on Linux!
Gemini Rue
Gods Will Be Watching
Hammerwatch
Hocus Pocus - first time on Linux!
Kentucky Route Zero
The Last Federation
Legend of Grimrock
Litil Divil - first time on Linux!
Long Live the Queen
MouseCraft
Multiwinia
Normality - first time on Linux!
Pinball Gold Pack - first time on Linux!
Pinball World - first time on Linux!
Pirates! Gold Plus - first time on Linux!
Realms of the Haunting - first time on Linux!
Rex Nebular and the Cosmic Gender Bender - first time on Linux!
Rise of the Triad: Dark War - first time on Linux!
Shattered Haven
The Shivah HD
Sid Meier's Colonization - first time on Linux!
Sid Meier's Covert Action - first time on Linux!
Sir, You Are Being Hunted
Slipstream 5000 - first time on Linux!
Space Pirates and Zombies
Spacechem
Stargunner - first time on Linux!
SteamWorld Dig
Super Hexagon
Surgeon Simulator 2013
Sword of the Samurai - first time on Linux!
Teslagrad
Unrest:Special Edition (Linux build on the way!)
Uplink
VVVVVV

As if this wasn't exciting enough, we've put more than half of these titles on a special promo! Head out to the promo page and find out which of them you can get up to 75% off until Tuesday, 9:59AM GMT. Of course, all of the games from the list above that you already own will be updated with Linux versions with no additional cost for you, just as you might have expected from GOG.com.

"OK, but how will Linux support actually work on GOG.com" - you might ask. For both native Linux versions, as well as special builds prepared by our team, GOG.com will provide distro-independent tar.gz archives and support convenient DEB installers for the two most popular Linux distributions: Ubuntu and Mint, in their current and future LTS editions. Helpful and responsive customer support has always been an important part of the GOG.com gaming experience. We wouldn't have it any other way when it comes to Linux, and starting today our helpdesk offers support for our official Linux releases on Ubuntu and Mint systems.

Diversity and freedom of choice have always been an important part of the GOG.com way. We're very glad that we could improve our service with the addition of the free (and DRM-Free) alternative to the commercial operating systems. Talking with gamers is just as important, so we're counting on your feedback! If you've got any questions, suggestions, or run into any trouble, just tell us in the forum thread below this post. Just please be gentle, this is [url=http://youtu.be/qBxbPts5tOk" target="_blank]our very first time[/url] with Linux. Happy launch day, everyone!
Thanks for the work guys! Just a quick question:

In the Duke Nukem 3D start.sh there is a strange way of setting variables:

declare -r GAME_NAME="Duke Nukem 3D"
echo "Running ${GAME_NAME} settings"

The way I've always done variables is like:
GAME_NAME="Duke Nukem 3D"
echo "Running $GAME_NAME settings"

I'm not saying it's wrong, I've just never seen it before, and a little curious about the rationale behind using this style.
Quick URL to list all of the games on GoG that are available on Linux:

List Linux games
Installer is only on .deb format, installer in .rpm format is planed ?
Noice. Thanks GOG.
While this doesn't affect me directly, this is something I highly approve of.
avatar
DaarkMoon: Installer is only on .deb format, installer in .rpm format is planed ?
DEB and tarballs :)
avatar
JudasIscariot: Yes? Support in what way? We are offering Linux versions of games, if that's what you are asking :)
No, what I'm getting at is the website has suffered from many glitches, particularly during the sales. I've reported specific problems and been told that the website is "not tested" or "not optimised" for browsers running on Linux, "try clearing your cache" being the most help support have been able to offer up.

N.B. it's not just GOG that has these sorts of replies for Linux users reporting website problems, it's quite usual.

Really I'm just hoping to finally see an end to some of the checkout and other glitches that occasionally cause myself and others to miss out on some of the sale deals.
avatar
NRoach44: Thanks for the work guys! Just a quick question:

In the Duke Nukem 3D start.sh there is a strange way of setting variables:

declare -r GAME_NAME="Duke Nukem 3D"
echo "Running ${GAME_NAME} settings"

The way I've always done variables is like:
GAME_NAME="Duke Nukem 3D"
echo "Running $GAME_NAME settings"

I'm not saying it's wrong, I've just never seen it before, and a little curious about the rationale behind using this style.
It's so you know it's a GOG-specific Linux version :)
low rated
Windows > Anything else.
This is fantastic news! I'm so happy right now :) Thank you! Take my money!
avatar
JudasIscariot: Yes? Support in what way? We are offering Linux versions of games, if that's what you are asking :)
avatar
IanM: No, what I'm getting at is the website has suffered from many glitches, particularly during the sales. I've reported specific problems and been told that the website is "not tested" or "not optimised" for browsers running on Linux, "try clearing your cache" being the most help support have been able to offer up.

N.B. it's not just GOG that has these sorts of replies for Linux users reporting website problems, it's quite usual.

Really I'm just hoping to finally see an end to some of the checkout and other glitches that occasionally cause myself and others to miss out on some of the sale deals.
The only thing I know for sure is that I've been accessing GOG.com and related subforums on Linux Mint 17 at home and, as far as I can tell, everything works. Perhaps the glitches got ironed out in the meantime but I can't say for sure as I am not a web programmer :)
avatar
JudasIscariot: Yes? Support in what way? We are offering Linux versions of games, if that's what you are asking :)
avatar
IanM: No, what I'm getting at is the website has suffered from many glitches, particularly during the sales. I've reported specific problems and been told that the website is "not tested" or "not optimised" for browsers running on Linux, "try clearing your cache" being the most help support have been able to offer up.

N.B. it's not just GOG that has these sorts of replies for Linux users reporting website problems, it's quite usual.

Really I'm just hoping to finally see an end to some of the checkout and other glitches that occasionally cause myself and others to miss out on some of the sale deals.
Yeah you are right. The load especially in Firefox on Linux gets quite heavy. Especially the problem is with length of threads in forums when the posts don't wan't to load and such. Yeah its true that you can miss out on sales when the browser does not respond anymore when there is hight server load - that does not happen as much if I use Win 7.
Post edited July 24, 2014 by Matruchus
Great new for Linux fans. Now you have no excuse for not buying games on Gog.
This is just plain awesome. After switching to an dualboot with Mint 17 XFCE a few weeks ago this news coudn't have come at a better time.

Thank you very much GOG for your continued love and support! :D
Great news and congratulations GOG!