Desktop App
Download the LocalUp desktop application for GUI-based tunnel management:
macOS
- Apple Silicon (M1/M2/M3):
LocalUp-macos-arm64.dmg - Intel:
LocalUp-macos-amd64.dmg
Note for macOS users: The app is not yet code-signed. If you see "LocalUp is damaged and can't be opened", run this command after installing:
xattr -cr /Applications/LocalUp.appThen open the app again.
Linux
- AppImage (Universal):
LocalUp-linux-amd64.AppImage - Debian/Ubuntu:
LocalUp-linux-amd64.deb
CLI Tool
Homebrew (macOS/Linux)
Note: The Homebrew formula needs to be updated manually after this release.
For Maintainers:
# Update the formula (interactive)
./scripts/manual-formula-update.sh
# Or quick update
./scripts/quick-formula-update.sh v0.1.6For Users (after formula is updated):
# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localupManual Download
Download the command-line tool for your platform:
Linux
- AMD64:
localup-linux-amd64.tar.gz - ARM64:
localup-linux-arm64.tar.gz
macOS
- Intel (AMD64):
localup-macos-amd64.tar.gz - Apple Silicon (ARM64):
localup-macos-arm64.tar.gz
Verify Downloads
All archives include SHA256 checksums. Verify your download:
sha256sum -c SHA256SUMS.txt
# Or check individual file
shasum -a 256 <filename>
grep <filename> SHA256SUMS.txtInstall CLI
tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localupFull Changelog: v0.1.5...v0.1.6