Genp — Installation
genp 16 Generate an API key:
Happy generating!
brew tap user/genp brew install genp yay -S genp-bin # or paru -S genp-git Debian/Ubuntu (if .deb available) sudo add-apt-repository ppa:genp/stable sudo apt update sudo apt install genp Method 2: Install from Source (Most Common) Many genp tools are distributed as a single C or Go binary. genp installation
git clone https://github.com/example/genp.git cd genp make sudo make install Verify with: genp 16 Generate an API key: Happy generating
genp --version sudo curl -L https://github.com/example/genp/releases/latest/download/genp-linux-amd64 -o /usr/local/bin/genp sudo chmod +x /usr/local/bin/genp For macOS, replace linux-amd64 with darwin-amd64 . Method 4: Using go install (if written in Go) go install github.com/example/genp@latest Make sure $GOPATH/bin is in your PATH . Quick Test After Installation Generate a random password: genp installation