Install¶
Install the magelift CLI, then continue with getting started.
No public release tag yet
GitHub Releases is empty until v1.0.0-rc.1 ships. Until then, use
From source (go install). After the first tag, prefer a
release archive (checksums + SBOM).
Prefer a release archive¶
When a release exists for your OS and architecture:
- Open Releases and download the archive for your OS and architecture.
- Verify the checksum against
checksums.txt(and the Sigstore bundle when present). - Extract the
mageliftbinary and put it on yourPATH. - Run
magelift version.
Release archives include checksums and an SBOM from GoReleaser.
From source¶
Requires a Go toolchain matching go.mod:
On memory-constrained machines, contributors may set GOMAXPROCS=1 GOFLAGS=-p=1
(see the repo CONTRIBUTING);
ordinary installs do not need it.
Next¶
- Local Magento without cloud credentials: local vs cloud
- Sample config:
examples/sample-shop/in the repository - Cloud preview: getting started