Windows binaries for v1.0.1
Architectures:
• x64:Windows 64-bit
• ARM64:Windows ARM64 (cross-compiled)
Files included:
• WinuxCmd-1.0.1-win-x64.7z
• WinuxCmd-1.0.1-win-x64.zip
• WinuxCmd-1.0.1-win-x64.tar.gz
• WinuxCmd-1.0.1-x64-setup.exe
• WinuxCmd-1.0.1-win-arm64.7z
• WinuxCmd-1.0.1-win-arm64.zip
• WinuxCmd-1.0.1-win-arm64.tar.gz
• WinuxCmd-1.0.1-arm64-setup.exe
• WinuxCmd-skill-v1.0.1.zip
Package Contents:
• winuxcmd.exe - Main executable
• ffi/ directory:
• ffi.h - FFI header file
• winuxcore.dll - FFI library (direct function call API)
• winuxcore.lib - Import library
• Scripts for installation and setup
• Standalone winuxcmd skill bundle for AI agents
Package Formats:
• 7Z:Best compression (requires 7-Zip)
• ZIP:Native Windows support (right-click to extract)
• TGZ:tar.gz format (use tar -xzf filename.tar.gz)
• EXE:standalone installer with PATH and PowerShell integration tasks
Usage:
- Download the appropriate package for your architecture
- Extract to your desired directory
- Navigate to the
bin directory
- Run
create_links.ps1 to generate command links# For NTFS filesystems (recommended)
.\create_links.ps1
# For non-NTFS filesystems, use symbolic links
.\create_links.ps1 -UseSymbolicLinks
# To remove all links later
.\create_links.ps1 -Remove
- Add the
bin directory to your PATH
What's Changed
• Remove link command:hardlink shadows MSVC link.exe by @caomengxuan666 in https://github.com/unixwin/WinuxCmd/pull/178
• feat:comprehensive GNU compatibility audit and implementation by @caomengxuan666 in https://github.com/unixwin/WinuxCmd/pull/179
• Feat/gnu compatibility audit by @caomengxuan666 in https://github.com/unixwin/WinuxCmd/pull/180
• docs:fix the size by @caomengxuan666 in https://github.com/unixwin/WinuxCmd/pull/181
• Remove junk files (partaa, partab, partac, debug_test*.sh) by @caomengxuan666 in https://github.com/unixwin/WinuxCmd/pull/182
• Release v1.0.1 by @caomengxuan666 in https://github.com/unixwin/WinuxCmd/pull/183
Full Changelog:https://github.com/unixwin/WinuxCmd/compare/v1.0.0...v1.0.1