mudup is the installer and version manager for MuduDB binaries.
Install mudup from its release artifact, then run:
curl --proto '=https' --tlsv1.2 -fsSL "https://github.com/scuptio/mudup/releases/download/latest/mudup-init.sh" | sh
mudup --helpUse another repository:
curl --proto '=https' --tlsv1.2 -fsSL "https://github.com/scuptio/mudup/releases/download/latest/mudup-init.sh" | sh -s -- <owner>/<repo>Download link templates:
https://github.com/<owner>/<repo>/releases/download/latest/mudup-init.sh
https://github.com/<owner>/<repo>/releases/download/latest/mudup-x86_64-unknown-linux-gnu.tar.gz
mudup-init.sh downloads the latest mudup binary, verifies SHA256, installs it to ${HOME}/.local/bin, and updates
PATH for both current shell and ${HOME}/.bashrc.
Install and activate the latest MuduDB:
mudup installInstall a specific version:
mudup install v20260514.1144Update to the latest release:
mudup updateUpdate mudup itself:
mudup self updateList installed versions:
mudup listUninstall one version:
mudup uninstall <version>MUDUP_HOMEcan override the default install root.- Default install root:
${HOME}/.mududb - Tool proxies:
${HOME}/.mududb/bin - Server config file:
${HOME}/.mududb/mududb_cfg.toml
After install, if ${HOME}/.mududb/bin is not in PATH, mudup prints copy-paste commands for current shell and
persistent bash setup.