Open Source · GPL-3.0

Your NAS.
Your rules.

KilasOS is an open-source edge NAS operating system. Single Go binary, OpenZFS storage, Docker apps, zero cloud dependency. No phone-home. No subscriptions. No nonsense.

⬇ Download Free Buy Pro — S$200 View on GitHub
KilasOS Dashboard
Features

Everything you need in one binary

💾

OpenZFS Storage

Pools, datasets, snapshots, scrubs, RAID-Z, mirrors. Full ZFS management from the WebUI. Your data stays on your drives.

📁

SMB & NFS Shares

One-click share creation. Time Machine support. ACL management. Multi-user access controls.

🐳

Docker Apps

34 app templates. One-click deploy. Plex, Home Assistant, Nextcloud, Grafana, Transmission, and more.

🔒

Security Suite

Trivy vulnerability scanning, Lynis auditing, AppArmor profiles, GDPR compliance, full audit logging.

🔄

Backup & Sync

Borg, Restic, Rclone, ZFS Send. Local, remote, cloud. Scheduled. Encrypted. Bulletproof.

Edge-Native

No cloud required. Runs on a Pi 5 or a rack server. 2GB RAM. Single Go binary. Starts in under a second.

34 Apps · One Click

App Catalog

KilasOS App Catalog
Pricing

Pay once. Own forever.

Home
$0 forever
  • Full ZFS management
  • SMB & NFS shares
  • 34 Docker app templates
  • Basic monitoring
  • GPL-3.0 source code
  • Community support
Download Free
Download

Download the bootable ISO

Write it to a USB stick and boot any PC or server straight into KilasOS — no existing operating system required. The image is identical whether you download from Windows, macOS, or Linux.

⬇ Download KilasOS 1.0.0 · ISO (~1.4 GB)

amd64 · SHA-256 cb0eb543…caf88e1c · verify

🪟 Windows

Grab balenaEtcher or Rufus, pick the ISO and your USB stick, click Flash, then boot the target machine from that USB.

🐧 Linux / macOS

Use balenaEtcher, or write it from a terminal:

sudo dd if=kilasos-1.0.0-amd64.iso of=/dev/sdX bs=4M status=progress && sync

Replace /dev/sdX with your USB device — double-check it's the right one.

Already on Debian / Ubuntu? Install via apt

Home — Free

curl -fsSL https://apt.kilasos.org/kilasos-release.asc | sudo gpg --dearmor -o /usr/share/keyrings/kilasos.gpg
echo "deb [signed-by=/usr/share/keyrings/kilasos.gpg] https://apt.kilasos.org stable main" | sudo tee /etc/apt/sources.list.d/kilasos.list
sudo apt update && sudo apt install kilasos-nasd

Pro — SGD perpetual

curl -fsSL https://apt-pro.kilasos.org/kilasos-release.asc | sudo gpg --dearmor -o /usr/share/keyrings/kilasos-pro.gpg
echo "deb [signed-by=/usr/share/keyrings/kilasos-pro.gpg] https://apt-pro.kilasos.org stable main" | sudo tee /etc/apt/sources.list.d/kilasos-pro.list
sudo apt update && sudo apt install kilasos-nasd-pro

Debian 12+ • Ubuntu 24.04+ • amd64