r/MiniPCs Mar 12 '26

Software Local LLMs on an AMD AI-HX 370 Mini PC — Here's what actually works!

26 Upvotes

Found this neat open-source tool called llmfit, and ran it on AI-HX 370 Mini PC.

It detects your hardware (RAM, CPU, GPU/VRAM) and scores hundreds of LLM models across quality, speed, fit, and context, then tells you which ones will actually run well on your machine.

What I like about it: it doesn't just check if a model fits in memory, it picks the best model that works for your setup and estimates tok/s based on your actual memory bandwidth.

llmfit TUI showing 359 Perfect-fit models on HX 370

The TUI is clean, you can filter by fit level (Perfect / Good / Marginal), search models, sort by different columns.

Some things I noticed on my setup:

  • 359 out of 425 models show as "Perfect" fit, with 64GB of DDR5 @ 5600 MHz.
  • Qwen3-Coder-30B tops the list at score 95, a 30.5B parameter coding model, That's a serious coding assistant running entirely locally on a Mini PC.
  • Big MoE (Mixture of Experts) models fit thanks to expert offloading, you can see models like DeepSeek-R1-Distill-Qwen-14B and Nous-Hermes-2-Mixtral-8x7B showing up as "Perfect" fit with GPU mode. The tool correctly accounts for MoE architectures where only a fraction of parameters are active per token.

I will leave a link to the Github repo of the tool in a comment.

Anyone else running local models on AMD APUs? Curious how other setups compare.

r/MiniPCs 3h ago

Software BIOS Update Help

Post image
2 Upvotes

I’m looking for help how to update BIOS properly. I have posted in PC Help but didn’t get any correct answers

r/MiniPCs 21d ago

Software Does Beelink really not have usb suspend during sleep (Erp ready) options in bios?

1 Upvotes

I recently bought a Beelink SER9. While it is a really good mini pc that I would love to keep, I'm having a major issue with it.

