Latest Linux and open source news from around the web

Docker Deep Dive Sponsored · View on Amazon → SanDisk 128GB Extreme microSD Sponsored · View on Amazon →
OMG! Ubuntu

Linux App Release Roundup (November 2025)

Decemberโ€™s here (โ€œDecemberโ€™s here, Decemberโ€™s hereโ€ฆโ€œ as the festive ear worm from New Found Glory goes) which means November is no longer here โ€” ergo, itโ€™s time for a Linux App Release Roundup! November was host to a number of big software updates, a few of which I did plan to cover properly but, for one reason or another, got away from me. I did cover Firefox 145 and Thunderbird 145 (out like clockwork), the Raspberry Pi Imager 2 released (redesigned), Mission Center 1.1 (better filtering), Fish 4.2 (multi-line suggests) and the GIMP 3.2 Release Candidate (improved text tool). Read [โ€ฆ]

OMG! Ubuntu

ONLYOFFICE 9.2 Update Adds AI Features, Bug Fixes

A new version of ONLYOFFICE Desktop Editors, the free, open source productivity suite for Linux, macOS and Windows is out. ONLYOFFICE 9.2 includes a new AI agent across all editors in its stack, including Document Editor, Spreadsheet Editor, Presentation Editor and PDF Editor. Thus it is possible to quickly generate documents from prompts, analyse and ask questions regarding specific document contents, fill in PDF forms and, for those feeling brave, allow the AI Agent to do local file management. AI Agent in ONLYOFFICE was introduced in the v9.1 update as a beta plugin users needed to explicitly install. The release [โ€ฆ]

Foss Force

Why I Use BrowserOS, But Never for Visiting Websites

Because the risks of AI browsers outweigh the hype, our Christine Hall uses BrowserOS as a tightly controlled research tool instead of a way to surf the web. The post Why I Use BrowserOS, But Never for Visiting Websites appeared first on FOSS Force.

LWN.net

[$] Checked-size array parameters in C

There are many possible programmer mistakes that are not caught by the minimal checks specified by the C language; among those is passing an array of the wrong size to a function. A recent attempt to add some safety around array parameters within the crypto layer involved the use of some clever tricks, but it turns out that clever tricks are unnecessary in this case. There is an obscure C feature that can cause this checking to happen, and it is already in use in a few places within the kernel.

Phoronix

Steam On Linux Use Easily Hits An All-Time High In November

The Steam Survey results are out for November 2025 and continue to be very positive for the growing adoption of Linux gaming thanks to the success of the Steam Deck, the underlying Steam Play (Proton) software, and now further excitement thanks to the upcoming Steam Machine and Steam Frame...

LWN.net

[$] Some 6.18 development statistics

Linus Torvalds released the 6.18 kernel as expected on November 30, closing the last full development cycle of 2025. It was another busy cycle, featuring a record number of developers. The time has come for a look at where the code came from for this kernel release, but also for the year-long long-term-support cycle which has also reached its conclusion with this release.

OMG! Ubuntu

Raspberry Pi 5 1GB Launched, Other Models See Price Hikes

A budget version of the Raspberry Pi 5 single-board computer with 1GB RAM and costing $45 has been announced. The new Raspberry Pi 5 1GB is an affordable option, but itโ€™s not as low-cost as it couldโ€™ve been owing to the rocketing cost of memory across the tech industry driven, largely, by demand and competition from the increase in AI data centres. But its lower price comparative to other models in the range is, arguably, never more important. Why? Because, alas, the cost of most other Pi models has risen due to the volatile (heh) memory market with price increase [โ€ฆ]

Linux.org

Linux Boot Management with efibootmgr

Most systems these days use the Unified Extensible Firmware Interface (UEFI). This is an interface between the hardware on a PC and the Operating System (OS). When the hardware begins, there is firmware that is loaded and starts initializing the hardware. Once the UEFI has initialized the hardware, it then loads the boot manager, and then loads the OS through the boot manager. Examples of Boot Managers are GRUB, rEFInd, Limine and others. The Boot Manager is the same as a Bootloader. There... https://www.linux.org/threads/linux-boot-management-with-efibootmgr.57749/