LiteBox is a new open-source sandboxing library OS from Microsoft, designed to run code with a minimal, security-focused OS surface.
Category Archives: Linux
Initial AMD Zen 6 “znver6” Support Merged For LLVM/Clang
Merged overnight to the LLVM/Clang compiler’s codebase was initial targeting for next-generation AMD Zen 6 processors using the znver6 target…
KDE Linux To Provide Better Hardware Support & Better Performance
Following the September release of the KDE LInux reference distribution for the KDE desktop in alpha form, KDE Linux developers have been working toward the beta release with more improvements to this open-source desktop distro…
Wine 11.2 Released With More Improvements & 32 Bug Fixes
Wine 11.2 is out as the latest bi-weekly development release in the road toward the Wine 12.0 stable release next January…
KMS Recovery Mechanism Being Worked On For Linux Display Drivers
A Linux kernel engineer at Microsoft is working on a useful Linux desktop improvement. Hamza Mahfooz who previously worked for AMD on their AMDGPU Linux display driver code has been spearheading work on a KMS recovery mechanism to help kernel mode-setting display drivers recover in case of problems…
GNOME’s Glycin 2.1 Beta Enables JPEG 2000 Support By Default
GNOME’s Rust-based and sandboxed Glycin image loading library focused on safety now supports JPEG 2000 images by default…
Linux 6.19 Sees Last Minute Scheduler Regression Fixes
Ahead of the planned Linux 6.19 stable kernel release tomorrow, there have been some last-minute fixes submitted for the scheduler code, including for performance regressions…
A Pillar of the Linux Kernel: Greg Kroah-Hartman Honored with European Open Source Award
The open-source community is celebrating a well-deserved recognition. Greg Kroah-Hartman, one of the most influential figures in the Linux ecosystem, has been awarded the European Open Source Award, honoring decades of sustained contributions that have shaped Linux into the stable, trusted platform it is today.
Toyota Developing A Console-Grade, Open-Source Game Engine – Using Flutter & Dart
Well, here’s an unexpected combination… Toyota’s Toyota Connected North America unit is developing a console-grade open-source game engine. Making it even more unusual is their engineering choices of building around the Flutter toolkit and in turn the Dart programming language. This new game engine creation is called Fluorite…
Axera AX8850 edge platform arrives in a pyramid-style design
M5Stack introduced today an embedded platform with an unusual pyramid-shaped edge computing system built around the Axera AX8850 system-on-chip. Two models are offered for local AI inference workloads as well as applications that require multimedia processing and dual Ethernet connectivity. Both systems are based on the Axera AX8850 SoC, which integrates an octa-core Arm Cortex-A55 […]
Mesa 25.3.5 Brings Vulkan Driver Fixes & Other Minor Changes — Even For Old The R600g
While Mesa 26.0 stable will be out soon, the belated Mesa 25.3.5 point release is now available for serving as the current latest stable point release…
MusicPod: Music, Radio, and Podcast Player for Ubuntu
MusicPod is a decent local music player but an excellent podcast and internet radio player for your Ubuntu desktop that was written in Flutter.
Calibre 9.2 Ebook Manager Improves the Bookshelf View, Ebook Viewer, and More
Calibre 9.2 has been released today as the second update to the latest Calibre 9.0 series of this powerful, free, open-source, and cross-platform ebook management software for GNU/Linux, macOS, and Windows.
KDE Plasma 6.6 Fixing Significant Issues With Fingerprint Authentication
There is less than two weeks to go until the official KDE Plasma 6.6 desktop release. Plasma 6.6 is still seeing bug fixes in this final stretch of development while KDE developers are also busy already on Plasma 6.7 feature work…
Is the Raspberry Pi Still an Affordable SBC? I Don’t Think So
Raspberry Pi has raised prices on many Pi 4, Pi 5, and Compute Module models as memory costs surge in 2026, undermining its once-low-cost SBC positioning.
An in-kernel machine-learning library
For those wanting more machine learning in the kernel, Viacheslav Dubeyko
has posted a
new in-kernel library for that purpose.
What is the goal of using ML models in Linux kernel? The main goal
is to employ ML models for elaboration of a logic of particular
Linux kernel subsystem based on processing data or/and an efficient
subsystem configuration based on internal state of subsystem. As a
result, it needs: (1) collect data for training, (2) execute ML
model training phase, (3) test trained ML model, (4) use ML model
for executing the inference phase. The ML model inference can be
used for recommendation of Linux kernel subsystem configuration
or/and for injecting a synthesized subsystem logic into kernel
space (for example, eBPF logic).
It is rigorously undocumented
and there are no real users, so it’s not entirely clear what the purpose
is, but there are undoubtedly interesting things that could be done with
it.
Maca 2 enables high-power wireless connectivity for UAV and robotic systems
8devices has previewed the Maca 2, a compact, high-power data radio for long-range wireless communication in drone, robotics, and industrial systems. Designed and manufactured in Europe, the platform is NDAA and TAA compliant and integrates multiple interfaces for range-focused deployments. The system is built on Qualcomm’s QCS405 system-on-chip, featuring a 650 MHz 24Kc MIPS processor […]
ML-LIB: Machine Learning Library Proposed For The Linux Kernel
Sent out today as a request for comments (RFC) by a Linux kernel engineer employed by IBM is a machine learning library for the Linux kernel. The intent is on plugging in running ML models to the Linux kernel that could be used for system performance optimizations and various other purposes…
FOSS Force’s Top Ten for January
Here’s what people were reading the most on FOSS Force during the month of January, 2026.
The post FOSS Force’s Top Ten for January appeared first on FOSS Force.
Difference Between Docker and Podman (Ultimate Guide)
Discover the differences between Podman and Docker, including daemonless architecture, rootless containers, systemd integration, and more. Learn which container management tool suits your needs best.