This paclet provides tools for exploring and analyzing Turing machines, with an emphasis on the one-sided machines studied in A New Kind of Science. A machine is identified by its Wolfram enumeration number together with its state and color counts, written
{number,s,k}
. From that compact specification the paclet runs a machine on integer inputs and reads off its halting value, step count, and tape width; visualizes its space-time evolution; tabulates the behavior of whole rule spaces (backed by a Rust implementation); searches for rules that reproduce a given behavior; and explores nondeterministic (multiway) machines.