Solver for https://www.nytimes.com/puzzles/letter-boxed
Requires Node v18+
node ./main.mjs
Word list is from https://github.com/taikuukaits/SimpleWordlists with proper nouns, repeated letters, and punctuation filtered out:
grep -Ev "(.)\1|[^a-z]"