GB Studio Retro Game Creator Software

GB Studio is a free and open source game creator software for Linux, windows and MacOS. Using GB Studio, you can create retro style game for handheld Game Boy system by just drag and drop. It is a visual scripting application and no programming knowledge required to create your game. It comes with build-in music editor to write music, generate ROM files and more. It is released under MIT License.

GB Studio

Download GB Studio [Windows, Linux, MacOS]

Install GB Studio on Ubuntu

Download the latest version of GB Studio in portable .AppImage file format from the above download link and save it on your Downloads folder. Now open the terminal application (ctrl+alt+t) and run below commands one by one.

Also Read:  QuickAccess Global Menu app

Note: Here “gb-studio-linux.AppImage” is the downloaded file name.

cd Downloads
sudo chmod +x ~ gb-studio-linux.AppImage
./gb-studio-linux.AppImage

Install GB Studio via Flatpak:

You can also install it via flatpak. First if you don’t have then install flatpak and flathub on your system and restart it after the installation.

Install flatpak and flathub:

Now open the terminal software and run below GB Studio flatpak install command.

flatpak install flathub dev.gbstudio.gb-studio

And you can start GB Studio using below command.

flatpak run dev.gbstudio.gb-studio

And uninstall GB Studio using below command.

sudo flatpak uninstall dev.gbstudio.gb-studio

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply