Skip to content
CSuite
Sep 16, 202615 min read

The best PC for local AI on Linux in 2026: pick the driver stack, then the box

NVIDIA is safe, AMD works inside a list, Strix Halo needs a new kernel, and Intel is the cheapest 32 GB. Pick the stack you will maintain.

On this page
Three driver stacks a Linux desktop can run · September 2026
Linux is the best OS for local AI. The stack you maintain picks the box.
NVIDIA
Kernel
any recent LTS
Driver
open kernel module, default since R560
Compute
CUDA 13, in Ubuntu 26.04’s archive
Upkeep. Low. One package, signed for Secure Boot.
32 GB new · 96 GB workstation
AMD
Kernel
6.13+ for RX 9000 · 6.16.9+ for Strix Halo
Driver
amdgpu, in the kernel
Compute
ROCm 7.2, only for cards on the list
Upkeep. Medium. Check the list before you buy.
32 GB card · 96 GB Strix Halo
Intel
Kernel
7.0 tested · Resizable BAR on
Driver
i915 / xe, plus Intel’s compute PPA
Compute
oneAPI SYCL via IPEX-LLM
Upkeep. High. A PPA, a toolkit, and your own patience.
32 GB card at $1,300
VulkanRuns on all three with no toolkit at all, at 10 to 35 percent less speed than each vendor’s own path. It is the floor every Linux box stands on.

Every runtime that matters for local AI, from llama.cpp and Ollama to vLLM and ROCm itself, ships for Linux first and everywhere else later. Ubuntu 26.04 put NVIDIA’s CUDA toolkit and AMD’s ROCm platform into its own package archive in April. A Linux box can run a model with no desktop session eating graphics memory, and it can drive four cards where Windows Subsystem for Linux exposes one. On the software side, the argument is over: this is the best operating system for running models at home.

The hardware side is where it gets driver-shaped. A Windows buyer picks a memory size and any card with that number works. A Linux buyer picks a driver stack first, because the stack decides which cards are first-class, which kernel the distro must ship, and how much of your weekend the machine will ask for. NVIDIA is the safe path. AMD is excellent inside ROCm’s supported list and a manual override outside it. Strix Halo, the 128 GB mini PC chip, wants a kernel newer than most long-term-support installs carry. Intel is the cheapest 32 GB you can buy, wrapped in the most software. Choose the stack you are willing to maintain, and the box follows.

This is the Linux sibling of the Windows guide, and it uses the same memory logic as the RAM and VRAM post. Every price and version below was read from a vendor page, an official doc, or a price tracker on September 15 or 16, 2026, and is linked where it appears. Vendors and projects are compared on published facts only.

On Linux you choose a driver stack before you choose a box

A model runs on three layers you never think about on other systems. The kernel has to know the graphics chip exists; on Linux that is the in-tree amdgpu driver for AMD and Intel’s i915 or xe driver, or NVIDIA’s separately installed module. Above that sits the compute library the runtime calls into: CUDA for NVIDIA, ROCm for AMD, oneAPI for Intel, or Vulkan for any of them. Above that sits the runtime itself, llama.cpp, Ollama, or an app that bundles one.

Kernel, driver, compute library: three layers under every model you run, and on Linux you can see and swap each one. Illustration generated with Seedream 5 Pro via Runware.

On Windows the vendor hides those layers behind one installer. On Linux each layer is a decision with a version number, and the version numbers are where buying mistakes happen. A new Radeon card on a two-year-old kernel does not light up. A Strix Halo box on the wrong kernel shows ROCm a sixth of its memory. An Intel card without the vendor toolkit runs at half speed. None of those show up on a spec sheet.

So the honest order is stack, then card, then box. The hero above is the guide in one panel: three stacks, each with a kernel floor, a driver, a compute layer, and an upkeep cost, standing on one shared Vulkan floor.

NVIDIA is the safe path, and the open kernel module made it safer

For a decade the one tax on NVIDIA under Linux was the proprietary driver: a binary blob rebuilt against every kernel update, prone to breaking on a distro upgrade. That tax is mostly gone. NVIDIA’s open kernel modules became the default install with the R560 driver, cover every card from Turing onward with what NVIDIA calls equivalent or better performance, and are mandatory on Blackwell, which means every RTX 50 card. The user-space CUDA libraries are still closed, but the piece that used to break, the kernel module, is now open and packaged by the distros.

