Installing Kamiwaza | Kamiwaza Docs

Installation Process for Kamiwaza 0.7.1

This document is for Kamiwaza 0.7.1, which is no longer actively maintained. For the current GA release, see 1.0.1.

Version: 0.7.1

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
    
  2. 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
    
  3. Update package database and install Kamiwaza

    sudo apt update
    
    sudo apt upgrade
    
    sudo apt install kamiwaza
    
  4. 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.

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)

deploy with terraform

Key Points:

B. Manual Cluster Deployment

deploy image

Key Points:

Updating Kamiwaza

Windows

Linux/macOS

Uninstallation

Windows

Linux/macOS