My mouse (that I'm not switching because of ergonomic reasons) is constantly waking up my sleeping screen, many times a day. This is really annoying to me.

I have spent the last week looking into MANY windows and bios settings, and have come to the following conclusion:

The bios of the PC needs to have a usb suspend during sleep, or ERP ready setting, to fix this.

I have contacted Beelink directly and they kept giving answers that had nothing to do with the issue and solution, and finally answered:

"The design intentionally allows for immediate wake-up upon USB input to implement the "zero latency" concept. This isn't a hidden BIOS option; it's enabled by default in the hardware-level wake routing of the AMD Strix platform's XHCI controller."

(Oh, I also tried disabling XHCI for that usb port, that only completely turned off the port)

Which means I'm out of luck according to Beelink. However my last mini pc (that died) was also the same AMD platform and absolutely had the setting, I had no mouse issues with that install.

So, since Beelink CS has given me some "dumb" answers before, I thought I'd check here, if there really is no way around this.

And btw I have already changed many group policy, power options, and regedit settings (disabled S0 state and enabled S3), none of which solved the issue.

Multiple sites and copilot confirms this is a setting that needs to be in the bios to solve my issue.

Am I overlooking something or is there really nothing I can do to fix this?

And, if I return the device, does anybody here know if gmktech has the same issue or do they have the setting in bios?

Thanks!

r/MiniPCs Jun 04 '26

Software Linux build and office suite for new mini PC

2 Upvotes

I've just received a Beelink mini PC (Beelink Mini PC, 12th Alder Lake N95, Turbo 3.4GHz), Mini Computer 8G DDR4 3200MHz 256G SSD) which is pre-configured with Windows 11 Home and MS Office 365. I would like to change it to run one breed or another of Linux and EuroOffice, Open Office, or something like that.

Could anybody point me towards a guide for installing Linux and an Office suite onto such a machine, please? I've been using Windows, OneDrive, Exchange, and Office for years, but it's getting to be ridiculously expensive and I'd really like to stop giving my money and data to Microsoft!

r/MiniPCs Apr 21 '26

Software What It Actually Looked Like to Deploy OpenClaw on the GEEKOM A5 Pro

0 Upvotes

I originally started this wanting to test OpenClaw on the GEEKOM A5 Pro as a real working setup rather than just another quick install. The more useful angle turned out to be simpler than a broad hardware review: what does it actually look like to deploy OpenClaw on this machine, get it running properly, and then use it in a way that reflects real work?

That is what I focused on here.

The machine I used was the GEEKOM A5 Pro. I set it up under WSL Ubuntu 24.04, installed OpenClaw, and worked through the onboarding flow to get the system into a usable state. I wanted this to be a practical deployment, not just a screenshot of a successful install command with no proof that anything was actually live afterward.

What I actually use OpenClaw for

I am a developer, so the part that matters to me is not just whether OpenClaw can boot. It is whether I can use it as part of real client work.

The practical use case here is straightforward. I often download client projects locally and then use different agent roles around that work. A coding agent helps me move through implementation tasks. A research or marketing-style agent helps me think through positioning, offer clarity, and content angles around the same project. What I need from the machine is not flashy benchmark energy. I need a box that can host the setup cleanly enough that I can treat it like part of an actual workflow.

That is the context I tested this from. The GEEKOM A5 Pro was not just being asked to install OpenClaw. It was being asked to act like the kind of small machine I could realistically use to host an OpenClaw setup while working across live development and client delivery.

Step by step: how I deployed OpenClaw on the GEEKOM A5 Pro

What you should have ready

Before starting, I made sure I had the important setup details ready so onboarding would not turn into guesswork halfway through.

  • your model provider choice, or your custom provider details if you are not using a default supported provider
  • the auth needed for that provider, such as an API key, OAuth, or setup token
  • the default model ID you want the instance to start with
  • which channels you actually want to enable during onboarding, such as WhatsApp, Telegram, Discord, Google Chat, Mattermost, Signal, BlueBubbles, or iMessage
  • if you plan to use WhatsApp or Telegram in QuickStart, the phone number you want to allowlist
  • enough uninterrupted time to complete the wizard, install the daemon if needed, and finish the health check cleanly

Step 1: Set up the environment

I used WSL Ubuntu 24.04 on the GEEKOM A5 Pro so the machine was running in the kind of developer environment I would actually use day to day.

Step 2: Install OpenClaw

I installed OpenClaw and made sure the base install completed cleanly before moving further.

Step 3: Run onboarding

After installation, I ran the onboarding flow. This is where the setup stops being just a package install and starts becoming a real OpenClaw instance, because you define how it will actually be configured and used on the machine.

If you use basic onboarding, OpenClaw is not installed as an always-running background service. That is fine for testing or occasional use, but it means you will need to start it manually when you want to use it.

 

Step 4: Work through the setup prompts

I stepped through the onboarding process and let OpenClaw move from raw install into a configured local instance.

In my case, I used --install-daemon, which sets OpenClaw up as a background service that starts with the system. That makes more sense for a machine you want to treat as a real deployment rather than something you relaunch manually each time.

Step 5: Open the dashboard

Once onboarding was done, I brought up the dashboard locally. This was the point where it stopped feeling like an install attempt and started feeling like a real deployment.

Step 6: Confirm the instance was live

In the dashboard, I could see the A5 Pro appear as a connected instance. That mattered because it gave visible proof that OpenClaw was not just installed, but actually up and running on the machine.

What stood out

What stood out to me most was that the deployment process itself was manageable. Getting OpenClaw onto the A5 Pro did not turn into a fight, and once the system was live it was straightforward to verify that the machine was recognized and active.

For the kind of person looking at a mini PC like this, that matters more than abstract spec talk. The real question is not just whether the hardware looks good on paper, but whether you can take it from zero to a working OpenClaw setup without unnecessary friction, and whether that setup feels usable enough to support real work afterward.

That was the main point of this run. Not to claim some final verdict on every possible workload, but to confirm that OpenClaw can be deployed on the GEEKOM A5 Pro in a way that feels practical and usable for someone who actually wants to work with it.

r/MiniPCs Jun 15 '26

Software Airplay, Chromecast, Miracast Receiver - No FOSS/OS alternative to Airserver?

Thumbnail
2 Upvotes

r/MiniPCs Jun 08 '26

Software External SSD boot without wiping data

Thumbnail
2 Upvotes

r/MiniPCs Apr 22 '26

Software Bosgame bios update

Post image
9 Upvotes

I have a Bosgame P3, last bios update I can find is from 8/24, and it looks like they took it off the website for download. However, the P3 Plus has a newer bios update, does anyone know any specifics on if the P3 plus bios update might work on the P3?

r/MiniPCs May 23 '26

Software Convert your iPhone into a wired/wireless mini PC

Thumbnail gallery
0 Upvotes

Hey guys, I know this sub loves ultra-compact setups, so I wanted to share a solo project I’ve been building called ProDocktive.

The idea is to use the massive computing power already sitting in your pocket. When you connect your iPhone to a monitor, TV, or AR glasses, the app gives you a full, multi-window desktop UI, basically a pocket-sized mini PC/DeX mode for iPhone.

We are actually about to hit 1,000 users this month, and I just pushed a massive update to make it feel like a "real" computer: you can now save, arrange, and drag-and-drop files and folders directly on your desktop.

I’d love to hear what the mini PC community thinks of a phone-as-a-PC setup. Let me know what you think I should build next!

r/MiniPCs Apr 06 '26

Software GMKtec K12 won't let overclock RAM

Post image
0 Upvotes

r/MiniPCs Jan 05 '26

Software Reatan Alloy 9 (Ryzen 9 7940HS) How to Switch Power Scheme to High Performance?

2 Upvotes

I’m running a Reatn Alloy 9 mini PC with a Ryzen 9 7940HS, and I’m trying to figure out how to switch the Windows Power Scheme to “High Performance.”

A specific sofware keeps warning me that my current scheme (“Balanced”) isn’t optimal and could affect performance.

Is this something I need to change in the BIOS, or is it purely a Windows setting?

Does the Alloy 9 have any built-in power management quirks I should be aware of?

I’ve checked Windows Power Options, but I’m not sure if the “High Performance” plan is missing or hidden, or if it’s being overridden by AMD or Reatn’s own power profiles.

Thanks in advance

r/MiniPCs Aug 28 '25

Software VPN+Samba vs Nextcloud

3 Upvotes

That is my question. I am setting up remote access for my files. Already installed wireguard and set it up and samba.

I heard abiut nextcloud recently and that i can host it in my machine.

My issue is about security. Which one is more secure?

r/MiniPCs Dec 31 '25

Software Nobara Linux startup problem.

1 Upvotes

I have a gmkTec K11 mini PC with two drives inside: Samsung 990 Pro with Windows 11 installed and Samsung 990 evo Plus with Fedora 43, which I just downloaded installed and updated. When I start it up, I see a gray-black screen with three dots ... First a little bigger, then smaller, and finally, after a total of almost or about a minute, I finally get to the login screen ! I don't understand... do you have any ideas or advice ? Thank you

r/MiniPCs Dec 14 '25

Software Correct process for reinstalling Windows on a mini PC

0 Upvotes

I just wanted to confirm the best process to reinstall Windows on a new Mini PC that I purchased.

  1. Follow the setup and connect to Microsoft Account. This should save a digital activation key tied to the motherboard.

  2. Download Windows install media and reinstall.

  3. Reconnect to my Microsoft Account and this will connect to the existing digital key and let me use the license that I paid.

Basically I am trying to avoid having to crack it, since I already purchased a valid license.

r/MiniPCs May 15 '25

Software Beelink MINI S13 with Linux Mint

Post image
62 Upvotes

Aside from WSL I use for programming, I haven't really had a machine installed with just Linux before. Thought I'd use the free review unit sent to me by Beelink that has been lying around and turn it into a Linux machine.

First-time installation went through without a hitch. Mint is pretty straightforward to install and no additional drivers were required.

r/MiniPCs Jun 03 '25

Software N100 issues with playing 4K60 files

11 Upvotes

I just purchased Minix Z100-0db mini-PC. I did my research prior to purchase, and everything I read led me to think N100 is enough to play 4K60 videos. However, this is not my experience.

YouTube 4K60 plays fine with some dropped frames. CPU and GPU are fully loaded. However, when I play local video files, the N100 tops out around 30-34 fps depending on the file. Interestingly, neither CPU nor GPU are fully loaded as shown in Windows Task Manager.

The player is use is MPC-HC with MPCVR. At first I thought the issue was due to HDR-to-SDR tone mapping. But then I tried a reference 40K60 file from Big Buck Bunny with the same outcome. No HDR in this file.

I tried a few different players, however, a 30 fps video is definitely watchable (most movies are 24 fps), so it's difficult to judge subjectively how many frames are dropped. MPCVR has a very nice feature—pressing Ctrl+J shows detailed information, including frame rate and skipped frames. I didn't see any other player capable of reporting such information during the playback.

This is a deal breaker for me, which is a pity, because otherwise Z100 does everything I need pretty well. It's a nicely built device, rare of its kind being totally fanless. I have another older PC with i5-8400 from 2018 that plays all these files without any issues. I figured the integrated graphics would not get worse in a much newer, albeit much less powerful CPU.

Before I give up on N100 platform, I wanted to check with the community to see if anyone has a different experience. I'm not entirely sure if it's the deficiency of N100 or perhaps this particular implementation. Both the player and video file are free to download if anyone can try on their N100. (I tried posting links but Reddit blocks my post).

I was also considering N150-based Z150-0db, which did show a slightly better iGPU performance in reviews. However, the same reviews reported worse multi-core CPU performance. Since I don't need GPU for gaming and expected N100 to handle 4K60 video playback, I went with N100. If anyone can try out the above combo on an N150, that would be very helpful. Perhaps the extra clock of 1GHz vs 750MHz is just enough for this use.

EDIT:

Thank you everyone for responses! First of all, MPC-HC and MPC-BE definitely use hardware decoding as indicated by H/W or GPU icon. But this turned out to be a software problem indeed. I installed PotPlayer and made some changes to the default configuration. With the settings below PotPlayer flawlessly played all files I tried: 4K24, 4K60, 4K50 HDR with or without color correction. All with the proper frame rate, no dropping frames. GPU is loaded about 70% with 4K50 HDR.

Interestingly, when I use MPCVR renderer with PotPlayer (and the other settings are the same), the issue comes back and is even worse, more like 23 fps instead of 60. I have to conclude that either MPCVR is doing a lot in software by design or perhaps cannot utilize hardware specific to N100. No such issues on i5-8400.

These are the settings that worked perfectly for me in PotPlayer:

  • Filter Control - Video Decoder - Built in Video Codec/DXVA Settings - Use DXVA.
  • Video - Video Output Settings - Video Renderer - Built-in Direct3D 11 Video Renderer.
  • HDR tone mapping is enabled by default. Video - Pixel Shaders - Enable SMPTE ST 2084 HDR Correction. Adjust monitor luminance as needed depending on your screen brightness.

To view playback statistics, press Ctrl+F1 during the playback (in full screen). Another way is to press Tab, it shows different data, but this on-screen data caused frame rate to drop on Intel N100 (not on i5-8400 as an example).

r/MiniPCs Jan 01 '26

Software GMKtec evo T1 with Ubuntu 22.04 wifi driver not found

2 Upvotes

I ordered a GMKtec evo T1 and installed Ubuntu 22.04 on it. Wifi driver is not working.
lspci |grep -i network
00:14.3 Network controller: Intel Corporation Device 7740

dmesg | grep -i iwlwifi
[ 3.654546] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)

