TrueNASGuide
Isometric view of three gray NAS enclosures, eight drive trays, and blue links suggesting a TrueNAS storage transition.
getting-started

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.

By TrueNASGuide Editorial · ·Updated August 22, 2026 · 6 min read

TrueNAS Community Edition and TrueNAS SCALE are the same software. “SCALE” was the name of the Linux-based product line; “Community Edition” is the name of the free edition of that line today. There is no fork, no separate download, no feature you lose by picking one name over the other, and no migration to perform. If you are comparing the two on a download page, you are comparing a product against its own former branding.

That answer disposes of the question, but it leaves a more useful one behind: if Community Edition is not the opposite of SCALE, what is it the opposite of? The answer is TrueNAS Enterprise, and that distinction is real, documented, and worth understanding before you build.

Why the name changed

TrueNAS used to ship as two clearly separate products: CORE, built on FreeBSD, and SCALE, built on Debian Linux. The suffixes existed to tell them apart.

Once CORE stopped receiving development, the suffix stopped earning its keep. There was only one line still moving forward, so iXsystems dropped the qualifier and the product became simply TrueNAS, versioned by date. The documentation hub now carries version selectors reading 24.10, 25.04, 25.10 and 26 with no SCALE branding attached to them, and the editions are distinguished by how you obtain and support them rather than by which kernel they run.

So the modern naming is:

  • TrueNAS — the product.
  • TrueNAS Community Edition — the free, self-supported edition you download and install on your own hardware.
  • TrueNAS Enterprise — the licensed edition, sold with iXsystems appliances and a support contract.
  • TrueNAS CORE — the legacy FreeBSD line, no longer developed.

“SCALE” survives in places that have not been rewritten: documentation URLs still contain /docs/scale/, older forum threads and community guides still say SCALE, and a great deal of third-party tutorial content still uses the term. None of that indicates a different product.

Community Edition vs Enterprise: the actual difference

This is the comparison the naming was changed to make. iXsystems publishes the split on the Community Edition product page, describing Community Edition as “open core.”

CapabilityCommunity EditionEnterprise
Software downloadFreeIncluded with appliance
SupportCommunity forumsProfessional support with SLAs
OpenZFS storage, snapshots, replicationYesYes
SMB, NFS, iSCSI sharesYesYes
Apps and KVM virtual machinesYesYes
Virtualization integrationNoYes
Fibre ChannelNoYes
RDMA for NFS, iSCSI, and NVMe-oFNoYes
FIPS-validated encryptionNoYes
NIST 800-209 complianceNoYes
High-availability optionsNoYes
Advanced enclosure managementNoYes

One row needs unpicking, because it looks like a contradiction. “Virtualization integration” is Enterprise-only, yet KVM virtual machines are in the free edition. They are different things: running VMs on TrueNAS is part of the base product, while “virtualization integration” means plugging TrueNAS into someone else’s hypervisor estate — vCenter plugins, VAAI-adjacent management, fleet tooling. Nothing stops a Community Edition box from booting a Windows or Linux guest.

Read the rest of the list closely and the pattern is obvious: nothing a home or small-lab user needs is gated. The Enterprise-only column is dual-controller failover, Fibre Channel fabrics, RDMA transports, hypervisor-estate integration, and compliance certifications. Those are data-centre and regulated-industry concerns. The storage engine, the data-protection features, the sharing protocols, and the app and VM platform are all fully present in the free edition.

The one item that genuinely matters to a home user is support. Community Edition is supported by forums and documentation, not by a phone number with a response-time guarantee. Budget for that by keeping backups rather than by upgrading.

What the rename did not change

Nothing about a running system. Specifically:

  • Your pool is untouched. OpenZFS is the same implementation, on-disk formats are unchanged, and feature flags behave as before.
  • No reinstall, no migration, no re-licensing. A box that was running SCALE 24.10 updates to 25.04, 25.10 and onward through the normal update path.
  • The web UI concepts are identical — datasets and zvols, snapshots, replication tasks, shares, scrubs, S.M.A.R.T. tests.
  • Hardware requirements are identical. The published minimum is still 8 GB of RAM, a 2-core 64-bit CPU, a 16 GB boot SSD, and two identically sized data devices; see the TrueNAS hardware requirements guide for the full breakdown and the recommended targets.
  • Existing guides still apply. Any tutorial written for SCALE 24.10 or later describes the same system, allowing for normal version-to-version UI drift.

The practical consequence is that “should I switch from SCALE to Community Edition” is not a decision anyone has to make. There is nothing to switch.

Which version should you install?

The software status page is the authority here, and it makes recommendations by user type rather than naming one blessed build:

TrackRecommended release
General use25.10.6 “Goldeye”
Mission critical25.10.6 “Goldeye”
Early adopter26.0.0-BETA.2
Developer26 nightlies

For a home NAS, take the general-use recommendation. 25.10 “Goldeye” reached stable on 28 October 2025 and has been through several maintenance releases since. 25.04 “Fangtooth” shipped in April 2025, remains in maintenance, and is the release where OpenZFS 2.3 brought RAIDZ expansion — relevant if you are planning growth, as covered in TrueNAS pool expansion options. TrueNAS 26 is in beta and is not where a first build belongs.

The upgrade discipline is worth stating once: update to the latest maintenance release of your current major version before jumping to the next major version. Skipping a major version is supported only via a fresh ISO install plus configuration restore.

Does this affect CORE users?

Only in that it clarifies where CORE stands. CORE’s final releases were 13.3-U1.2 in April 2025 and 13.0-U6.8 in July 2025. No end-of-life date has been published, but “no active development” means the FreeBSD base, Samba, and every other component of the image are frozen where they are.

A CORE box on a private network serving files will keep working. A CORE box exposed to anything, or running jails you depend on, should have a migration window on the calendar. TrueNAS SCALE vs CORE in 2026 covers what moves cleanly, what does not, and the feature-flag caveat that makes the migration effectively one-way.

Common questions

Is TrueNAS Community Edition free? Yes, and it is a full product rather than a trial. The Enterprise column above is what a licence adds.

Is it crippled compared to Enterprise? Not for home or lab use. The gated features are high-availability failover, Fibre Channel, RDMA transports, and compliance certifications.

Is there a capacity, drive, or user limit? No. There is no artificial cap on pool size, drive count, shares, or users in the free edition.

Do I need Community Edition to use apps and VMs? No — apps and KVM virtual machines are part of the base product. Getting started with TrueNAS SCALE apps walks through the app catalogue.

Can I buy support later? Support contracts are tied to iXsystems hardware and Enterprise licensing rather than sold as an add-on to a self-built machine.

Next steps

Sources

  1. TrueNAS Community Edition (official product page)
  2. TrueNAS Software Status (release naming and recommendations)
  3. TrueNAS Fangtooth includes OpenZFS 2.3.0 (iXsystems blog)
#truenas #truenas-scale #community-edition#truenas-enterprise#versions

Related