A community-maintained dictionary of how engineers actually pronounce project, product, and programmer-jargon names. With sources.
Every developer has been corrected mid-sentence at least once. "It's pronounced engine-x, not n-jinx." "It's koob-control, not kub-cuttle." "It's jif, not gif. The creator said so."
IPA helps you read the answer; audio helps you internalize it. We built this so you don't have to scrub through a 47-minute conference talk to find the right reading.
The whole thing is one TSV file: data/pronunciations.tsv. Ten columns per entry:
word | ipa | respelling_us | alt_ipa | alt_respelling_us
| source_url | source_label | category | confidence | notes
Each entry is tagged with one of three confidence levels:
say-it --all <word>` plays all of them.Every entry has a pre-rendered .mp3 generated via macOS's built-in say command (say -v Samantha -r 175, with [[slnc N]] inter-rep pauses) and converted to MP3 via ffmpeg. The browser โถ button plays these files directly, so the audio you hear on the website is byte-identical to what the CLI produces.
pronunciations.tsv.confidence honestly. Leave source_url empty rather than fabricate../bin/say-it -o /tmp/test.aiff <word> && afplay /tmp/test.aiff to verify the respelling sounds right.See CONTRIBUTING.md for details.
MIT licensed. Maintained on GitHub. The dictionary, the CLI, the MCP server, the website, the OG cards, the audio files โ everything is in one repo.
Steve Wilhite (GIF), Douglas Crockford (JSON), Linus Torvalds (Linux), Leslie Lamport (LaTeX), Donald Knuth (TeX), Igor Sysoev (nginx), Salvatore Sanfilippo (Redis), Brandon Philips (etcd), Kelsey Hightower (kubectl), Evan You (Vue / Vite), Samuel Colvin (Pydantic), and every other creator whose stated pronunciation we cite. This project is just a thin wrapper around your prior art.