>
Software

FOSS Weekly: the Linux stories from week 26 worth your time

This is the week that Brave decided to give Linux users a free browser that costs $59.99 for everyone else, Canonical remembered that ARM64 servers exist, and a small tiling window manager (a program that arranges open windows in a grid so you never have to drag them around) called Niri got a write-up that made me want to actually try it. Below are the stories from this week that I think are worth your time, and what I think they actually mean for someone running Linux on a laptop, a server, or a homelab.

Brave Origin goes free for Linux

The biggest story of the week is also the one most Linux users already heard about, because it landed on the same day as most of the other news. Brave launched Origin, a stripped-down version of the Brave Browser with the AI assistant, the rewards program, the crypto wallet, and the built-in VPN all removed. What is left is the Chromium engine plus the privacy configuration Brave is known for, with the same update cadence as the upstream project. On Linux the build is free. On Windows, macOS, Android, and iOS the same build costs $59.99 as a one-time license. I wrote a longer piece about Origin this week that goes into the comparison with plain Brave and with stock Chromium, so the short version here is that the price difference is real, the feature difference is small, and the migration is a ten-minute job. If you are on Linux, install it. If you are on another platform, the open-source alternative of Chromium plus uBlock Origin plus Privacy Badger gets you most of the way there for free.

Canonical’s Livepatch lands on ARM64

If you are running Ubuntu on ARM64 servers, you can finally patch the kernel without scheduling a reboot. Livepatch is Canonical’s system for applying security patches to a running kernel in memory, and it has been available on the 64-bit x86 (AMD64) build of Ubuntu for years. The 26.04 LTS release this spring added the same feature for ARM64 systems, and Ubuntu Core 26 picked it up at the same time. For a homelabber with a single ARM box that runs everything from Home Assistant to a personal Nextcloud, the practical impact is that a security patch no longer means scheduling a Saturday-night maintenance window. The patch lands in the background, the kernel keeps running, and the only thing you ever notice is the changelog entry in apt.

The reason this took so long is mostly that ARM64 kernel patching is harder to do safely. The architecture has stricter rules about which regions of memory can be modified at runtime, and the original Livepatch code made assumptions about x86 memory layout that did not hold on ARM. The team that owns Livepatch shipped the ARM64 support as a clean rewrite, and the rewrite is what landed in 26.04. The performance overhead is small, in the 1-3% range, and you only see it during the actual patch operation. After the patch is applied, the running kernel is exactly as fast as it was before.

Myna is shaping up to be Ubuntu’s local speech-to-text

A few months ago Canonical published a framework for thinking about AI features in Ubuntu, split into “implicit” and “explicit” categories. Implicit AI is the kind that runs in the background, suggests things, and does not require the user to type into a chat box. Explicit AI is the kind where you open a window and ask a question. Myna, expected to land in Ubuntu 26.10 in October, is the implicit half taking shape as a local speech-to-text dictation tool. The pitch is that the speech recognition runs entirely on the device, no cloud round trip, no audio uploaded to a remote service, and the user can press a hotkey to start dictating into any text field.

The interesting part is the local model. Most speech-to-text systems in 2026 still depend on a cloud API because the recognition model is too large to run on a laptop CPU in real time. Myna uses a quantized model (a version of a neural network that has been compressed to use less memory at the cost of some accuracy) that fits in about 200 MB of RAM and runs on the integrated NPU (neural processing unit, a chip designed to accelerate machine learning workloads) on recent Intel and AMD CPUs. The accuracy is not as good as the cloud version, especially on accented English and on background noise, but it is good enough for casual dictation, and the privacy story is a real win for anyone who does not want their voice going to a third party.

Niri is the tiling window manager I keep coming back to

