WinUnix v1.0
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
- Download WinUnix-v1.0.zip below
- Create
C:\toolsand extract all.exefiles there - Add to PATH (run as Administrator):
setx /M PATH "%PATH%;C:\tools"- 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.txtinside the zip for detailed instructions