I've just released a major rewrite of my offline BIP39 seed generator.
The project now includes:
โข mandatory OS CSPRNG
โข optional supplemental entropy (manual input, dice, timer jitter)
โข HKDF-SHA512 mixing
โข BIP39 validation
โข self-test
โข automated tests
โข Windows/Linux support
The goal wasn't to reinvent seed generation, but to build a transparent, offline, open-source implementation that's easy to inspect and improve.
Feedback and code review are always welcome.

GitHub
GitHub - shadowbipnode/Seed-Phrase-Generator-with-Multi-Source-Entropy: The script combines these data sources to ensure a highly random and secure seed phrase generation. It also generates a QR code of the seed phrase and saves all related files (audio, video, QR code) for verification purposes.
The script combines these data sources to ensure a highly random and secure seed phrase generation. It also generates a QR code of the seed phrase ...