The install is one command. Ubuntu’s driver guide recommends sudo ubuntu-drivers install for a desktop and the --gpgpu flag for a compute box, and it recommends the tool specifically because it installs pre-built signed modules that work under Secure Boot. NVIDIA’s CUDA 13.4 installation guide supports Ubuntu 22.04, 24.04, and 26.04, Debian 12 and 13, Fedora 44, and RHEL 8 through 10. Ubuntu 26.04 is, per Canonical’s April 23 announcement, the first release to carry CUDA in its own repositories, and Arch ships CUDA 13.4.1 in its main repo. If you would rather not touch any of it, System76’s Pop!_OS ships a separate NVIDIA image for GTX 16 series cards and newer with the driver preinstalled. Ollama’s hardware page asks only for driver 550 or newer and compute capability 5.0, which reaches back to 2014 cards.

The catch with NVIDIA in 2026 is not software, it is the price of memory. The tracker at videocardprices.com had the 32 GB RTX 5090 at $6,899.99 on September 15, 245 percent over its $1,999 list, and the 16 GB 5070 Ti at $1,249.99. The used market has followed: a 24 GB RTX 3090, the card the build guide used to recommend as the bargain rung, was $1,400 used on September 16. NVIDIA is the low-upkeep stack. It is no longer the low-cost one.

AMD works inside ROCm’s list, and the list is the buying guide

AMD’s compute platform used to be the punchline of Linux AI. It is not anymore, but it remains a list, and buying a Radeon for local AI means reading the list before the price tag. AMD’s ROCm 7.2.1 Radeon support matrix names the whole RX 9000 line (9060, 9060 XT, 9070, 9070 XT, 9070 GRE), the top of RX 7000 (7900 XTX, 7900 XT, 7900 GRE, 7800 XT, 7700, 7700 XT), the PRO W7000 cards, and the Radeon AI PRO R9600 and R9700. It pairs them with Ubuntu 24.04.4 on the 6.17 hardware-enablement kernel, Ubuntu 22.04.5, and RHEL 10.1. The RX 7600 and the entire RX 6000 generation are not on it.

Which Radeon cards get ROCm on Linux, and from whom
Violet rows are on AMD’s own ROCm 7.2.1 Radeon support list. Amber rows are absent from AMD’s list but present on Ollama’s Linux list, which ships its own ROCm libraries. Grey means Vulkan or a manual override. Prices are the lowest tracked US listings on September 15 and 16, 2026.
CardMemoryROCm statusStreet
Radeon AI PRO R970032 GBAMD’s ROCm list$1,700
RX 7900 XTX24 GBAMD’s ROCm list$1,348 new · $900 used
RX 9070 XT16 GBAMD’s ROCm list$800
RX 7800 XT / 7700 XT16 GB / 12 GBAMD’s ROCm list·
RX 9060 XT / 906016 GB / 8 GBAMD’s ROCm list·
Ryzen AI Max+ 395 (Strix Halo)up to 96 GB sharedOllama’s list only·
RX 7600 XT / 760016 GB / 8 GBOllama’s list only·
RX 6800 / 6800 XT / 6900 XT / 6950 XT16 GBOllama’s list only·
Anything older, or any 6700-class cardvariesVulkan, or an override·

Two things soften the list. Ollama bundles its own ROCm libraries, and its Linux list goes further than AMD’s: it adds the RX 7600 and 7600 XT, the RX 6800 through 6950 XT, and the Ryzen AI Max+ 395. And for anything off both lists there is the HSA_OVERRIDE_GFX_VERSION variable, which tells ROCm to treat your chip as a similar supported one. llama.cpp’s build docs note it works on Linux and not on Windows, which is a small example of the whole thesis: the workaround exists here and nowhere else. It is still a workaround. A card on AMD’s own list is the one to buy.

The kernel is the other half of the AMD story, because the driver lives inside it. Phoronix’s RX 9070 launch review wanted Linux 6.12 at minimum, 6.13 preferred, with Mesa 25.0, and Ubuntu 22.04’s newest hardware-enablement kernel is 6.8. So an RX 9000 card on 22.04 is a paperweight, while the same card on 24.04 with the 6.17 HWE kernel, on 26.04’s 7.0, or on Fedora 44’s 6.19 is fine. Ubuntu 26.04’s release notes add ROCm 7.1.0 to the archive, and Arch carries rocm-hip-sdk 7.2.4, so on either you can skip AMD’s amdgpu-install package entirely. Either way, add yourself to the render and video groups or the runtime will see no GPU at all.

