TrueNAS SCALE vs CORE in 2026: Which Should You Use?
TrueNAS SCALE is the active Linux platform; CORE's final release was in 2025. Compare apps, VMs, hardware support, pool portability and migration.
For a new home NAS in 2026, install TrueNAS SCALE. The Linux-based SCALE line (now called TrueNAS Community Edition, a rename explained in TrueNAS Community Edition vs SCALE) 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 guide explains how the two differ, what each is genuinely good at, and how to choose.
The short version
- Install SCALE for any new build. It is the only line still receiving feature work, and it is where containerized apps (Nextcloud, Jellyfin, Immich, Pi-hole, Home Assistant) and KVM virtual machines live.
- Stay on CORE only if you already run it, it works, and you want a focused storage appliance with no apps or VMs to add. It is a reason to defer a migration, not a reason to start one.
- Both use OpenZFS underneath. Your pool moves between them, though not equally freely in both directions — see the feature-flag caveat below.
Where each version stands in 2026
The official software status page is the source of truth here, and it is worth reading directly because it changes as releases move through their lifecycle. As of mid-2026 it shows:
| Version | Base OS | Status |
|---|---|---|
| CORE 13.0-U6.8 / 13.3-U1.2 | FreeBSD | Legacy, no active development |
| 24.10 “Electric Eel” | Debian Linux | Maintenance |
| 25.04 “Fangtooth” | Debian Linux | Maintenance |
| 25.10 “Goldeye” | Debian Linux | Recommended general release (25.10.4, June 3, 2026) |
Note what is missing: an end-of-life date for CORE. iXsystems has not published one. The page recommends enterprise customers contact support to discuss migration, which tells you where this is heading without saying it outright. CORE boxes still boot, pools still scrub, shares still serve. But the last release already shipped, and “no active development” means the FreeBSD base, Samba, and everything else in the image is frozen where it stands.
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.
What is new on the SCALE side
The current release, TrueNAS 25.10 “Goldeye”, shipped October 28, 2025 and shows where development effort is going: OpenZFS 2.3.4 with improved pool allocation and expanded block cloning, NVMe over Fabrics (NVMe/TCP is in the free Community Edition; NVMe/RDMA and the headline throughput numbers are Enterprise hardware territory, and those figures are vendor-published), and a versioned JSON-RPC API replacing the old REST interface. Goldeye also expanded the KVM virtualization layer with disk import from VMDK, VDI, and QCOW2, and added update profiles so you can pin a box to a conservative track instead of riding every release.
What staying on CORE actually costs you
For a storage-only appliance on validated hardware, the honest answer is: not much, yet. OpenZFS does not forget how to checksum because the OS around it stopped getting releases. If your CORE box has been quietly replicating snapshots for five years, nothing breaks on January 1st.
The costs are all forward-looking. No new hardware enablement, so that NIC or HBA in your next rebuild may not have a driver. No new feature work on the SMB/NFS stack. And most importantly, a shrinking window of security response on an internet-adjacent appliance. NAS devices are a perennial ransomware target, and the steady drumbeat of storage-vendor CVEs should inform how long you are comfortable running a NAS OS whose final build is already behind it. A NAS that never touches the internet buys you time; one exposed through a VPN or reverse proxy deserves an actively maintained OS.
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. The bad news is that the official migration guide is blunt about direction: “Migrating TrueNAS from CORE to SCALE is a one-way operation.” Attempting to roll back to a CORE boot environment afterward can break the system, so plan it as a maintenance event rather than an experiment.
- Update CORE first. The documented path requires the latest maintenance release of 13.0 (or 13.3 for community users) as the starting point.
- 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. The documented in-place path goes through an intermediate SCALE version (24.04) before upgrading onward. Jumping straight to the newest trains (24.10 and later) is not supported through the UI from CORE and means a clean install of SCALE plus a config restore and pool import instead.
- Know what carries over. Accounts, networking, shares, storage configuration, and data protection tasks migrate with the config. Your pools come along untouched.
- 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. If your CORE box is also your only copy of the data, fix that before migrating, not after. A one-way OS operation on a single-copy dataset is how people end up in recovery forums.
- Re-create services on the SCALE side. FreeBSD jails have no Linux equivalent, so Jails and Plugins do not carry over to SCALE’s app model; anything running in a jail gets rebuilt as an app or VM on the other side. Budget real time for this, because it is usually the longest part of the job. 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.
- Allow an extended window. iXsystems recommends a long maintenance window and a post-migration review pass. Take a config backup and verify your replication target is current before touching anything.
Bottom line
New build in 2026: install Community Edition (SCALE) and do not look back. Existing CORE box serving storage on a private network: you can keep riding it for now, but pick a migration window this year rather than waiting for a CVE to pick one for you. Existing CORE box running jails or anything internet-facing: move sooner, and rebuild the jail workloads as apps or VMs during the migration rather than trying to preserve them.
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.
Next steps
- See our guide on ZFS Pool Design: RAIDZ vs Mirrors for a Home NAS to plan your pool layout before you install.
- For hardware selection, see TrueNAS hardware requirements: RAM, CPU, and drive sizing.
- Confused by the branding on the download page? TrueNAS Community Edition vs SCALE untangles the naming and the Enterprise feature split.
- Once installed, Snapshot and Replication Strategy covers how to keep your data recoverable.
Related across the network
- TrueNAS Hardware Sizing: RAM, HBA, NIC and Boot Disk — truenashub.com
- TrueNAS Storage Planning: Pools, Datasets and Shares — truenashub.com
Sources
Related
How to Migrate from TrueNAS CORE to SCALE Safely
Migrate TrueNAS CORE to SCALE with verified backups, the supported upgrade path, configuration restore, and checks for encryption, shares, and apps.
TrueNAS SCALE vs Unraid vs OMV 2026: 5 Factors Compared
TrueNAS SCALE, Unraid and OpenMediaVault compared on filesystem, expansion, apps, hardware and cost, with a clear pick for each type of home NAS build.
TrueNAS Community Edition vs SCALE: What Changed
TrueNAS Community Edition and TrueNAS SCALE are the same product under two names. What the rename changed, what it did not, and which version to install.