TrueNASGuide
Isometric illustration of two server stacks labeled SCALE and CORE, with Linux and FreeBSD logos displayed side by side
getting-started

TrueNAS SCALE vs CORE (2026): Which to Install

TrueNAS SCALE vs CORE compared (2026): CORE is in maintenance, SCALE (Linux) is the active future with native apps and VMs. Which to install.

By TrueNASGuide Editorial · · 7 min read

For a new home NAS in 2026, install TrueNAS SCALE. The Linux-based SCALE line (now called TrueNAS Community Edition) is the actively developed platform, while TrueNAS CORE reached its final release, 13.3-U1.2, in April 2025 and is no longer under active development per the TrueNAS software-status page. CORE still runs reliably on existing hardware, but it is no longer the forward-looking choice for a fresh install.

TrueNAS ships in two flavors: TrueNAS CORE (FreeBSD-based, the long-time default) and TrueNAS SCALE (Debian Linux-based, with first-class support for KVM virtual machines and Docker-based apps). iXsystems has made SCALE the strategic future of the platform and placed CORE in maintenance status, so the practical question in 2026 is less “which is better” and more “is there any reason left to start on CORE.”

This TrueNAS CORE vs SCALE comparison explains how the two differ, what each is genuinely good at, and how to settle the SCALE vs CORE decision for your own build.

The short version

  • Choose SCALE if you want to run containerized applications (Nextcloud, Jellyfin, Immich, Pi-hole, Home Assistant) directly on your NAS, or if you want to host VMs for things like Windows Server or Linux dev environments.
  • Choose CORE if you want a focused storage appliance and nothing else, you already trust FreeBSD/jails, or you want the OS that has the longest production track record with OpenZFS.
  • Both use OpenZFS underneath. Your pool is portable between them in either direction (with one important caveat we cover below).

TrueNAS CORE vs SCALE: comparison table

Here is the TrueNAS CORE vs SCALE split at a glance. TrueNAS CORE is the FreeBSD-based line that reached its final feature release and is now in maintenance status; TrueNAS SCALE (also branded TrueNAS Community Edition) is the Debian Linux-based line under active development.

DimensionTrueNAS CORETrueNAS SCALE
Base OSFreeBSDDebian Linux
Status / futureFinal feature release reached; maintenance onlyActively developed, current line
Apps / containersFreeBSD jails / legacy Plugins (stagnant)Docker/Kubernetes app catalog (Plex, Nextcloud, Immich, Home Assistant)
Virtualizationbhyve hypervisorKVM hypervisor (wider guest + passthrough support)
Clustering / HAEnterprise HA pairs onlyEnterprise HA; where multi-node development continues
Best forAn existing FreeBSD/jail storage appliance you already trustA new build that wants apps and VMs on the NAS

SCALE vs CORE: which should you install?

The SCALE vs CORE call in 2026 comes down to one question: do you want anything beyond plain storage?

  • Install TrueNAS SCALE for any new home NAS, or if you want containerized apps, KVM virtual machines, GPU transcoding, or newer hardware support. This is the right answer for most people.
  • Install TrueNAS CORE only if you are rebuilding a proven FreeBSD box, depend on a specific jail workflow, and have no plans for apps or VMs.
  • Undecided? Default to SCALE. It does everything CORE does for a storage-only setup and leaves room to grow, and CORE has stopped gaining features.

What is the same

Both products are built around the same OpenZFS implementation, so the things people associate with TrueNAS — pool layouts, datasets and zvols, snapshots, replication, SMB, NFS, iSCSI, S.M.A.R.T. tests, scheduled scrubs — work essentially identically in either. The web UI looks slightly different but maps to the same concepts.

If you already know one, the other is a short transition.

What is different

Operating system

CORE runs on FreeBSD 13 (with FreeBSD 14 in the most recent releases). SCALE runs on Debian Linux 12.

That difference cascades. FreeBSD has a smaller hardware compatibility surface and fewer third-party drivers. Linux has broader support for newer NICs, GPUs (relevant if you transcode media), and consumer-grade NVMe controllers. For older or off-brand hardware, SCALE will more often work without intervention.

Apps and containers

This is the biggest functional split.

TrueNAS SCALE runs applications through a Kubernetes-based system (replaced incrementally in newer SCALE releases by a Docker Compose model). Out of the box you can deploy:

  • Plex, Jellyfin, Emby (media)
  • Nextcloud, Syncthing, Immich (file sync and photos)
  • Vaultwarden, Home Assistant, Pi-hole, AdGuard Home
  • Dozens of other apps from the official catalog and from community catalogs like TrueCharts

TrueNAS CORE runs services through FreeBSD jails (via the older “Plugins” system, which is now considered legacy). You can run jails manually, but the Plugins catalog has stagnated and the community has largely moved on. If you want apps on the NAS in 2026, SCALE is where the energy is.

Virtual machines

Both support VMs, but SCALE uses KVM (the Linux kernel hypervisor), which has wider OS support, better performance on commodity hardware, and PCI passthrough that works on a much broader range of motherboards. CORE uses bhyve (the FreeBSD hypervisor), which is fine but more limited.

If running VMs on your NAS is important to you — Windows Server, a Linux dev box, a Home Assistant OS install — SCALE is the better choice.

