I attempted to download and run cheat on a slightly older system I maintain, but got the following error:
cheat: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by cheat)
This is pretty standard if the build box glibc mismatches against where the binary is running, but, considering as the package doesn't seem to use CGO, you could probably do without it and make the binaries more compatible.