Installing Kamiwaza | Kamiwaza Docs

Before You Begin

Please review the System Requirements before proceeding with installation. This document covers:

Installation Workflows

Linux

Ubuntu .deb Package Installation (for Ubuntu 24.04 Noble)

  1. Add Kamiwaza repository to APT sources
   echo "deb [signed-by=/usr/share/keyrings/kamiwaza-archive-keyring.gpg] https://packages.kamiwaza.ai/ubuntu/ noble main" | sudo tee /etc/apt/sources.list.d/kamiwaza.list
  1. Import and install Kamiwaza GPG signing key
   curl -fsSL https://packages.kamiwaza.ai/gpg | sudo gpg --dearmor -o /usr/share/keyrings/kamiwaza-archive-keyring.gpg
  1. Update package database and install Kamiwaza
   sudo apt update
   
sudo apt upgrade
   
sudo apt install kamiwaza
  1. Verify service starts (see Quickstart)

RHEL .rpm Package Installation (for RHEL 9)

For offline/air-gapped RHEL installations, see the comprehensive Red Hat Offline Installation Guide.

Other Linux Distros via Tarball

  1. Follow the consolidated guide: Linux/macOS tarball installation
  2. Ensure Docker Engine (with Compose v2), Python 3.10, and Node.js 22 are available (installer may configure as needed)
  3. Run install.sh --community
  4. Access via browser at https://localhost

Community Edition on macOS

Only Community Edition is supported on macOS.

  1. Follow the consolidated guide: Linux/macOS tarball installation
  2. Ensure Docker Engine (with Compose v2), Python 3.10, and Node.js 22 are available (installer may configure as needed)
  3. Run install.sh --community
  4. Access via browser at https://localhost

Community Edition on Windows

Use the MSI installer for a streamlined WSL2-based setup. See the Windows Installation Guide for prerequisites, GPU support, and step-by-step instructions.

Steps:

  1. Download: KamiwazaInstaller-[version]-[arch].msi
  2. Install: Run the MSI (reboot when prompted)
  3. Launch: Start Menu → "Kamiwaza Start"

Enterprise Edition Deployment

A. Terraform Deployment (Recommended)

Key Points:

B. Manual Cluster Deployment

Key Points:

Updating Kamiwaza

Windows

Linux/macOS

Uninstallation

Windows

Linux/macOS