Niri is a scrolling tiling window manager for Wayland (the modern Linux display protocol that is replacing the older X11 system). Unlike a regular tiling window manager like i3, which rearranges your windows every time you open a new one, Niri adds the new window to a horizontal strip and lets you scroll. The whole desktop becomes one long row of windows, and you pan over to whichever one you want. After a few weeks of daily use, the writer at It’s FOSS admitted the real appeal only showed up once they stopped trying to use it like a normal tiling WM. The right mental model is closer to a long document than to a grid of windows.

For most users this is going to feel weird at first, because the muscle memory is for grids. The payoff is that the layout never has to be rearranged, which means the position of every window is stable, and your eyes do not have to re-learn the screen every time you open something. On a multi-monitor setup, each monitor gets its own independent strip, so the scrolling stays manageable. If you have been wanting to try a tiling window manager but i3 felt like too much work to configure, Niri is a reasonable entry point because the configuration file is well-documented and the default key bindings are sensible.

Other things worth knowing about

The Fortnite studio open-sourced Lore at State of Unreal 2026. Lore is a Git alternative built for projects that mix code with large binary files, which is the use case that Git LFS (a Git extension that stores large files outside the main repository) handles awkwardly. NVK, the open-source Vulkan driver for NVIDIA cards, can now run DLSS in games with an experimental flag, with full stable support landing with Mesa 26.2 in August. The ArmSoM Sige6 swaps the usual Rockchip silicon for an Allwinner A733 with a 3 TOPS NPU and an M.2 slot for NVMe, which is unusual for the price point.

A few smaller things I would not have written a full post about, but that are worth knowing:

  • Firefox release. The new build includes a built-in PDF editor with merge support, a full-page screenshot tool, and an eyedropper color picker. Most Firefox users only use the browser for browsing, which is a shame given how much is actually packed in.
  • ANY.RUN Q1 2026 report. The headline numbers are a 14.7% increase in credential theft, a 98.3% growth in loader-based attacks, and a 58.4% rise in LOLBAS attacks leveraging JavaScript for low-noise execution. The report is free to download.
  • ArmSoM Sige6. The new single-board computer swaps the usual Rockchip silicon for an Allwinner A733 with a 3 TOPS NPU, LPDDR5 RAM up to 16 GB, and an M.2 slot for NVMe. Unusual for the price point.
  • Lore. A new Git alternative from the Fortnite studio, designed for projects that mix code with large binary files, which is the use case that Git LFS (a Git extension that stores large files outside the main repository) handles awkwardly.

Trade-offs

A weekly digest is not free in time. The upside is that you get a single place to catch up on what shipped. The downside is that the format flattens everything to the same level of importance, and the items I found most interesting might not be the ones you care about. The Brave Origin story is bigger than the rest, but if you do not run Linux on your daily machine, the price difference is irrelevant and the rest of the news matters more.

The 192 supporters on It’s FOSS lifetime membership campaign is real and the discount ends on 26 June. If you have been considering it, that is the deadline. The reporting this week was funded partly by the membership, so the closer the campaign gets to its goal, the more original content shows up. Your math will be different if you do not pay for open-source content, but the math is also different if you have been frustrated by the decline of independent Linux coverage over the last few years.

A week of news is also not a substitute for actually trying the things. I have not yet installed Niri on a fresh system, and the writer at It’s FOSS is right that the real appeal of Niri does not show up in the first hour. The same is true of Myna, which is not even shipping in a stable Ubuntu release yet. The list above is a starting point, not a verdict.

If you are running Linux on a laptop and you want one thing to try this weekend, install Brave Origin. If you are running Ubuntu on an ARM64 server, schedule a Livepatch and confirm it worked. If you are thinking about switching to a tiling window manager, Niri is the one I would try first in 2026.

Bottom line

The headline story is that Brave is giving Linux users a free browser, and the secondary stories are that ARM64 servers on Ubuntu are catching up to x86 in ways that matter, and that the local-AI story on Linux is getting more credible by the month. None of this is going to change the world by itself, but the cumulative direction is the right one.

Leave a comment