Quick Start

Docker is the preferred installation method, but all options work.

MatchExec will be available on port 3000.

Running Dev Builds

MatchExec has relatively stable dev builds. The dev releases are used as final testing before a full release.

You can run dev builds by using the dev docker tag for the Docker and Unraid install methods. For Docker Compose, clone the dev branch instead of main.

Running from Source

Caution

This is not recommended for live environments, testing only.

  1. Clone the Repo
  2. Install Node.js 24
  3. npm install
  4. npm run build (builds Next.js app + processes)
  5. npm run migrate
  6. npm run prod:start