idgen is a drop in replacement for uuidgen implemented in Odin. Additionally, it also supports UUIDv8 and TypeIDs.
You can install the latest version of idgen by running the following command in your terminal.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/prnvbn/idgen/main/installer.sh)"Move the binary to a directory in your PATH. For e.g. /usr/local/bin on linux.
You can install idgen from prnvbn/homebrew-tap.
brew install prnvbn/tap/idgen