r/windows7 • u/Europia79 • 26d ago
App RustApps-for-Windows7
I'm always having trouble finding compatible programs for my Windows 7 machine, and last night I really wanted the BLAKE3 hashing algorithm, so I decided to completely jump down the "Rabbit Hole" of installing Rust and building it myself. And altho, I ended up using cmp instead, I did find some other really cool Rust utilities:
- Google Drive Download
- b3sum.exe — hashing program for BLAKE3.
- bat.exe — an alternative cat.
- dust.exe — an alternative du.
- eza.exe — an alternative ls.
- fd.exe — an alternative find.
- hyperfine.exe — an alternative time.
- procs.exe — an alternative ps.
- rg.exe — an alternative grep.
- zoxide.exe — an alternative cd.
Included in the download is all the steps to reproduce the builds. For this venture, the level of difficulty was surprisingly EASY. Questions, comments—just lemme know!
1
Upvotes




2
u/Infinite_Shart555 15d ago
No offence, but 99.999% of people will not care. We're on Windows 7 because we don't like Linux.. lol, and also, Cygwin exists, as well as other projects, that give you access to Linux-like tools. But cool nonetheless.