indiekku

Documentation

v0.5.0

Installation

Get indiekku up and running on your system in just a few minutes.

Prerequisites

The installation script will handle all dependencies automatically, including Docker if not already installed.

Quick Install

Install indiekku with a single command:

curl -fsSL https://indiekku.mironsulicz.dev/install.sh | bash

This will:

  • Automatically install Docker if not present
  • Download the latest indiekku release
  • Install it to /usr/local/bin/indiekku

Manual Installation

Download the latest release manually from the releases page.

# Download the binary
wget https://github.com/MironCo/indiekku/releases/latest/download/indiekku

# Make it executable
chmod +x indiekku

# Move to PATH
sudo mv indiekku /usr/local/bin/

Verify Installation

Confirm indiekku is installed correctly:

indiekku

You should see the available commands and usage information.

Docker Setup

Ensure Docker is running:

docker ps

If you see an error, start Docker and try again.

First Run

On first run, indiekku will generate an API key:

indiekku serve

Save the generated API key - you'll need it to access the web UI and API.

Next Steps