Releases: pyrofast/wslink
Releases · pyrofast/wslink
Release list
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.3
See https://github.com/memlinkdotdev/wslink/releases for release notes.
v0.1.2
What's new
wslink install— self-installer: copies exe to%LOCALAPPDATA%\wslink\and adds to user PATHinstall.ps1— bootstrap script that downloads and installs the latest release- Updated
--helpwith install example
Usage
# Option 1: Run the installer script
iex "& { $(iwr https://raw.githubusercontent.com/memlinkdotdev/wslink/refs/heads/main/install.ps1) }"
# Option 2: Download exe and run wslink install
# wslink.exe installDownloads
wslink.exe — single-file Native AOT, no runtime required.
v0.1.1
v0.1.0
Initial release of wslink — Windows ↔ WSL port bridge.
What
Single-file C# Native AOT executable. Zero dependencies. Auto-detects WSL distros, sets up netsh interface portproxy, adds firewall rules, cleans up on exit.
Usage
wslink forward 4444 # Forward WSL port 4444 to Windows
wslink forward 4444 --distro Ubuntu
wslink list # Show active rules
wslink remove 4444 # Remove forwarding
wslink service install # Startup taskDownload
Download wslink.exe from the assets below.