Skip to content

v0.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:02
· 6 commits to main since this release

Changelog

Features

  • 707de74: feat(macos): publish the application, signed and notarised, on the tag (@nledez)

Fixes

  • 6073165: fix(macos): a signed-out gh is not a release CI has yet to cut (@nledez)

Install

tar xzf tun-manager_0.7.1_darwin_universal.tar.gz
sudo install -m 0755 tun-manager /usr/local/bin/tun-manager
tun-manager doctor

The binaries are not notarized, so macOS quarantines them on first run.
Clear it with xattr -d com.apple.quarantine ./tun-manager, or build from
source with make build.

tun-manager runs as root: the WireGuard control sockets are root-only.

The menu bar application

tun-manager-menubar_0.7.1_darwin_universal.zip is optional: a
menu bar item showing what tun-manager knows about your tunnels. Unlike
the binaries above it is signed and notarized, so it opens on a double
click with nothing to clear first.

unzip tun-manager-menubar_0.7.1_darwin_universal.zip
mv "Tun Manager.app" /Applications/

It is built and attached separately, and appears here shortly after the
release itself: notarization is Apple's time, not this workflow's. It needs
macOS 26.