Skip to content

Releases: pyrofast/wslink

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:44

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 04:30

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 16:31

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 16:19

Full Changelog: v0.1.3...v0.2.0

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 30 May 10:01

v0.1.2

Choose a tag to compare

@rblez rblez released this 30 May 09:49

What's new

  • wslink install — self-installer: copies exe to %LOCALAPPDATA%\wslink\ and adds to user PATH
  • install.ps1 — bootstrap script that downloads and installs the latest release
  • Updated --help with 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 install

Downloads

wslink.exe — single-file Native AOT, no runtime required.

v0.1.1

Choose a tag to compare

@rblez rblez released this 30 May 09:42

Fixes

  • Fixed Native AOT build: intuint cast in Elevation.cs
  • Cleaned up unused constants

Downloads

wslink.exe — single-file Native AOT, no runtime required.

v0.1.0

Choose a tag to compare

@rblez rblez released this 30 May 09:32

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 task

Download

Download wslink.exe from the assets below.