A 24 GB RX 7900 XTX is still on AMD’s ROCm list in 2026, which makes it the only 24 GB card you can buy new with a first-class Linux compute stack. Photo by Brecht Corbeel on Unsplash.

What you get for the reading is the only 24 GB and 32 GB cards that cost less than NVIDIA’s. The RX 9070 XT was $799.51 on September 15 against a $599 list, the 24 GB RX 7900 XTX was $1,348 new and $900 used on the 16th, and the 32 GB Radeon AI PRO R9700, a 9070 XT with double the memory, was $1,699.99 on Amazon the same day, a quarter of a 5090. Every one of those is on AMD’s list. That is the AMD deal on Linux: the memory is cheaper, and you pay for it in one afternoon of reading.

Strix Halo is the 96 GB rung, and it needs a newer kernel than most LTS installs ship

Past 32 GB, a Linux desktop without a five-figure card means the same chip the Windows guide leaned on: AMD’s Ryzen AI Max+ 395, where the processor and a 40-unit Radeon 8060S share up to 128 GB of soldered memory. The difference on Linux is what you have to do to reach it. There is no Adrenalin slider. AMD’s RDNA 3.5 system optimization page says to keep the BIOS reservation small, around 0.5 GB, and let the kernel’s shared pool do the work: the GTT pool defaults to about half of system RAM and can be raised with AMD’s amd-ttm helper. On a 128 GB box that lands you at the same 96 GB ceiling Windows gets, with the split under your control.

The kernel floor is the part people trip on. Until a fix landed in kernel 6.16.9, ROCm on Strix Halo saw roughly 15.5 GB of the memory the kernel had already allocated, and owners were patching boot parameters to get around it. AMD’s page now sets explicit minimums: Ubuntu 24.04 needs HWE build 6.17.0-19 or newer, its OEM kernel needs 6.14.0-1018 or newer, and other distributions need 6.18.4 or newer, with Fedora 43, Ubuntu 26.04, and Arch named as supporting it natively. Framework’s own Linux page for the Desktop is looser, recommending 6.15 or newer with Fedora 43, Ubuntu 25.10, and Bazzite as officially supported, but that floor is for the machine to work as a computer. AMD’s floor is for the GPU to see all of its memory. Take the higher number.

The kernel floor per distro, for the two AMD parts that need one
RX 9000 cards want kernel 6.13 or newer with Mesa 25.0. Strix Halo needs 6.16.9 or newer before ROCm can see more than 15.5 GB, and AMD’s own floor for distros other than Ubuntu is 6.18.4. NVIDIA and Intel cards run on any of these rows.
Distro
Kernel
RX 9000
Strix Halo
Ubuntu 22.04.5 (HWE)
6.8
too old
too old
still on ROCm’s list for RX 7000; too old for RX 9000 and Strix Halo
Ubuntu 24.04.4 (HWE)
6.17
newest HWE only
AMD wants HWE build 6.17.0-19 or newer for Strix Halo
Ubuntu 26.04 LTS
7.0
CUDA and ROCm in the archive; AMD lists it as native for Strix Halo
Fedora 44
6.19
Framework’s and AMD’s named Strix Halo distro (Fedora 43 and up)
Arch / CachyOS (rolling)
latest
ROCm 7.2.4 and CUDA 13.4 in the main repos; you own the updates

Cleared of that, the box performs as the Windows numbers suggest, and one Linux quirk works in your favor. An August test on a Strix Halo mini PC found llama.cpp on Vulkan generating faster than ROCm, 97.7 tokens per second against 73.7 on a 30B mixture-of-experts model, while ROCm was 21 percent quicker at reading the prompt. So even on the AMD-native path, the vendor-neutral backend is the one to try first for chat. For a dense 70B model, expect the pace StorageReview measured on HP’s Z2 Mini G1a: 4.24 tokens per second, and close to 40 on gpt-oss-120b, whose design only touches a few billion parameters per token.

