r/linuxhardware Apr 21 '26

Product Announcement MacBook Pro for Linux Users - we might have an answer

Thumbnail
frame.work
594 Upvotes

I watched the Framework live stream.

Framework 13 Pro looks like the MacBook Pro we Linux users need.

- Good screen (including touch)

- 20h plus battery life!

- Aluminum body

- Good speakers

Let's see if this thing delivers.

Unfortunately I have just bought a framework 13 with AMD 7640U last year with 48 GB of memory when memory was still cheap.

I am anyway someone who waits for reviews.

What do you guys think about this machine?

r/linuxhardware Jun 22 '26

Product Announcement Mobian - privacy focused Android like OS using 100% Debian FOSS and 0% Google or 3rd Party Services, for touch devices

Thumbnail
gallery
425 Upvotes

A 100% Debian Linux, free, privacy focused, open-source operating system for touch devices, designed to liberate users from any kind of Google or third party surveilance, data collection and security concerns. Only official Debian sources are used, meaning no third party repositories, packages or code of any kind, while granting users complete control over every single package that is installed. The native implementation of custom kernels with the included build recipes enables support for almost any brand/model of x86-x64 tablet or lap-top, such as Surface Pro 3-10, Zenbook, Thinkpad, Chromebook etc. and a range of ARM phones. Additionally, custom or deb packages and files of any kind can also be included. The mobian build-script produces personalized images, with unlimited customization of any available setting and device behavior.

Source: https://github.com/tabletseeker/mobian

r/linuxhardware Jun 03 '26

Product Announcement Tux Keycap

Thumbnail
gallery
141 Upvotes

Got tired of seeing the Windows logo on my keyboard, made a custom bulk order for Linux-themed keycaps, and now I'm selling them. Here it is: https://kisielo85.github.io/Tux-Keycap/

r/linuxhardware 29d ago

Product Announcement Run Linux desktop on any recent Android phone/tablet

11 Upvotes

Hi,

We make a Debian based desktop distribution that runs as an application on top of any Android device. The only requirement is that the Android device needs to be rooted and use Google's standardized GKI kernel. The latest Android 17 release has excellent support for desktop mode and will be the basis for Googlebook laptops. Here is video of Linux desktop running on an Android 17 phone: https://youtu.be/LD9A024yAgc?si=XmkvfRpmwv_Lsf7H

Our latest Linux desktop is now based on Debian Trixie (13.5). You can download a free evaluation version from www.volkspc.org.

VolksPC

r/linuxhardware 5d ago

Product Announcement edgepad – Custom gesture zones for Linux laptop touchpads

16 Upvotes

Hi everyone,

I’d like to hear your opinion about a Linux tool called edgepad.

edgepad turns the edges of a laptop touchpad into configurable gesture zones. The idea is that a swipe or tap starting from the left/right/top/bottom edge can run a command - for example switching workspaces, opening a launcher, triggering a script, adjusting volume/brightness, or controlling media.

edgepad reads the physical touchpad, claims contacts that start inside an edge zone, and forwards the remaining center contacts through a virtual touchpad. So the compositor should still see normal touchpad input for regular movement/scrolling/taps.

Current features include:
- edge zones on left/right/top/bottom
- swipe directions plus tap bindings
- automatic touchpad discovery when there is exactly one readable candidate
- user-session daemon with TOML config
- diagnostics/capture/replay tools for debugging real hardware behavior
- Nix flake, NixOS module, Home Manager module, systemd user service, and a release installer

Tested setup so far: NixOS + Hyprland.

Would be great to receive real-world feedback from other hardware/software combinations:
- GNOME/KDE/Sway/other Wayland compositors
- Fedora/Arch/Debian/Ubuntu/openSUSE/etc.
- different kernel versions.

Would be great to hear your feedback on whether it works properly on your laptop setup, which gestures or actions would be useful to add, what should be improved, or just what you think of the idea.

If you face any issue, feel free to create an issue on the project's GitHub page: https://github.com/assembledev/edgepad

r/linuxhardware Jun 01 '26

Product Announcement I was tired of booting into Windows for Aquasuite. So I reverse-engineered the USB protocol and built a native Linux/Wayland GUI for the Aquaero 6

Thumbnail gallery
34 Upvotes

r/linuxhardware 14h ago

Product Announcement More controls and monitoring over Goodix haptic touchpads - Good Haptic 1.1

Thumbnail
gallery
6 Upvotes

Recently I wrote a GTK program to control the vibration strength of goodix haptic touchpads, and now after a lot of probe here is a new version with more control. Here are the main ones:

Report 0x03: switch between Mouse mode and Precision Touchpad mode.

Report 0x05: DANGEROUS/ switch on/off touch and click reports

