Skip to content

Releases: unixwin/WinuxCmd

Release v0.12.2

09 Jun 17:43
2fbce74

Choose a tag to compare

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 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:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.12.1...v0.12.2

Release v0.12.0

03 Jun 14:12
f3d64ac

Choose a tag to compare

Windows binaries for v0.12.0

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.12.0-win-x64.7z
  • WinuxCmd-0.12.0-win-x64.zip
  • WinuxCmd-0.12.0-win-x64.tar.gz
  • WinuxCmd-0.12.0-win-arm64.7z
  • WinuxCmd-0.12.0-win-arm64.zip
  • WinuxCmd-0.12.0-win-arm64.tar.gz
  • WinuxCmd-skill-v0.12.0.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.11.4...v0.12.0

Release v0.11.4

03 Jun 13:20

Choose a tag to compare

Windows binaries for v0.11.4

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.11.4-win-x64.7z
  • WinuxCmd-0.11.4-win-x64.zip
  • WinuxCmd-0.11.4-win-x64.tar.gz
  • WinuxCmd-0.11.4-win-arm64.7z
  • WinuxCmd-0.11.4-win-arm64.zip
  • WinuxCmd-0.11.4-win-arm64.tar.gz
  • WinuxCmd-skill-v0.11.4.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

  • Fix PowerShell profile reload instruction by @Uarz in #75

New Contributors

  • @Uarz made their first contribution in #75

Full Changelog: v0.11.3...v0.11.4

Release v0.11.3

03 Jun 05:42
a7dd85b

Choose a tag to compare

Windows binaries for v0.11.3

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.11.3-win-x64.7z
  • WinuxCmd-0.11.3-win-x64.zip
  • WinuxCmd-0.11.3-win-x64.tar.gz
  • WinuxCmd-0.11.3-win-arm64.7z
  • WinuxCmd-0.11.3-win-arm64.zip
  • WinuxCmd-0.11.3-win-arm64.tar.gz
  • WinuxCmd-skill-v0.11.3.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.11.1...v0.11.3

Release v0.11.1

27 May 16:24

Choose a tag to compare

Windows binaries for v0.11.1

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.11.1-win-x64.7z
  • WinuxCmd-0.11.1-win-x64.zip
  • WinuxCmd-0.11.1-win-x64.tar.gz
  • WinuxCmd-0.11.1-win-arm64.7z
  • WinuxCmd-0.11.1-win-arm64.zip
  • WinuxCmd-0.11.1-win-arm64.tar.gz
  • WinuxCmd-skill-v0.11.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.11.0...v0.11.1

Release v0.11.0

26 May 02:25

Choose a tag to compare

Windows binaries for v0.11.0

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.11.0-win-x64.7z
  • WinuxCmd-0.11.0-win-x64.zip
  • WinuxCmd-0.11.0-win-x64.tar.gz
  • WinuxCmd-0.11.0-win-arm64.7z
  • WinuxCmd-0.11.0-win-arm64.zip
  • WinuxCmd-0.11.0-win-arm64.tar.gz
  • WinuxCmd-skill-v0.11.0.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.10.6...v0.11.0

Release v0.10.6

21 May 03:12
86678a2

Choose a tag to compare

Windows binaries for v0.10.6

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.10.6-win-x64.7z
  • WinuxCmd-0.10.6-win-x64.zip
  • WinuxCmd-0.10.6-win-x64.tar.gz
  • WinuxCmd-0.10.6-win-arm64.7z
  • WinuxCmd-0.10.6-win-arm64.zip
  • WinuxCmd-0.10.6-win-arm64.tar.gz
  • WinuxCmd-skill-v0.10.6.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.10.5...v0.10.6

Release v0.10.5

08 May 12:46
aa6c00a

Choose a tag to compare

Windows binaries for v0.10.5

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.10.5-win-x64.7z
  • WinuxCmd-0.10.5-win-x64.zip
  • WinuxCmd-0.10.5-win-x64.tar.gz
  • WinuxCmd-0.10.5-win-arm64.7z
  • WinuxCmd-0.10.5-win-arm64.zip
  • WinuxCmd-0.10.5-win-arm64.tar.gz
  • WinuxCmd-skill-v0.10.5.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.10.4...v0.10.5

Release v0.10.4

08 May 08:25
1b0e642

Choose a tag to compare

Windows binaries for v0.10.4

Architectures:

  • x64: Windows 64-bit
  • ARM64: Windows ARM64 (cross-compiled)

Files included:

  • WinuxCmd-0.10.4-win-x64.7z
  • WinuxCmd-0.10.4-win-x64.zip
  • WinuxCmd-0.10.4-win-x64.tar.gz
  • WinuxCmd-0.10.4-win-arm64.7z
  • WinuxCmd-0.10.4-win-arm64.zip
  • WinuxCmd-0.10.4-win-arm64.tar.gz
  • WinuxCmd-skill-v0.10.4.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)

Usage:

  1. Download the appropriate package for your architecture
  2. Extract to your desired directory
  3. Navigate to the bin directory
  4. 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
  5. Add the bin directory to your PATH

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

08 May 07:27
b59ac9d

Choose a tag to compare

WinuxCmd 0.10.3 release.