Three boxes carry the chip and treat Linux as a first-class citizen. Framework’s Desktop is the community favorite, and its configurator had the 128 GB model at $3,449 and out of stock on September 16, with a 64 GB model at $1,959 and no operating system charge if you bring your own. A 192 GB version on the Ryzen AI Max+ Pro 495 was announced in July with no price or date. GMKtec’s EVO-X2 listed at $2,199.99 on sale from $2,599.99 with Ubuntu as a shipping option. And HP’s Z2 Mini G1a is Ubuntu-certified for 24.04, with the review unit above priced at $3,342.65 at B&H. Buy the 128 GB configuration in every case; the 64 GB box hands its GPU about 48 GB, which holds a 70B model with nothing to spare.

Intel Arc is the value wildcard: 32 GB at a 16 GB price, with a software tax

Intel’s Arc Pro B70 is the most interesting card in this guide and the one that best illustrates its thesis. It launched on March 25 at $949 with 32 GB of GDDR6 at 608 GB/s and a 230 W board, aimed squarely at local inference rather than games. The memory shortage has pushed it to $1,300 as of September 16, which is still the cheapest new 32 GB card on the market, roughly the price of a 16 GB RTX 5070 Ti and under a fifth of a 5090.

The tax is the stack. Intel’s fast path is SYCL, reached through its IPEX-LLM project, and the llama.cpp quickstart wants the oneAPI Base Toolkit 2025.0, a conda environment, and a source /opt/intel/oneapi/setvars.sh before every run. The B-series guide adds a driver PPA and insists Resizable BAR is on in firmware. Phoronix reviewed the B70 in April on Ubuntu 26.04 with kernel 7.0 and Mesa 26.0, which is a fair signal of the kind of distro that keeps this card happy. Miss any of it and you fall back to Vulkan, and here that costs real speed: one June test of Qwen 3.6 27B at 4-bit had SYCL at about 22 tokens per second and Vulkan at about 14. NVIDIA and AMD owners can ignore their vendor toolkit and lose a little. Intel owners cannot.

The reward for paying the tax is the cheapest path to 128 GB of discrete memory that exists. Puget Systems put four B70s in one Ubuntu 25.04 box under Intel’s vLLM container and ran Qwen 3.6 27B at 13.1 tokens per second across all four, with 8B models doubling from 35 to 70 tokens per second as cards were added. Four cards at today’s price is about $5,200 of GPU, less than one RTX 5090. It is a project, not a purchase.

Vulkan runs on all three, and costs 10 to 35 percent

Everything above has a fallback, and it is the same one. Vulkan is the cross-vendor graphics interface that llama.cpp can also use for compute with a single build flag, and Ollama’s hardware page says the backend is on by default on Linux. It needs no toolkit, no PPA, and no list. It runs on the RX 6700 that ROCm ignores, on an Intel card with no oneAPI, and on an NVIDIA card whose CUDA install went sideways. The one thing to know is that Ollama needs extra capabilities, or root, to read free memory through Vulkan for scheduling, which is a systemd unit edit rather than a blocker.

Generation speed, vendor backend versus Vulkan, tokens per second
Amber is the vendor’s own backend, violet is Vulkan, on the same card and the same model. Four different published tests with four different models, so compare the two bars within a row, never across rows.
RTX 5090· 7B, Q4_0
CUDA also 36% faster at reading the prompt
CUDA
290
Vulkan
264
Radeon RX 7900-class· dense model, Oct 2025
ROCm wins prompt reading, Vulkan wins generation
ROCm
47
Vulkan
49.4
Strix Halo, 128 GB· Qwen3-Coder-30B MoE
same split: ROCm 21% faster on prompts, 25% slower generating
ROCm
73.7
Vulkan
97.7
Arc Pro B70· Qwen 3.6 27B, Q4_K_M
the one card where the vendor path is a must
SYCL
22
Vulkan
14

The cost is measurable and smaller than its reputation. On an RTX 5090, a spring comparison had CUDA generating 290 tokens per second to Vulkan’s 264, a 10 percent gap, while CUDA read prompts 36 percent faster. The same page’s Radeon numbers had Vulkan slightly ahead of ROCm at generation and behind on prompts, the Strix Halo test above found the same split, and only the Intel card opens a gap large enough to change a buying decision. The pattern is consistent: the vendor path wins at reading long prompts, Vulkan holds its own at writing the reply, and on AMD hardware Vulkan is a legitimate first choice rather than a fallback.

