BigBrainWordle

February 22, 2026 ยท View on GitHub

Example

BigBrainWordle

The assistant that help you cheat with wordle. Uses an entropy approach to determine the next word.

Install

Check Releases for binaries and installers

or

cargo install bigbrainwordle --locked

Run

Interactive mode โ€” enter feedback manually to get suggestions:

bigbrainwordle

Autosolve against a specific word:

bigbrainwordle --autosolve crane --no-emoji

Autosolve today's NYT Wordle:

bigbrainwordle --nyt-today --no-emoji

Autosolve a past NYT Wordle by date:

bigbrainwordle --nyt-date 2025-01-15 --no-emoji

References