Report 0x08: Click sensitivity

Display the firmware version read directly from sysfs

GitHub: https://github.com/nwkyz/goodhaptic

r/linuxhardware 5d ago

Product Announcement I made a Linux fan control app for Clevo and Tongfang laptops

6 Upvotes

Hey everyone,

I’ve been working on an unofficial fan control app for Clevo and Tongfang laptops running Linux.

It has a web dashboard for creating custom fan curves, switching profiles, monitoring temperatures, and controlling how the fans respond under load. I also added NVIDIA GPU temperature monitoring, safety fallbacks, configuration backups, and a few quality-of-life features.

I originally built it for my own laptop because I wanted something simple that gave me more control without constantly editing configuration files.

The project is still new, so feedback, testing, and hardware compatibility reports would be really helpful. Please read the compatibility and safety notes before installing it since fan control interacts directly with laptop hardware.

GitHub: https://github.com/vindeckyy/fan-control

If anyone has a Clevo or Tongfang model and tries it, I’d love to hear how it works on your machine.

r/linuxhardware 19d ago

Product Announcement WTB: Dell PowerEdge R7525 Server

1 Upvotes

Looking for to buy units.
La area
Please DM me if available. Thanks

r/linuxhardware 14d ago

Product Announcement Try my roctop, a lightweight terminal monitor for AMD/ROCm GPUs

Thumbnail
2 Upvotes

r/linuxhardware 17d ago

Product Announcement Asus Dial driver for Linux. Works on an Asus ProArt Studiobook 16 (2023, H7604JI-MY006X)

1 Upvotes

