This is a rewrite of mwutil in rust. It aims to heavily improve the performance and stability of the tool and replaces the python version.
- Set up cargo (no, not the MediaWiki extension) if you haven't yet
- Clone this repository
cd rscargo install --path . --profile release
Try running mwutil in a new shell.
If the command wasn't found, maybe you didn't add Cargo to the PATH?
export PATH="$PATH:$HOME/.cargo/bin"