Skip to content

macOS (pipx)

There is no native .pkg for macOS yet. Install via pipx (isolated from system Python).

Requirements

  • Docker Desktop for Mac 4.25+ (Compose v2.23+ recommended; older builds may not support docker compose up -y and can try to pull local Odoo images from Docker Hub)
  • git
  • Python 3.10+ (often preinstalled; otherwise python.org or Homebrew)

Install odpm

From a release wheel:

pipx install odpm  # when published on PyPI
# or from a clone / wheel file:
pipx install /path/to/odpm
odpm --version

On Apple Silicon, Docker Desktop may emulate linux/amd64 or use arm64 images — ensure Docker is running.

Full install table: Installing odpm (all platforms).

Next

Local dev from scratch