If you know you will use it often, uv has `uv tool install ...`. So, after the first `uv tool install ut` you can just run `ut md5 ...` or whatever. Don't need to keep using uvx.
uv also has a couple commands I throw in a systemd unit[1] to keep these tools updated:
uv self update
uv tool upgrade --all
1: https://github.com/level12/coppy/blob/main/systemd/mise-uv-u...