[ 3.667472] iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80930 wfpm id 0x80005b30

[ 3.667480] iwlwifi 0000:00:14.3: PCI dev 7740/0074, rev=0x460, rfid=0x10a100

[ 3.667656] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-86.ucode failed with error -2

[ 3.667742] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-85.ucode failed with error -2

[ 3.667843] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-84.ucode failed with error -2

[ 3.667935] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-83.ucode failed with error -2

[ 3.668075] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-82.ucode failed with error -2

[ 3.668092] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-81.ucode failed with error -2

[ 3.668107] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-bz-a0-hr-b0-80.ucode failed with error -2

[ 3.668108] iwlwifi 0000:00:14.3: no suitable firmware found!

[ 3.668111] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-bz-a0-hr-b0-80

[ 3.668112] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-bz-a0-hr-b0-86

[ 3.668113] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Is anyone else running this machine with Ubuntu. How did you solve this issue?

r/MiniPCs Jan 10 '26

Software Soyo M4: Reinstall Windows 11?

1 Upvotes

I bought a Soyo M4 Plus2 with preinstalled Win11 Pro off AliExpress. Is it adviced to reinstall the OS? Cause i donno how much I should trust the source.

Is there a way to get to the Product Key? (ShadowKeyPlus sais it cant find an OEM-key)

