Windows binaries for v0.12.2
Architectures:
- x64: Windows 64-bit
- ARM64: Windows ARM64 (cross-compiled)
Files included:
- WinuxCmd-0.12.2-win-x64.7z
- WinuxCmd-0.12.2-win-x64.zip
- WinuxCmd-0.12.2-win-x64.tar.gz
- WinuxCmd-0.12.2-x64-setup.exe
- WinuxCmd-0.12.2-win-arm64.7z
- WinuxCmd-0.12.2-win-arm64.zip
- WinuxCmd-0.12.2-win-arm64.tar.gz
- WinuxCmd-0.12.2-arm64-setup.exe
- WinuxCmd-skill-v0.12.2.zip
Package Contents:
winuxcmd.exe- Main executableffi/directory:ffi.h- FFI header filewinuxcore.dll- FFI library (direct function call API)winuxcore.lib- Import library
- Scripts for installation and setup
- Standalone
winuxcmdskill 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
bindirectory - Run
create_links.ps1to 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
bindirectory to your PATH
What's Changed
- Release 0.12.1 by @caomengxuan666 in #95
- Release 0.12.2 by @caomengxuan666 in #96
- Fix Winux PowerShell wrapper maintenance by @caomengxuan666 in #97
- Add installer packaging and Winux discovery coverage by @caomengxuan666 in #98
- Skip rebuild in installer packaging step by @caomengxuan666 in #99
Full Changelog: v0.12.1...v0.12.2