Logo

A powerful, easily deployable network traffic analysis tool suite for network security monitoring

Quick Start

Documentation

Components

Supported Protocols

Configuring

Arkime

Dashboards

Hedgehog Linux

Contribution Guide

macOS host system configuration

Automatic installation using install.py

The install.py script will attempt to guide you through the installation of Docker and Docker Compose if they are not present, similar to how it’s illustrated in the Installation example using Ubuntu 24.04 LTS. If that works, skip ahead to Configure docker daemon option in this section.

Install Homebrew

The easiest way to install and maintain docker on Mac is using the Homebrew cask. Execute the following in a terminal.

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install cask

Install Docker Desktop and Docker Compose

$ brew install --cask docker-desktop

This will install the latest version of docker. It can be upgraded later using brew as well:

$ brew upgrade --cask --no-quarantine docker

You can now run Docker from the Applications folder. Docker Desktop on macOS also includes the Docker Compose plugin.

Configure docker daemon option

Some changes should be made for performance. See the following (unaffiliated) posts/articles for more information:

After making these changes, right-click on the Docker 🐋 icon in the system tray and select Restart.

Podman

See Docker vs. Podman.