High availability and replication

For multi-node HA setups (typically only relevant to TrueNAS Enterprise hardware), the story differs between the two platforms. For most home users this is not a deciding factor. Replication between two TrueNAS systems works in either direction, including CORE ↔ SCALE.

Pool portability between CORE and SCALE

OpenZFS pools created on either platform can be imported on the other, but SCALE may use newer feature flags (notably around encryption, raidz expansion, and the newer dataset properties) that CORE cannot yet read. If you build a pool on SCALE and later try to move it to CORE, you may find features enabled that block the import.

The safe rule: pools created on CORE import cleanly into SCALE. Pools created on SCALE may not import into CORE depending on the feature flags enabled. If you anticipate moving in either direction, check the OpenZFS feature flags on your pool before you start writing data.

Is CORE still worth installing in 2026?

For a brand-new install, generally no. With CORE in maintenance status and no further feature releases, starting fresh on a platform that has stopped advancing makes little sense for most people. The honest exceptions are narrow:

  • You are reusing an existing CORE box, it works, and you have no apps or VMs you want to add, so there is no pressure to move.
  • You depend on a specific FreeBSD jail or workflow that you have not yet reproduced under Linux.
  • You are running older hardware fully proven on FreeBSD and you have a concrete reason not to retest under Linux.

Even in those cases, the migration path runs one direction: CORE to SCALE. iXsystems supports a UI “sidegrade” from CORE 13.0 or 13.3 that preserves your pools and core NAS settings, so choosing CORE today does not strand your data, it just defers an eventual move.

When SCALE is the right call

Pick SCALE if any of these are true:

  • You want apps on the NAS (media servers, photo sync, password managers).
  • You want KVM VMs alongside your storage.
  • You have newer hardware (recent Intel/AMD desktop CPUs, recent 10GbE NICs, GPUs for transcoding).
  • You already run Linux elsewhere and prefer a consistent environment.

For most new home installs in 2026, this is SCALE.

Migrating from CORE to SCALE

Because CORE is now end-of-feature-life, most existing CORE users will migrate to SCALE eventually. The good news is the move is designed to be non-destructive: your OpenZFS pools and most NAS settings carry over.

  • From CORE 13.0 or 13.3, you can sidegrade in-place to recent SCALE releases through the UI update process, which preserves data and essential settings. Migrating directly to the newest SCALE trains (24.10 and later) is not supported through the UI from CORE and requires a clean install of SCALE followed by importing your pool.
  • Back up first regardless. A verified snapshot and replication backup before any OS swap is the difference between a smooth migration and a bad week.
  • Re-create services on the SCALE side. Jails and Plugins do not carry over to SCALE’s app model. Plan to redeploy those workloads as SCALE apps once you are on the new platform; the TrueNAS SCALE apps getting-started guide walks through the catalog. If you are doing a clean install, the step-by-step SCALE setup guide covers first-boot configuration.

What we recommend

Default to TrueNAS SCALE unless you have a specific reason to choose CORE. iXsystems is putting development energy into SCALE; the application ecosystem is healthier there; and the hardware support is broader. A home NAS user today is more often than not going to want at least one or two apps running on the box, and SCALE makes that path of least resistance.

If your only use case is “give me a place to put SMB shares for my photos and documents,” either platform will serve you well for the next decade. SCALE just gives you more headroom if your needs change.

FAQ

What is the difference between TrueNAS CORE vs SCALE? TrueNAS CORE is the FreeBSD-based line and TrueNAS SCALE is the Debian Linux-based line. Both run OpenZFS with the same pools, snapshots, and shares. SCALE adds a Docker/Kubernetes app catalog and KVM virtual machines, and is the actively developed platform. CORE reached its final feature release and now sits in maintenance status.

Should I install TrueNAS SCALE or TrueNAS CORE in 2026? For a new home NAS, install TrueNAS SCALE. It is the current, actively developed line, supports native apps and VMs, and has broader hardware support. The only reason to pick TrueNAS CORE is reusing a proven FreeBSD box with no plans for apps or virtualization. Even then, an eventual move to SCALE is likely.

Is TrueNAS CORE discontinued? TrueNAS CORE is not shut off, but it is no longer under active feature development. It reached its final feature release and is in maintenance status, so it still runs reliably on existing hardware but will not gain new capabilities. iXsystems has made SCALE the strategic future, which is why new installs should start on SCALE rather than CORE.

Can I migrate from TrueNAS CORE to SCALE? Yes. The TrueNAS CORE to SCALE path is designed to be non-destructive: your OpenZFS pools and most NAS settings carry over. Recent CORE releases support a UI “sidegrade” to SCALE, or you can do a clean SCALE install and import your pool. Back up with a verified snapshot first, and plan to redeploy jails as SCALE apps.

What is TrueNAS SCALE? TrueNAS SCALE (branded TrueNAS Community Edition) is the Debian Linux-based edition of TrueNAS built on OpenZFS. Beyond storage, it runs containerized applications from an app catalog and hosts KVM virtual machines directly on the NAS. It is the actively developed line and the recommended choice for most new home builds in 2026. See our SCALE apps getting-started guide and SCALE vs Unraid vs OMV for next steps.

Next steps

Related

Comments