TrueNAS OS
What is TrueNAS?
TrueNAS is an appliance operation system designed to store and secure files.
What’s it do?
It offers encryption, robust snapshop and replication features, native integration with cloud backup tools, VMs, containerized application packages and a number of other features. Its core functionality can be replicated by a motivated individual with sufficient Linux or FreeBSD experience. However, TrueNAS makes configuration exceptionally easy and consistent, and it offers a GUI experience.
How does TrueNAS work?
Very well.
Ha ha. What makes it work, though?
Short answer: Debian and ZFS, with a bunch of middleware and GUI built on top. ZFS, which you can read more about here.
The flavors of TrueNAS
TrueNAS exists in a few implementations and it’s important to understand the differences. Broadly, TrueNAS in 2026 is distributed in two release trains: Community and Enterprise. Both of them are Debian-based.
Community is a free and open source package.
Enterprise is aimed at businesses and is a paid contract package offering direct support and an expanded feature set.
Debian rebase
I called attention to the Debian base for a reason. Prior to 2020, TrueNAS had only one release train, based on FreeBSD. This is the “classic” TrueNAS release descended from FreeNAS. Enterprise support was available.
In 2020, parent company iX Systems (now d.b.a. TrueNAS) announced a beta train called “TrueNAS Scale”, rebased on Debian, and rebranded “TrueNAS” to “TrueNAS Core”.
Scale underwent development and testing and then got promoted. Between 2023 and 2025, TrueNAS Core went end-of-life. It continues to get occasional security updates to its final version (13.0, based on FreeBSD 13), and legacy customers with support contracts still get support.
In 2025, iX did the re-rename. They buried TrueNAS Core deep, got rid of the Scale moniker, and unified on TrueNAS as “TrueNAS, available in Community and Enterprise editions”.
Why did they rebase?
First, and most visibly, the Debian rebase allowed for native containerization support. TrueNAS Core had BSD jails and bhyve, but virt was always an afterthought. Competing NAS appliances like Synology and Unraid were seeing a lot of success enabling users to converge storage and containerized compute on one machine. With Scale, virt became a major part of the system.
Second, the Linux kernel has a larger and more consumer-oriented community compared to FreeBSD. I would assume iX Systems saw this as a business advantage for multiple reasons.
Is there any reason for a newcomer to use Core?
Yes and no, but mostly no. Core is lean and incredibly stable. If literally all you want is the leanest possible FreeBSD/ZFS-based NAS appliance OS and you don’t care about virt and you don’t use S3 (Core’s S3 integration is deprecated), nobody is stopping you from using Core.
If you want modern features but you don’t want Debian, you can just install FreeBSD and use ZFS. You don’t get a GUI, but you get the latest release of OpenZFS and FreeBSD’s recently-implemented native support for OCI. TrueNAS Core 13.0 doesn’t have either.
Getting started
Download the ISO and install TrueNAS in a VM or on bare metal. Go play in the sandbox.