Which backend actually runs your model on Linux
From Ollama’s hardware page and llama.cpp’s build docs, September 2026. The CSuite column is honest about a limit: the Linux build bundles Ollama without CUDA runtimes, so every card, NVIDIA included, is accelerated through Vulkan there.
GPUOllamallama.cppCSuite
NVIDIA GeForce / RTX PROCUDA (driver 550+)CUDA, or VulkanVulkan
Radeon on AMD’s ROCm listROCmHIP, or VulkanVulkan
Radeon off the listVulkan, or HSA overrideVulkan, or HSA overrideVulkan
Strix Halo Radeon 8060SROCm (on its Linux list)HIP or Vulkan; Vulkan generates fasterVulkan
Intel Arc A / B / ProVulkan, or Intel’s IPEX-LLM buildSYCL via IPEX-LLM, or VulkanVulkan

That table has one row worth being plain about. CSuite, the desktop app this blog belongs to, bundles Ollama, and its Linux build ships the Vulkan backend only: there is no CUDA runtime in the Linux package, so an NVIDIA card is accelerated through Vulkan there at the 10 percent cost above rather than through CUDA. The Linux build comes as an AppImage, which self-updates, and a Debian package, which does not. If you want the vendor path on Linux, run Ollama or llama.cpp directly, which the Linux apps roundup walks through.

Headless and multi-GPU are where Linux pulls ahead

Here is the part no Windows or Mac desktop offers. Ollama’s Linux install registers a systemd service that starts at boot, restarts itself, and runs under its own user. Edit it with sudo systemctl edit ollama, set OLLAMA_HOST=0.0.0.0, and the box serves every laptop on your network. Unplug the monitor and it keeps going. That turns the buying question inside out: the machine no longer has to be pleasant to sit at, it has to be quiet, cheap to run, and stuffed with memory.

The Linux-shaped answer to “where does the AI box live”: on a shelf, with no monitor, serving every laptop in the house. Illustration generated with Seedream 5 Pro via Runware.

Going headless also gives the model memory back. A desktop session is a GPU client: the compositor, the browser, and every Electron app hold allocations, and an April write-up on GPU memory pressure measured a single Electron app releasing about 300 MiB when closed, with GNOME and KDE at the heavy end and tiling window managers doing “almost nothing on their own.” A server install with no desktop hands the whole card to the model, and Ubuntu’s --gpgpu driver flag exists for exactly this machine.

Multi-GPU is the other exclusive. Microsoft’s WSL GPU page states that a machine with several GPUs can expose only one to WSL at a time. Native Linux exposes all of them, llama.cpp’s build docs let you pick devices with a --device flag and split a model across them, and vLLM does the same with tensor parallelism, which is how Puget ran a 27B model across four Intel cards. Two used RTX 3090s make a 48 GB pool for about $2,800 at the tracker price above, enough for a dense 70B model at 4-bit, which no single card under $10,000 holds.

Four cards, one model: the split that Windows Subsystem for Linux cannot do at all and native Linux does with a flag. Illustration generated with Seedream 5 Pro via Runware.

Two cautions. The halves talk over the motherboard, so a board with two properly wired full-length slots matters more than the processor, and almost no prebuilt has one. And two 3090s draw 700 W under load before the rest of the box, which means a 1000 W supply and a case that moves air. If a single 32 GB card covers your ambition, buy that.

What each memory tier runs, and who sells it with Linux installed

The memory ladder is the same one every guide on this site uses, and the calculator will map your own model wishlist onto it. What changes on Linux is the vendor column: who will sell you the rung with the operating system already on it and supported.

Memory rungs on a Linux desktop, and who sells each with Linux on it
Same 4-bit sizing as the Windows guide. Violet rungs exist only through unified memory or multiple cards; amber rungs are the two a single current card owns outright.
MemoryRuns at 4-bitLinux pathShips with Linux
128 GB120B MoE at reading speed; 200B-class in CUDADGX Spark (Ubuntu-based DGX OS), or four Arc Pro B70NVIDIA direct, or a self-built Intel bench
96 GB70B dense slowly; 120B MoE at reading speedStrix Halo 128 GB box, kernel 6.16.9+Framework Desktop, GMKtec EVO-X2, HP Z2 Mini G1a
48 GB70B dense at 4-bit, split across two cardsTwo used RTX 3090 on CUDASelf-built; needs two full-length slots and 1000 W
32 GB32B dense with room; 27B with long contextRTX 5090 · Radeon AI PRO R9700 · Arc Pro B70Thelio Mira (5090), Kymera, or self-built
24 GB27B to 32B, tightRX 7900 XTX on ROCm, or used RTX 3090Kymera Woodline; used market
16 GB14B with long context; image modelsRTX 5070 Ti · RX 9070 XTThelio Mira, Kymera Woodline, TUXEDO
12 GB12B to 14BRTX 5070 · RX 7700 XTany Linux prebuilt base configuration

