Install

Choose the distribution channel that fits your machine.

Homebrew

brew tap roberteggl/tap
brew install eggl-cli

Homebrew installs Bash, Zsh, and Fish completions automatically.

GitHub Releases

Download the archive for your operating system and architecture from the GitHub Releases page.

Extract eggl on macOS or Linux, or eggl.exe on Windows, and put the binary on your PATH.

The published targets are:

Operating systemArchitectures
Linuxamd64, arm64
macOSamd64, arm64
Windowsamd64, arm64

Go install

go install github.com/roberteggl/eggl-cli@latest

Build from source

git clone https://github.com/roberteggl/eggl-cli.git
cd eggl-cli
make install

Or build a local binary without installing it:

make build
./bin/eggl --help

Verify the installation

eggl version
eggl doctor

doctor reports missing optional integrations such as kubectl or Tailscale. Those tools are only required by the commands that use them.