Kunobi Docs

Getting Started 🚀

Get up and running with Kunobi in minutes. Follow the installation guide for your operating system below.

Installation

Downloading Kunobi

Click the Download button in the top navigation bar to see available platforms:

Download dropdown showing platform options

Select your platform to download the appropriate installer.

macOS

Kunobi is available for both Intel and Apple Silicon Macs.

  1. Select macOS from the download dropdown
  2. Open the downloaded .dmg file
  3. Drag Kunobi to your Applications folder
  4. Launch Kunobi from your Applications

Supported architectures:

  • Apple Silicon (M1, M2, M3, etc.) - darwin-aarch64
  • Intel - darwin-x86_64

Windows

Kunobi is available for Windows x64 systems.

  1. Select Windows from the download dropdown
  2. Run the downloaded .exe installer
  3. Follow the installation wizard to complete the setup
  4. Launch Kunobi from your Start Menu or Desktop shortcut

Supported architectures:

  • x64 - windows-x86_64

Linux

Kunobi is available as a Debian package for Linux x64 systems.

  1. Select Linux from the download dropdown
  2. Install the downloaded .deb package:
    sudo dpkg -i Kunobi_*.deb
    # If you encounter dependency issues, run:
    sudo apt-get install -f
  3. Launch Kunobi from your application menu or run kunobi in your terminal

Supported architectures:

  • x64 - linux-x86_64

Next Steps 🎯

Once you have Kunobi installed, you're ready to start managing your Kubernetes clusters and GitOps workflows!

Detailed guides on connecting your first cluster and setting up GitOps workflows are coming soon.