Skip to content

Installation

From releases

Download the latest binary for your platform from GitHub Releases. Builds are available for Linux, macOS, Windows, and FreeBSD (amd64 and arm64).

Homebrew (macOS & Linux)

brew install lazynop/tap/lazyenv

AUR (Arch Linux)

Install with your preferred AUR helper:

yay -S lazyenv-bin

Scoop (Windows)

scoop bucket add lazynop https://github.com/lazynop/scoop-bucket
scoop install lazyenv

From source

Requires Go 1.26+.

go install github.com/lazynop/lazyenv@latest

Build locally

just build        # build to bin/lazyenv
just run          # run

Next steps

See the Usage page for all CLI flags and options.