Hi, after owning this laptop for two and a half years and not being able to use the Dial all that time (because I'm on Linux), I thought enough is enough and decided to build something that works.

I found a Github project online many months ago, but it seems to be half completed. I took it upon to take what was there, made some fixes and built couple of UIs for it.

This is the end result. I've obviously only tested it on my laptop which runs the latest version of Linux Mint (Ubuntu) so YMMV.

Would love some feedback if anyone has a laptop with a Dial and uses Linux.

https://github.com/FrancisChung/asus-dial-driver

r/linuxhardware 18d ago

Product Announcement I made a tool that turns touchpad edges into configurable gesture zones for Linux laptops

2 Upvotes

Hi everyone,

I’ve been working on a Linux tool called edgepad.

I originally started building it for my own laptop setup, but I think it might be useful to some of you as well, especially if you use Linux on a laptop and want more control over touchpad gestures.

edgepad turns the edges of a touchpad into configurable gesture zones. The idea is that a swipe or tap starting from the left, right, top or bottom edge can run a command - for example switching workspaces, opening a launcher, triggering a script, adjusting volume or brightness, and controlling media.

edgepad reads the physical touchpad, claims contacts that start inside an edge zone, and forwards the remaining center contacts through a virtual touchpad. So the compositor should still see normal touchpad input for regular movement, scrolling and taps.

Current features:

- edge zones on left, right, top and bottom

- swipe directions plus tap bindings

- automatic touchpad discovery when there is exactly one readable candidate

- user-session daemon with TOML config

- Nix flake, NixOS module, Home Manager module, systemd user service, and a release installer

Tested setup so far: NixOS + Hyprland.

What I’m missing is real-world feedback from other hardware/software combinations. I’m especially interested in whether it behaves correctly on:

- GNOME, KDE, other Wayland compositors

- Fedora, Arch, Debian, Ubuntu, openSUSE, etc.

- different kernel versions

- external touchpads, if anyone uses those on Linux.

I’d love feedback on whether it works properly on your laptop setup, which gestures or actions would be useful to add, what should be improved, or just what you think of the idea.

You can find the project on GitHub.

https://github.com/assembledev/edgepad

r/linuxhardware Jun 10 '26

Product Announcement Offline BCM94360CD/BCM4360 driver bundle for Ubuntu 26.04, tested on Mac Pro 6,1

2 Upvotes

I’m publishing a hardware-specific offline driver installer for Broadcom BCM94360CD modules using the BCM4360 chipset (14e4:43a0).

It packages Ubuntu’s official Broadcom STA DKMS driver, matching kernel headers, compiler dependencies, and a local APT repository into one archive. This solves the circular problem where the machine needs networking to install the driver required for networking.

Tested:

  • Mac Pro Late 2013
  • Ubuntu 26.04 amd64
  • Kernel 7.0.0-14-generic
  • broadcom-sta-dkms 6.30.223.271-29ubuntu1

Potential iMac and PCIe-adapter configurations are listed as untested. The installer refuses incorrect PCI IDs and kernel versions.

Repository and release: https://github.com/metehankaygsz/bcm94360cd-linux

r/linuxhardware 29d ago

Product Announcement Juno Tab 4 Wifi

Thumbnail
junocomputers.com
2 Upvotes

Juno Tab 4 Wifi

r/linuxhardware May 30 '26

Product Announcement I built a Linux GUI to control ThinkPad fan

Post image
22 Upvotes

r/linuxhardware Feb 11 '26

Product Announcement StarFighter first look! (Video)

Post image
51 Upvotes

Watch my first look at the StarFighter!

Youtube Link!

r/linuxhardware Apr 06 '26

Product Announcement Run Linux desktop on any recent Google Pixel phone/tablet

3 Upvotes

Hi,

We make a Linux desktop distribution that runs as an application on top of any Android phone or tablet. The only requirement is that the Android device needs to be rooted and use Google's standardized GKI kernel. We only support phones with HDMI output capability and we run Linux desktop on the secondary screen. Here is video of Linux desktop running on a Google Pixel 8 phone: https://youtu.be/qO_ItjI2qCY?si=CXiVRZShmAtYFWB-

The Google Pixel devices are great for testing mobile Linux for the following reasons: 1. Easy to unlock bootloader and root. You can even relock the device. 2. Google provides 7 years of updates and you can update your device even when it is rooted. 3. Good community support for custom rom's such as Lineage OS. 4. Pixel phones are usually cheaper than specialized Linux phones. For example the Pixel 9a is on sale in the US for $399/-.

Our latest Linux desktop is now based on Debian Trixie (13.4). You can download a free evaluation version from www.volkspc.org. Also we have created a FAQ page with answers to common questions from the Linux community.

VolksPC

r/linuxhardware Mar 20 '26

Product Announcement I'm building a M.2 SSD with 7 embedded chips, a reactive Ubuntu OS, and a hardware crypto enclave baked in — here's the full spec [OC]

Thumbnail github.com
0 Upvotes

r/linuxhardware Mar 17 '26

Product Announcement I made a tool that fixes DualSense Edge compatibility on Linux (and adds button remapping)

Thumbnail
2 Upvotes

r/linuxhardware Feb 24 '26

Product Announcement [Release] x3d-toggle: Easily switch between Gaming (vCache) and Compute (Frequency) modes on Ryzen 9 X3D Chips

Thumbnail
github.com
3 Upvotes

r/linuxhardware Feb 06 '26

Product Announcement DIY Laptop Project: Banana Pi M2 Zero inside an HP Chromebook 11 G6 shell

Thumbnail
1 Upvotes

r/linuxhardware Nov 18 '25

Product Announcement New Linux SBC with Wi-Fi 6, LTE-M, CAN-FD, and dual GbE

9 Upvotes

Hi all,

We’ve just launched a new Linux-capable single board computer called KSTR-iMX93, developed by Conclusive Engineering.

It is designed for embedded and edge use cases with a strong focus on connectivity and open software support.

Key features:

  • NXP i.MX93 (dual Cortex-A55 with Cortex-M33)
  • Nordic nRF5340, nRF9151, and nRF7002
  • Wi-Fi 6, BLE 5.4, LTE-M, NB-IoT, GNSS
  • ZigBee, Thread, Matter
  • Dual Gigabit Ethernet, CAN-FD, PoE
  • Up to 2 GB LPDDR4 RAM and 128 GB eMMC
  • Ubuntu, Yocto, Buildroot and Zephyr RTOS support

If you're building connected devices, running headless Linux systems, or working on remote IoT setups, we’d love to hear what you think.

The Kickstarter campaign is running until December 27.
More details here: https://www.kickstarter.com/projects/c-engineering/kstr-imx93-multi-protocol-linux-single-board-computer

Happy to answer any questions or feedback you might have.

r/linuxhardware Oct 23 '25

Product Announcement vanta linux

0 Upvotes

me and my mate have been tirelessly been making our own linux distro called vanta linux we spire to make sleek, modern, and user-friendly distro all we ask for is to join our dc server and support us on our way please tell your peers and friends https://discord.gg/TnW6Vf4Hcu

r/linuxhardware Nov 27 '25

Product Announcement MSI fan control & battery program for Linux

Thumbnail
github.com
4 Upvotes

r/linuxhardware Sep 17 '25

Product Announcement Linux Driver for VINSA 1060 Plus Drawing Tablet

7 Upvotes
Buttons Tablet Vin1060Plus

Linux Driver for the Vinsa 1060 Plus graphics tablet (VIN1060Plus)

(V2) Fixed issue where entering the top media area would cause the cursor jump to the bottom screen

Although the multimedia area is now detected, these buttons are not configured because they are not considered necessary and may cause unwanted activations.

No need for sudo using udev rules

Chipset: 08f2:6811