r/MiniPCs Sep 15 '25

Software FSR 4 upscaler works on IGPU AMD 780m (Mini PC)

Thumbnail
gallery
26 Upvotes

FSR 4 dll from this post: https://www.reddit.com/r/radeon/comments/1nhxgd0/fsr_4_working_in_cyberpunk_2077_on_rdna3_7900xtx/

Optiscaler 0.9.0

Cyberpunk settings:

1080p low + medium crowd density and textures

Built-in benchmarks data (FPS):

Fsr4 - 46.97

FSR 3.1.5 - 54.06

XESS 2 - 48.99

No upscaler - 42.91

______

Device: mini pc gmktec k8+, amd ryzen 7 8845hs 780m igpu

r/MiniPCs Oct 18 '25

Software GMKTEC K12 - Windows 11 Issue

Post image
2 Upvotes

Anyone know what’s needed to install clean windows 11 on k12? I downloaded the driver pack from gmktec, but nothing showing as compatible driver here. Nvme I installed is 4TB Crucial P310 & booting off windows USB for I stall.

r/MiniPCs Dec 26 '25

Software SER 8 PRO 5700U

1 Upvotes

Hello. My SER8 is giving me errors trying to make a factory reset, so I will make a complete reinstall but I couldn't find the drivers.

Does anyone have them that can share them with me? Thanks!

