Linux App Release Roundup (July 2026)

Linux mascot holding a bag filled with the icons of various open source appsCheck in for a roundup of the hottest Linux app release that landed in July 2026 (and not just hot because of the temperatures last month). Major updates last month included the Firefox 153 release, with container tabs confusing those who’ve had them for ages. It also finally rounded window bottom corners on GTK-based Linux desktops, Ubuntu included. But the slick system monitor Mission Center also dropped a big update. I recommend checking that out, especially if you’ve longed for a way to swot over power stats. Anthropic delivered a Linux beta of its Claude Desktop app, easily installed on […]

You’re reading Linux App Release Roundup (July 2026), a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Continue ReadingLinux App Release Roundup (July 2026)

Ubuntu’s ready for Alberta and Morocco time zone changes

Ubuntu logo clock with Alberta and morocco flags denoting time zone changesTimes are literally changing and Ubuntu’s keeping pace – well, kinda. In November, most of Canada will turn its clocks back an hour, but the Western Canadian province of Alberta won’t. It’s decided to stay on daylight saving time permanently rather than fall back to standard time. Meanwhile, in September, Morocco is doing the reverse: after eight years of running an hour ahead of Greenwich Mean Time, it’s going back to GMT. So Ubuntu has updated its tzdata package so that users in either location – or anyone travelling to them – have systems in sync time-wise. The update refreshes the database […]

You’re reading Ubuntu’s ready for Alberta and Morocco time zone changes, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Continue ReadingUbuntu’s ready for Alberta and Morocco time zone changes

Starling is a new Linux desktop built using AI in six months

Some Linux desktop environments were developed over decades, others in just a few years. Starling, which made the rounds online this week, claims to have been built by just one person in six months using AI coding tools. What’s more, a preview build is available as a .deb to install on Ubuntu 26.04 LTS. Yup, this isn’t a ChatGPT mockup but a real working demo. According to the project’s GitHub and website, a developer used AI to rewrite Flutter’s framework layer from Dart to Swift, and left its C++ rendering engine unchanged. A traditional desktop uses a windowing system but […]

You’re reading Starling is a new Linux desktop built using AI in six months, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Continue ReadingStarling is a new Linux desktop built using AI in six months

GNU Binutils 2.47 Released with New RISC-V Features, Linker Improvements, and Reproducible Builds

GNU Binutils 2.47 Released with New RISC-V Features, Linker Improvements, and Reproducible Builds

The GNU Project has officially released GNU Binutils 2.47, the latest version of its essential collection of binary development tools for Linux and other Unix-like systems. The release delivers numerous bug fixes alongside new assembler, linker, and disassembler capabilities, expanded RISC-V support, reproducible source archives, and continued modernization of the GNU toolchain.

Used by developers worldwide, GNU Binutils forms a core part of the software development ecosystem, providing the low-level tools needed to assemble, link, inspect, and manipulate executable programs and object files.

What Is GNU Binutils?

GNU Binutils is a collection of command-line utilities that work closely with compilers such as GCC and Clang. While a compiler translates source code into object files, Binutils provides the tools needed to transform those object files into executable programs and libraries.

The package includes well-known utilities such as:

  • ld (GNU Linker)
  • as (GNU Assembler)
  • objdump
  • objcopy
  • readelf
  • nm
  • strip
  • ar
  • strings

Together, these tools are used daily by Linux distributions, embedded developers, operating system projects, and software engineers building applications in C, C++, Rust, Go, and many other languages.

Expanded Support for RISC-V

One of the biggest improvements in Binutils 2.47 is expanded support for the rapidly growing RISC-V architecture.

The release adds support for several additional standard RISC-V extensions, allowing developers targeting modern RISC-V processors to work with newer instruction sets and hardware capabilities. These additions continue the GNU toolchain’s strong commitment to one of the fastest-growing open processor architectures.

As more Linux distributions, development boards, and enterprise hardware adopt RISC-V, keeping development tools current is becoming increasingly important.

New Assembler Options

GNU Assembler (gas) gains several useful enhancements in version 2.47.

Among the most notable is a new command-line option:

  • --reloc-section-sym=[all|internal|none]

This option gives developers finer control over how relocations referencing locally bound symbols are converted to section symbols, improving flexibility for certain assembly and linking workflows.

The release also introduces numerous assembler improvements across multiple CPU architectures.

Better Disassembly for AArch64

Developers working with Arm-based systems also benefit from new functionality.

Continue ReadingGNU Binutils 2.47 Released with New RISC-V Features, Linker Improvements, and Reproducible Builds

GOG Officially Expands Linux Support with Native Galaxy Client in Development

GOG Officially Expands Linux Support with Native Galaxy Client in Development

After years of requests from the Linux gaming community, GOG has officially confirmed that it is developing native Linux support for the GOG Galaxy launcher. The announcement marks one of the biggest shifts in the company’s history and signals a stronger commitment to Linux as a first-class gaming platform. While GOG has offered DRM-free Linux game downloads since 2014, its Galaxy launcher has remained exclusive to Windows and macOS—until now.

Although the company has not announced a release date, GOG says Linux has become a major area of investment, with development already underway.

A Long-Requested Feature Finally Becomes Reality

Native GOG Galaxy support has consistently ranked among the most requested features from Linux users. Until now, players who wanted to use Galaxy’s library management, cloud saves, achievements, and automatic updates had to rely on compatibility layers or community-developed launchers.

In a statement to GamingOnLinux, GOG joint CEO Krzysztof Papliński said the company has hired a dedicated specialist and is actively exploring the best approach for bringing Galaxy to Linux. He described Linux as “one of the topics we hear the most about from our community,” emphasizing that the project is now an active development priority.

Why GOG Galaxy Matters

Unlike the web-based game downloads that Linux users already have access to, GOG Galaxy serves as a full-featured game management application.

The launcher currently offers features including:

  • Automatic game installation and updates
  • Cloud save synchronization
  • Achievement tracking
  • Playtime statistics
  • Game library organization
  • Integrated storefront browsing
  • Friends lists and social features
  • Cross-platform launcher integration

Today, Linux users typically access these capabilities through community projects such as Heroic Games Launcher, Lutris, or Bottles. A native Galaxy client would provide an officially supported alternative with direct integration into GOG’s ecosystem.

Linux Is No Longer an Afterthought

GOG’s announcement reflects the growing importance of Linux gaming over the past several years.

The rapid adoption of Valve’s Steam Deck, continuous improvements to Proton, and increasing hardware compatibility have significantly expanded Linux’s role in PC gaming. As Linux’s share of Steam users has grown, more developers and publishers have begun treating the platform as a viable target rather than a niche operating system.

For GOG, supporting Linux more fully aligns with its philosophy of giving users greater control over their purchased games.

Continue ReadingGOG Officially Expands Linux Support with Native Galaxy Client in Development

Mosaic is an i3-style auto-tiling extension for GNOME Shell

GNOME desktop foot logoMosaic brings i3-style automatic tiling to GNOME Shell without asking you to choose it permanently. Turn it on when you want windows to arrange themselves, turn it off when you want floating windows back. The extension works with GNOME 45 and up, adding a toggle to Quick Settings to enable the auto-tiling mode. When off, you’re in floating mode (which still has tiling features). Expand the toggle to access more options or get at Mosaic’s settings. It’s the on-demand nature that makes Mosaic more interesting as a tool. When the auto-tiling mode is active (the toggle is turned on) all […]

You’re reading Mosaic is an i3-style auto-tiling extension for GNOME Shell, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Continue ReadingMosaic is an i3-style auto-tiling extension for GNOME Shell