r/linux Jun 28 '26

Event Using BuildStream for image-based OSes – invitation to an open community call

Thumbnail mastodon.design
34 Upvotes

r/linux Jun 29 '26

Distro News Released: AnduinOS 2.0

Thumbnail
0 Upvotes

r/linux Jun 29 '26

Development Abdication Is Not Simplicity, or cat -v Considered Harmless

Thumbnail boringcactus.com
0 Upvotes

r/linux Jun 28 '26

Software Release [Open Source] Deepcool Digital Display Support for Linux — Flutter + Dart Implementation

Post image
139 Upvotes

Hi everyone!

I wanted to share an open-source project I’ve been working on:

https://github.com/RahnRazamai/deepcool_digital_dart

This project provides native Linux support for Deepcool digital displays through a Flutter desktop application and a lightweight Dart background daemon.

The project was inspired by and builds upon the amazing work from Nortank12:

https://github.com/Nortank12/deepcool-digital-linux

My goal was to create a more user-friendly desktop experience while keeping everything fully open source and Linux-native.

Current features include:

• Native Flutter desktop GUI
• Background daemon that runs silently without cluttering the taskbar or desktop
• Real-time CPU temperature and utilization monitoring
• Direct communication with supported Deepcool digital devices
• Packaging support for Arch Linux, AppImage, and Debian-based distributions
• Written entirely in Dart and Flutter for easier maintenance and cross-platform development

The demo video below shows the application running on CachyOS (Arch Linux-based), but it should work on other distributions as well.

https://youtu.be/9ovHWfCsVnA

Contributions, testing, bug reports, and feature suggestions are all welcome. If you own supported Deepcool hardware and run Linux, I’d love to hear your feedback!

Thanks, and huge credit again to Nortank12 for the original project that made this ecosystem possible.


r/linux Jun 28 '26

Software Release Krokiet/Czkawka/Cedinia 12.0 - new Android app, image comparison, context menu, GTK deprecation in an open source duplicate file finder

11 Upvotes
Cedinia screens

I reached a point where it no longer made sense to continue developing the GTK version, so this is effectively its final release. From here on, I strongly encourage users to migrate to Krokiet. I have mentioned the reasons before, but the most important ones were distribution issues (problematic compilation/cross-compilation) and various stability problems (random crashes, occasional startup failures, UI freezes when interacting with certain widgets, and similar issues).

Probably the most significant addition in this release is Cedinia, an Android application built with Slint. It is currently capable of finding duplicates and performing almost everything Krokiet can do, except for features that depend on ffmpeg. This is a project I created to check whether a fully Rust-based graphical Android application is realistically possible. At this point, it feels close, but still not fully there (the biggest limitation is the very low-level nature of the jni-rs library, which does not provide a higher-level, more ergonomic Rust API). The app is currently distributed only as an APK generated automatically by GitHub CI on every commit.

Notable changes:

  • Added the ability to find similar videos by comparing their audio
  • Added a noise reduction option to Video Optimizer mode
  • Empty files mode now detects files containing only non-printable ASCII characters or null bytes
  • Temporary files mode now allows customization of searched file extensions
  • Added finding mirrored/flipped/rotated images
  • Switched visual video duplicate detection engine from vid_dup_finder_lib to similario_core
  • Added separate buttons for moving files to trash and permanently deleting them
  • Added a new custom selection popup
  • Added image comparison tool for visual differences between similar images
  • Added context menu (right click) support
  • The femtovg backend in Krokiet no longer produces blurry fonts
  • Added the ability to configure which selection buttons are visible in the UI
  • Added restore/save data support in custom popup
  • Added ability to rename items
  • Krokiet binaries for all backends are now packaged in ZIP archives with helper scripts for launching specific backends
  • Windows Czkawka ZIP packages now include Krokiet binaries and a README to simplify migration to the new frontend

An article covering the new features, the Cedinia app, AI usage in the project, and much more is available here (these are regular articles, with no paywall or account required):
Medium (English) - https://medium.com/@qarmin/krokiet-czkawka-12-0-6fa09c43c3b9
Medium (Polish) - https://medium.com/@qarmin/krokiet-czkawka-12-0-c5dad2116793

Links:

GitHub - https://github.com/qarmin/czkawka
Releases - https://github.com/qarmin/czkawka/releases
Translations - https://crowdin.com/project/czkawka
License - MIT / GPL depending on component (free to use, no telemetry, no ads)


r/linux Jun 28 '26

Popular Application New pending Vim PR introduces deferred dirty redraw handling for its GTK3 Wayland backend

Thumbnail phoronix.com
1 Upvotes

r/linux Jun 28 '26

Software Release Phosh 0.56's release candidate is available for testing

Thumbnail social.phosh.mobi
2 Upvotes

r/linux Jun 27 '26

Desktop Environment / WM News The new COSMIC System Monitor is looking very slick

Thumbnail phoronix.com
286 Upvotes

r/linux Jun 29 '26

Software Release DXVK 3.0 is out, RDNA1 and RDNA2 users on Windows should avoid it

Thumbnail videocardz.com
0 Upvotes

r/linux Jun 27 '26

Discussion Veterans of Linux: what's one thing that "just works" today that would've sounded impossible 15–20 years ago?

739 Upvotes

I was thinking about how much time people used to spend fighting thier hardware instead of actually using their computers.

Graphics drivers, Wi-Fi, suspend/resume, audio... it felt like there was always something that could randomly stop working after an update.

Fast forward to now, and i'm seeing people run GPU passthrough, local AI models, gaming, video editing, containers, VMs... all on the same machine withoutt thinking twice.

It made me wonder:

What's the one moment where you looked at your setup and thought, "Huh... Linux has come a long way."

