A thin patch — one wording fix in the UI — but the first tailport release you can install without a download script.
Highlights
- tailport is on the AUR. Two packages:
tailportbuilds from source, andtailport-bindrops in the prebuilt release binary with no Go toolchain needed. They conflict with each other by design — install whichever suits. (jtpx) - tailport is on Homebrew, via a tap:
brew install gruen/tap/tailport. It builds from source, so it works on Apple Silicon and Intel Macs alike, and on Linuxbrew. (s3wn)
Fixes
- The bottom bar's hint for
nnow reads new favorite rather than "add favorite". The binding has always beenNewPort— "add" was the drift, not "new". (2pz4)
Also
- Packaging now publishes from CI when a tag lands, rather than by hand: both AUR packages and the Homebrew formula bump themselves, taking their checksums from the release artifacts they describe. (18cr, nqmn)
Install
curl -fsSL https://raw.githubusercontent.com/gruen/tailport/main/install.sh | shOr, as of this release:
paru -S tailport # Arch, from the AUR (or: paru -S tailport-bin)
brew install gruen/tap/tailport # macOS / Linux, via HomebrewExisting installs upgrade automatically — this is a patch bump, so install.sh treats it as non-breaking.
Full Changelog: v0.1.5...v0.1.6