Skip to content

WinUnix v1.0

Choose a tag to compare

@NoCoderRandom NoCoderRandom released this 17 Mar 15:59
· 3 commits to main since this release

WinUnix v1.0 — Initial Release

8 Linux/Unix tools natively compiled for Windows 11, built from scratch in C++ using the native Windows API.

Tools included

Tool Description
ps Snapshot of running processes
pstree Process tree with Unicode drawing
top Live process monitor
htop Color interactive process viewer
df Disk space by drive
du Directory/file disk usage
free RAM and swap usage
uname OS and hardware info

Installation

  1. Download WinUnix-v1.0.zip below
  2. Create C:\tools and extract all .exe files there
  3. Add to PATH (run as Administrator):
setx /M PATH "%PATH%;C:\tools"
  1. Restart your terminal and run uname -a

Notes

  • No dependencies — statically compiled, works on any Windows 10/11 machine
  • No WSL, no Cygwin, no runtime libraries required
  • Full flag compatibility with Linux counterparts
  • See INSTALL.txt inside the zip for detailed instructions