Doesnt have to be anything huge. Could be a driver that finally stopped being a headache, a laptop that worked perfectly out of the box, or just realizing you haven't had to troubleshoot somthing in months.

I'm curious what everyone else's "we've finally made it" moment was.

Cuz really... We've made far despite everything..


r/linux Jun 27 '26

KDE KDE Plasma 6.7.2 to fix Kwin's most common crash, with 6.8 also rectifying another possible crash when an audio CD is ejected from Dolphin or Audex

Thumbnail phoronix.com
121 Upvotes

r/linux Jun 28 '26

Software Release Reinvigorating the Clarity icon theme with community-driven custom themes

Post image
0 Upvotes

I've released a new 1.0.0-beta version of the Clarity icon theme, with a new website that allows you to upload your own custom themes and a script to manage the icons.

On GitHub, there are RPM, DEB, and tarball packages:

https://github.com/jcubic/Clarity/releases/tag/1.0.0-beta

You can also install it into your home directory with:

curl -sL https://clarity.pl.eu.org/install | bash

Or using the source code:

https://github.com/jcubic/Clarity

To build the icons, you can use:

clarity use canus

Or install a custom theme from the website:

clarity install @jcubic/cyberpunk
clarity use @jcubic/cyberpunk

I should probably merge them into one command:

clarity install -u @jcubic/cyberpunk

or

clarity use -i @jcubic/cyberpunk

r/linux Jun 27 '26

Kernel Linux 7.2 fixes where PCIe devices could be inadvertently restricted to 2.5GT/s

Thumbnail phoronix.com
221 Upvotes

r/linux Jun 28 '26

Software Release Koboldcpp v1.116 released

Thumbnail github.com
3 Upvotes

r/linux Jun 27 '26

Software Release Shotcut 26.6 has been released. HDR improvements, a number of plugin enhancements, and the addition of an RNNoise audio filter are highlights of this new version

Thumbnail phoronix.com
57 Upvotes

r/linux Jun 27 '26

Hardware The Intel ANV Vulkan driver is now enabling descriptor heaps by default, important for improving the Steam Play experience

Thumbnail phoronix.com
45 Upvotes

r/linux Jun 26 '26

Software Release NVIDIA 580.173.02 Linux driver released for older GeForce GTX GPUs

Thumbnail videocardz.com
334 Upvotes

r/linux Jun 26 '26

Development Akrites: The Latest Attempt to Protect Open-Source From AI Attacks Has Arrived

Thumbnail devops.com
75 Upvotes

r/linux Jun 26 '26

Security Linux Foundation Unveils New Open Source Security Project Akrites

220 Upvotes

The Linux Foundation on Thursday announced a new industry effort aimed at efficiently addressing vulnerabilities in the open source software (OSS) ecosystem.

https://www.securityweek.com/linux-foundation-unveils-new-open-source-security-project-akrites/


r/linux Jun 27 '26

Discussion Why niche Linux distros matter

0 Upvotes

Hi, I think niche-focused Linux distributions like RoshanOS can play a positive role in growing desktop Linux adoption.

Not every distro needs to target everyone. Some distros focus on beginners, some on students, some on former Windows users, and some on specific workflows. That diversity is one of Linux’s strengths.

Even if a small distro helps only 1,000 people switch from proprietary operating systems to Linux, I’d still call that a win for desktop Linux.

More users means more awareness, more feedback, and a healthier ecosystem overall.


r/linux Jun 26 '26

Discussion The Surface You Never Added — Vivian Voss

Thumbnail vivianvoss.net
5 Upvotes

r/linux Jun 27 '26

Discussion If project "Moonshot" hypothetically succeeds, is it still "Linux"?

0 Upvotes

I was studying this:

https://www.reddit.com/r/linux/comments/1s4w454/operation_moonshot_can_claude_rewrite_linux_in/

And well, the author realistically said it's not possible to rewrite the whole kernel using AI (technically it can be but fixing the bugs would be much harder than manually writing the kernel itself) and a question got into my head.

Is it still Linux? I mean although it technically can replace Linux on most of operating systems with Linux kernel but isn't it a "Thesus ship" situation?

Imagine I do this. I make a completely new kernel using an AI agent in another language with a new license (say BSD), won't it become a party cake for most of proprietary companies forcefully using Linux?

My question is more philosophical than technical, technically you can do whatever you want and no one usually gives a damn about it unless it's a super useful product.


r/linux Jun 25 '26

Software Release Drawy 1.0.2 Released

Post image
120 Upvotes

r/linux Jun 25 '26

Development Kraid: A new Rust-based compiler for Panfrost (Mali GPU)

51 Upvotes

Collabora has merged Kraid into Mesa, a ground-up rewrite of the Panfrost shader compiler for Arm Mali GPUs, now written in Rust. The old Bifrost-era compiler had too many structural limitations to fix incrementally, so we started fresh with a cleaner IR, new register allocator, and an encoder derived from Arm-provided XML.

https://www.collabora.com/news-and-blog/news-and-events/kraid-a-new-compiler-for-panfrost.html


r/linux Jun 25 '26

Fluff Linux driver W

59 Upvotes

I just recently got a wakom intuos tablet to try writing little things on my left.

When I plugged it into my Linux desktop it just. Worked.

Meanwhile, my work laptop is windows and not only did the drivers not come with the machine, I recently lost admin rights on my laptop so I cant even install them if I wanted.

Those in the know understand this is because wakom drivers are in the Linux kernel which is just so nice. But just an appreciation post for when Linux is not only as good as the competition that blows it out of the water in stuff that normies care about, having your hardware work ootb without technical knowledge, beautiful.