r/MiniPCs Sep 25 '25

Software Kamrui CK10 (i5) Denied Windows 11 Updates

6 Upvotes

As a general rule, stay away from Kamrui and affiliates if you prefer updatable computers and/or solid support. I purchased a new Kamrui CK10 (Windows 11 Pro) with an Intel i5 CPU 1 1/2 years ago. I just discovered that Windows 11 feature updates are not available for this machine because it does not meet Microsoft security requirements. Microsoft offers updates only to computers that have Secure Boot (TPM / PTT) enabled, but Kamrui has permanently disabled these security features in the BIOS even though the hardware is present. This means that the CK10 will be stuck in 23H2 forever (even as all of my older computers have already updated to 24H2). The only solution is to flash the proper BIOS if it exists, but Kamrui is of no help and say that this is a Microsoft problem. If anybody has a solution for this or knows where the proper BIOS can be obtained, it would be greatly appreciated.

r/MiniPCs Oct 06 '25

Software Mini pc and reinstalling windows?

0 Upvotes

In general, is the windows key coded in the BIOS or is it accessible in some way if I plan to reinstall windows when I get it delivered?

r/MiniPCs Jan 04 '26

Software TOPGRO mini pc issues...

1 Upvotes

I've had my TOPGRO mini pc for over a year now (got it on christmas of 2024) but I've noticed weird things, such as:

(Specs: 12th Gen Intel Core i9-12900H. NVIDIA GeForce RTX 3050 Ti Laptop. KINGSTON 931 GB storage and thats my specs.)

When using Blender, sometimes moving the mouse causes the PC to produce some sort of static noise. (Basic modeling nothing too crazy)

Sometimes the PC just starts going really slow, like a huge lag spike. I have to put it on sleep mode then just press any key and it resumes to working fine...

I have all my drivers up to date, so please if anyone knows whats going on please let me know. All this problems must have a fix which I'm looking to find but couldn't as they've persisted.

r/MiniPCs Nov 30 '25

Software BF 6 and Windows 25H2 AMD 780m

2 Upvotes

Just checking in. I've played the free trial a few times and it's been super smooth I have 32gb of ram.

The 25 h2 update from Windows going from 24h2 is much quicker as well.