mdgarden

Download

1 min read#getting-started#download

Every method below installs the same mdgarden command. Pick whichever fits your setup — npm needs Node ≥ 18; the standalone binary and Homebrew need nothing else installed.

npm (needs Node ≥ 18)

npm install -g mdgarden

Or skip the global install entirely:

npx mdgarden build

Homebrew (macOS/Linux)

brew tap THANSHEER/tap
brew install mdgarden

Standalone binary, no Node required

macOS/Linux:

curl -fsSL https://raw.githubusercontent.com/THANSHEER/mdgarden/main/scripts/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/THANSHEER/mdgarden/main/scripts/install.ps1 | iex

Manual download

Prebuilt binaries for every platform are attached to each GitHub release — download the one matching your OS/architecture, make it executable, and put it on your PATH.


Once installed, jump to Initial Setup to run the setup wizard, or Quick Start to build a site right away.

Built with mdgarden