System76. The Thelio Mira, redesigned in April, is the reference Linux tower. Its configurator starts at $1,699 and runs from an RTX 5050 through the RX 9070 XT, the 5070 Ti, the 5080, and the 5090, swapping in a 1000 W supply for the top two, with up to 192 GB of RAM and a choice of Pop!_OS 24.04, Ubuntu 24.04, or Ubuntu 26.04. Its Thelio Major workstation starts at $6,999 and reaches the 96 GB RTX PRO 6000 Blackwell with 256 GB of ECC memory. Every card on that menu is on a first-class stack.

Slimbook and TUXEDO. Slimbook’s Kymera Woodline configures up to an RX 9000 or RTX 50 card and 192 GB of RAM, and ships any of thirteen distributions from Ubuntu and Fedora to EndeavourOS. Germany’s TUXEDO Computers builds mini, midi, and maxi towers on AMD or Intel with its own Ubuntu-based TUXEDO OS preinstalled. All three guarantee the driver stack for the parts they sell, and on Linux that is worth paying for.

NVIDIA. DGX Spark is the one box in the guide that only runs Linux. NVIDIA’s spec page lists a Grace Blackwell GB10 chip, 128 GB of unified memory at 273 GB/s, 4 TB of storage, and inference on models up to 200 billion parameters, and its DGX OS is, per NVIDIA’s own guide, Ubuntu 24.04 with the drivers and CUDA preinstalled. The bandwidth is Strix Halo class, so a dense 70B model runs at Strix Halo speed. What you pay about $4,700 for, after the February price change NVIDIA staff confirmed on its forum, is the CUDA toolchain on an Arm desktop, which matters if you fine-tune and does not if you chat.

The shortlist at three budgets

These are stacks and card tiers rather than exact SKUs, because the SKU in stock next week will change and the stack will not.

Around $2,000 · NVIDIA or listed-AMD tower
Thelio Mira or Kymera Woodline with an RTX 5070 Ti or RX 9070 XT
16 GB VRAM · 32 GB RAM
8B to 14B at speed; 20B MoE; image models
Both cards are on a first-class stack: CUDA, or a card on AMD’s ROCm list. Skip 12 GB; the step to 16 GB is the cheapest one on the ladder.
Around $3,500 · Unified-memory mini PC
Strix Halo box at 128 GB, Fedora or Ubuntu 26.04
96 GB to the GPU · 256 GB/s
70B dense slowly; 120B MoE at reading speed
The only sub-$5,000 route past 32 GB. Buy 128 GB, not 64, and install a distro whose kernel clears 6.16.9 or the GPU sees a fraction of the memory.
$5,000 and up · 32 GB tower, or a CUDA developer box
Thelio Mira with an RTX 5090, or DGX Spark
32 GB at 1,792 GB/s · or 128 GB at 273 GB/s
32B dense fast · or 200B-class slowly in the CUDA toolchain
The 5090 is the fastest consumer path to 32 GB and the card alone is near $6,900 on the street. Spark is for people who want the data-center stack on a desk.

Two things held across every page read for this post. First, the two AMD parts that need a kernel floor, RX 9000 and Strix Halo, both clear it on Ubuntu 26.04, Fedora 44, and a rolling distro, and neither clears it on Ubuntu 22.04. If you install anything older than 24.04 with the newest hardware-enablement kernel, buy NVIDIA. Second, the cheapest memory in every tier is on the stack with the most upkeep: Intel at 32 GB, used NVIDIA at 24 and 48, Strix Halo at 96. Decide how many evenings you will give the machine, pick the column that matches, and the box picks itself.

If the desk is a Mac, or you need this to travel, the Mac guide and the laptop guide run the same memory ladder without the driver question.

More reading

One-time payment. Yours forever.

No subscriptions. No seats. No renewals. Buy CSuite once, future updates included.

Secure checkout via Stripe. Already have a license? Download the app