Naia

Download

Download Naia and start chatting with your AI avatar.

Downloads will be enabled one by one as each build passes verification.
Naia OS (Live USB / Install)
Recommended

The complete Naia experience. Includes AI avatar, OpenClaw, Korean input, and pre-installed apps. Boot from USB to try, or install to hard drive.

Live USB resets on reboot. Install for permanent use.

Download ISO (~7.2 GB)

Shell UI only — AI features require Naia OS or separate OpenClaw setup.

Flatpak

Sandboxed environment. Requires GNOME Platform runtime.

Shell + OpenClaw included. Most complete package.

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub org.gnome.Platform//49
flatpak install --user ./Naia-Shell-x86_64.flatpak
Flatpak
AppImage

Single executable file. Run directly without installation.

Shell UI only. OpenClaw not included.

chmod +x Naia-Shell-x86_64.AppImage && ./Naia-Shell-x86_64.AppImage
DEB

For Debian, Ubuntu, and other apt-based distributions.

Shell UI only. OpenClaw not included.

sudo dpkg -i Naia.Shell_*.deb
RPM

For Fedora, RHEL, and other rpm-based distributions.

Shell UI only. OpenClaw not included.

sudo rpm -i Naia.Shell-*.rpm
About OpenClaw

Naia's AI features (chat, voice, tools, skills) run on OpenClaw. Shell UI alone cannot run AI; OpenClaw must be running alongside it.

  • Naia OS includes OpenClaw pre-installed. Just boot and go.
  • For Shell-only packages above, install OpenClaw separately. OpenClaw Setup Guide

System Requirements

  • Linux x86_64
  • Node.js 22+ (for AppImage/deb/rpm)

Verify Checksums

To verify the integrity of downloaded files:

sha256sum -c SHA256SUMS

Release Notes

v0.1.3 (2026-03-23)

Workspace panel, browser panel, PTY terminal, provider registries, and installer improvements

  • feat(shell)Workspace panel — session dashboard, file explorer, and code editor #99
  • feat(workspace)PTY terminal tabs with xterm.js in workspace panel #119
  • feat(workspace)Image, CSV, and log file viewer with chat deeplinks #116
  • feat(workspace)Git worktree grouping in session dashboard #121
  • feat(shell)Browser panel — Chrome X11 embed, CDP tools, voice tools, and theme support #95
  • fix(browser)Browser panel keepAlive, modal timing, and toolbar overflow fixes #102
  • feat(panels)Iframe bridge and NaiaContextBridge expansion for panel communication #122
  • feat(shell)Dynamic iframe rendering for installed panels #89
  • feat(shell)Panel API — programmatic interface via panelRegistry #118
  • feat(shell)STT/TTS provider registry with Web Speech API and Browser TTS support #51
  • feat(shell)vLLM STT/TTS providers + STT model selector + audio device settings #79
  • feat(shell)Audio input/output device selection with custom dropdown and mic test #81
  • fix(installer)GRUB boot: add insmod iso9660 to fix USB boot menu not appearing

v0.1.2 (2026-03-10)

In-app auto-update, voice provider refactoring, skill/voice bug fixes, CI quality gates, and OS improvements

  • feat(shell)In-app update checker with banner notification and Settings version footer #30
  • feat(ci)Tauri updater signing, latest.json generation, and itch.io butler push #30
  • feat(web)Changelog section on naia.nextain.io download page from releases/*.yaml #30
  • feat(voice)Abstract live conversation into provider pattern (Gemini Live, OpenAI Realtime) #25
  • fix(shell)Suppress echo in voice conversation and add VRM gender-based voice defaults #22
  • refactor(shell)Remove dead STT code and legacy SettingsModal #24
  • fix(agent)Fix AI failing to discover custom skills in non-English locales #26
  • fix(skills)Fix skill install feedback, event leak, i18n, and sync 20 built-in skills #26
  • refactor(agent)Deduplicate system prompt pipeline #27
  • feat(agent)Configurable Ollama host #39
  • feat(shell)Dual-origin memory sync between Shell and OpenClaw #40
  • fix(shell)Make AI response language follow locale setting #41
  • feat(ci)CI quality gates (lint, typecheck, build-test) with Biome enforcement #12
  • feat(ci)Chain pipeline: Release → Build OS → Generate ISO, weekly auto-rebuild #12
  • fix(installer)Restore DNS triple fallback, CJK font fix, Plymouth two-step module #42
  • fix(branding)Add taskbar pins, wallpaper, lock screen for installed system #43