Skip to main content

Homebrew

The Homebrew tap installs the same self-contained build used in the quick install under a managed path and keeps it up to date with brew upgrade.

System requirementsโ€‹

  • macOS or Linux with Homebrew installed.
  • A database โ€” SQLite works out of the box; MySQL, MariaDB, or PostgreSQL are also supported.

No PHP, webserver, or cron job is required.

Installโ€‹

brew install solidworx/tap/solidinvoice

Runโ€‹

solidinvoice run

The application starts on https://localhost:8765 with a self-signed certificate. Open the URL in your browser and finish setup with the first-run wizard.

For SSL, custom domains, worker mode, and the full list of run flags, see the quick install guide.

info

Recurring tasks and async work (email sending) run automatically โ€” there is no separate cron job or messenger consumer to set up.

Updateโ€‹

brew upgrade solidworx/tap/solidinvoice