Skip to content

Releases: Warexpor/EntangledVPN

Entangled VPN 1.3.1

Choose a tag to compare

@Warexpor Warexpor released this 30 Aug 18:57

Entangled VPN 1.3.1

  • P2P/signaling/relay path is 1.2.8 again (last known-good). Current UI and Settings stay.
  • Settings: Open log folder. Peer table, status bar, and sidebar alignment.
  • Windows packaging keeps the EV icon and requireAdministrator across wails builds.
  • Failed Connect now Stop()s that VPN core so retries do not leave a live WebSocket.

Windows client: run Entangled.exe as Administrator.

Entangled VPN 1.3.0

Choose a tag to compare

@Warexpor Warexpor released this 28 Aug 16:59

Entangled VPN 1.3.0

Highlights:

  • Hardened signaling, room operations, reconnect, UDP shutdown, DNS reset, and chat-thread lifecycle behavior.
  • Added connected-shell disconnect, locked-room password flow, localized confirmations, responsive accessibility improvements, and reduced-motion support.
  • UI scale and theme changes now persist immediately.

Windows client: run Entangled.exe as Administrator.

Entangled VPN 1.2.8

Choose a tag to compare

@Warexpor Warexpor released this 10 Aug 01:52

Entangled VPN 1.2.8

P2P path hardening + Connection mode. Use client 1.2.8 (server from 1.2.1+ is fine; ship matching server if you want).

Highlights

  • Settings → Connection: Direct (P2P) (default, relay when needed) or Relay (server) (force relay)
  • Direct path only after both directions prove P2P (fixes one-way chat / false Direct)
  • No doubled chat while hole-punching; STUN falls back Cloudflare → Google
  • Path UI can show Direct on a P2P RTT sample while exclusive sends wait for full confirm

Windows client (friends)

  1. Download Entangled.exe
  2. Right-click → Run as administrator
  3. Done — Wintun is embedded; first launch creates wintun.dll next to the exe (keep it)

Existing installs: Settings → Check for updates, or download here.

Server (host)

  • entangled-server-linux-amd64
  • entangled-server-windows-amd64.exe

./entangled-server-linux-amd64 -addr :8080 -relay :3478

Optional: set ENTANGLED_TOKEN.

License: Apache-2.0. Wintun attribution in NOTICE.

Entangled VPN 1.2.1

Choose a tag to compare

@Warexpor Warexpor released this 10 Aug 00:12

Entangled VPN 1.2.1

Ping/relay fix for peers behind NAT. Client and server should both be on 1.2.1.

Fixed

  • P2P send no longer treats bare WriteToUDP success as a working path before a pong proves it — unproven / relay-proven peers keep using relay (hole-punch still attempted)
  • Join-time peer_updated for existing peers includes crypto when known

Windows client (friends)

  1. Download Entangled.exe
  2. Right-click → Run as administrator
  3. Done — Wintun is embedded; first launch creates wintun.dll next to the exe (keep it)

Existing 1.2.0 installs can use Settings → Check for updates, or download here.

Server (host)

  • entangled-server-linux-amd64
  • entangled-server-windows-amd64.exe

./entangled-server-linux-amd64 -addr :8080 -relay :3478

Optional: set ENTANGLED_TOKEN.

License: Apache-2.0. Wintun attribution in NOTICE.

Entangled VPN 1.2.0

Choose a tag to compare

@Warexpor Warexpor released this 09 Aug 20:56

Entangled VPN 1.2.0

In-app updates + room ownership hardening. Client and server should both be on 1.2.0.

Highlights

  • Check for updates / Update in Settings (downloads Entangled.exe from this release, swaps after exit, relaunches)
  • Room ownership uses opaque owner_token (peer public key can no longer forge delete)
  • Auth required on sensitive WebSocket handlers; relay_data same-room only

Windows client (friends)

  1. Download Entangled.exe
  2. Right-click → Run as administrator
  3. Done — Wintun is embedded; first launch creates wintun.dll next to the exe (keep it)

Existing 1.1.0 installs can use Settings → Check for updates once they manually install this build once, or download here.

Server (host)

  • entangled-server-linux-amd64
  • entangled-server-windows-amd64.exe

./entangled-server-linux-amd64 -addr :8080 -relay :3478

Optional: set ENTANGLED_TOKEN.

License: Apache-2.0. Wintun attribution in NOTICE.

Entangled VPN 1.1.0

Choose a tag to compare

@Warexpor Warexpor released this 07 Aug 12:23

Entangled VPN 1.1.0

Breaking: HKDF-only crypto + token-only relay REG. All peers and the server must be on 1.1.0.

Windows client (friends)

  1. Download Entangled.exe
  2. Right-click → Run as administrator
  3. Done — Wintun is embedded; first launch creates wintun.dll next to the exe (keep it)

Server (host)

  • entangled-server-linux-amd64
  • entangled-server-windows-amd64.exe

./entangled-server-linux-amd64 -addr :8080 -relay :3478

Optional: set ENTANGLED_TOKEN.

License: Apache-2.0. Wintun attribution in NOTICE.