/usr/bin/ht is in tex4ht 20090611-1.1+b1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
if command -v xhtex > /dev/null 2>&1 ; then
  true
else
  export PATH=/usr/share/tex4ht:$PATH
fi
        $1 $2
        $1 $2
        $1 $2
        tex4ht $2
        t4ht $2  $3
 |