Skip to content

Product

What is Z1?

Z1 is an open-source NAS operating system — not a Docker manager, not an app store.

Our philosophy: Protocols are just system capabilities; data is the core. Users should manage storage, sharing, users, permissions, and apps — not Samba, NFS, or RAID jargon.

How Z1 Differs

ProductTech RouteCharacteristic
CasaOSDocker FirstContainer management focus
OpenMediaVaultDebian + PluginsRich but fragmented
TrueNAS SCALEKubernetesEnterprise-grade, heavy resources
Synology DSMNative Linux ServiceMature but closed & expensive
Z1Native Debian + GoNative services + single-binary panel, lightweight & controllable

Z1's chosen path:

  • Debian First — Built on Debian 13, not tailored to specific hardware
  • Native Linux First — Samba/NFS/SSH/SMART/mdadm/LVM/systemd/firewall all managed natively
  • Go Single Binary — Panel is a single Go binary, frontend embedded, no runtime deps
  • systemd First — All services managed as systemd units
  • Storage First — UI/API centered on "users managing data"

Hardware Options

Standard Edition (4-Bay, x86 N150)

SpecValue
CPUIntel N150 (4C4T, 3.6GHz, TDP 6W)
RAM8GB DDR5 (replaceable)
Network2×2.5GbE
M.21×NVMe + 1×WiFi 6E
Bays4×SATA (2.5"/3.5")
CoolingQuiet fan (adjustable)
OSOpen-source Debian 13 + Z1
BOM Cost~¥1,063
Price¥699-799

Economy Edition (2-Bay, ARM RK3568)

SpecValue
CPURK3568 (4×Cortex-A55, 2.0GHz)
RAM4GB LPDDR4 (onboard)
Network1×Gigabit
Bays2×SATA
CoolingPassive (fanless)
OSOpen-source Debian 13 + Z1
BOM Cost~¥455
Price¥299-399

Software is identical across hardware. ARM/x86/VM/Raspberry Pi share the same install path.

Competitor Comparison

DimensionZ1 StandardUGREEN DXP2800Zspace Z2 ProSynology DS225+
CPUIntel N150N100RK3568N150
RAM8GB DDR58GB DDR54GB4GB
Bays4222
Network2×2.5GbE1×2.5GbE1×2.5GbE1×1GbE
WiFiWiFi 6E built-inNoNoNo
OSOpen-source DebianClosed UGOSClosed ZOSClosed DSM
Docker
Native Services✅ All native❌ Container-first❌ Container-first✅ Native
Panel Open Source✅ AGPLv3
Price¥699-799¥999¥899¥2,500
Cost per bay¥175-200¥500¥450¥1,250

Core Advantages

  1. Unbeatable Price — ¥699-799 for competitor-level specs at ¥999-2500
  2. More Bays — 4 bays vs competitors' 2 (same price range), RAID 5 capable
  3. N150 + 8GB — Newer CPU than UGREEN's N100, double the RAM of Zspace
  4. Dual 2.5GbE — Only dual 2.5GbE in this price range
  5. Open Source — Debian 13 based, customizable, no lock-in, AGPLv3
  6. Built-in WiFi — WiFi 6E included, competitors need USB adapters

System Architecture

Web UI (Responsive + PWA)

   REST API

 System Service (Go single binary)

────────────────────────────────
 Storage Layer    Network Layer
 Users Layer      Apps Layer
 System Layer     Monitor Layer
────────────────────────────────
       Debian 13 Linux
  • Storage Layer: Disk/RAID/LVM/filesystem/shared folders (4-layer model)
  • Network Layer: SMB/NFS/FTP/WebDAV/SSH
  • Users Layer: Users/groups/ACL/permissions
  • Apps Layer: Docker (third-party apps only, panel doesn't manage containers)
  • System Layer: Updates/logs/services/time/network
  • Monitor Layer: Monitoring/alerts/SMART

Licensed under GNU AGPLv3