Skip to main content

Install on macOS

Linkiir on macOS is delivered as an offline Docker bundle.

Requirements

  • macOS 12 Monterey or later.
  • Intel or Apple Silicon package matching the Mac architecture.
  • Docker Desktop running.
  • 4 GB available container memory; 8 GB recommended with bundled Kafka.

Check the architecture:

uname -m
  • arm64: Apple Silicon bundle.
  • x86_64: amd64/Intel bundle.

Install

unzip linkiir-1.0.0-macos-docker-redpanda-arm64.zip
cd linkiir-1.0.0-macos-docker-redpanda-arm64
./scripts/linkiirctl install

The offline bundle loads its images locally and does not require a registry connection.

Queue variants

VariantIntended use
redpandaSelf-contained DEV/TEST without a JVM.
kafkaSelf-contained DEV/TEST using Apache Kafka.
externalConnect to an organization-managed Kafka or Redpanda cluster.

For an external cluster, the installer collects the connection details and tests them before starting Linkiir.

Persistent data

Docker volumePurpose
linkiir_workProjects, workflows, and settings.
linkiir_logsService logs and message Log DB.
linkiir_configRendered configuration.
linkiir_queueBundled broker data.

Verify

./scripts/linkiirctl status
./scripts/linkiirctl doctor
curl -s http://127.0.0.1:8080/api/health