Skip to content
ANKDDEV edited this page Mar 18, 2025 · 1 revision

Instructions on how to install envfetch for all platforms.

Install script (Windows in PowerShell)

You can install envfetch via install script:

Invoke-RestMethod "https://raw.githubusercontent.com/ankddev/envfetch/main/install.ps1" | Invoke-Expression

If you get an error regarding execution policy, please read the error carefully and determine the execution policy that is right for you. You may try re-running the installation script if you have updated the execution policy.

Install script (Linux and macOS)

You can install envfetch via install script:

curl https://raw.githubusercontent.com/ankddev/envfetch/main/install.sh | sh

AUR (Arch Linux)

envfetch is available as a package in the AUR. You can install it with an AUR helper (e.g. paru):

$ paru -S envfetch

Thanks to @adamperkowski for maintaining this package!

Scoop (Windows)

You can install envfetch from Scoop using this command:

scoop install https://gist.githubusercontent.com/ankddev/f6314b552aa021f676fc999ec697f833/raw/envfetch.json

Note, that it uses manifest, published only as GitHub Gist.

From DEB package (Debian-based Linux)

You can download .deb package from releases and then execute:

sudo dpkg -i <deb-package>

Cargo (from crates.io)

You can install envfetch from Cargo (needs Rust installed):

$ cargo install envfetch

Cargo (from source)

Also, you can install it from source (needs Rust installed):

$ cargo install --git https://github.com/ankddev/envfetch envfetch

Download binary

Or, get binary from GitHub Actions (needs GutHub account) or releases