Update Clever Tools
Clever Tools notifies you when a new version is available. The command to update it depends on how you installed it. If you’re not sure, see how to install Clever Tools. Once updated, check the installed version:
clever versionNode.js
The npm package requires Node.js 24 or later, upgrade Node.js first if needed.
npm
npm install -g clever-toolspnpm
pnpm add -g clever-toolsBun
bun add -g clever-toolsYarn
yarn global add clever-toolsGNU/Linux
Arch Linux (AUR)
With an AUR helper like yay, update the package you installed. For clever-tools, the Node.js flavor, run:
yay -S clever-toolsFor clever-tools-bin, the self-contained binary, run:
yay -S clever-tools-binCentOS/Fedora (.rpm)
yum update clever-toolsDebian/Ubuntu (.deb)
apt update
apt install --only-upgrade clever-toolsExherbo
cave sync
cave resolve clever-tools-bin -zxOther distributions (.tar.gz)
Download the latest archive again and replace the binary in your PATH:
curl -O https://clever-tools.clever-cloud.com/releases/latest/clever-tools-latest_linux.tar.gz
tar xvzf clever-tools-latest_linux.tar.gz
cp clever-tools-latest_linux/clever ~/.local/bin/macOS
Homebrew
brew upgrade CleverCloud/homebrew-tap/clever-toolsBinary (.tar.gz)
Download the latest archive again and replace the binary in your PATH:
curl -O https://clever-tools.clever-cloud.com/releases/latest/clever-tools-latest_macos.tar.gz
tar xvzf clever-tools-latest_macos.tar.gz
cp clever-tools-latest_macos/clever ~/.local/bin/Windows
WinGet
winget upgrade CleverToolsBinary (.zip)
Download the latest archive again and replace the binary in your PATH:
Invoke-WebRequest https://clever-tools.clever-cloud.com/releases/latest/clever-tools-latest_win.zip -OutFile clever-tools-latest_win.zip
Expand-Archive .\clever-tools-latest_win.zip -DestinationPath . -ForceDocker
Pull the image again to get the latest tag:
docker pull clevercloud/clever-toolsNix package manager
Update your channel or flake input, then upgrade the package as usual for your setup. See the Clever Tools package on NixOS Search.