Skip to content

Releases: localup-dev/localup

Release v0.1.6

21 Feb 20:50

Choose a tag to compare

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.app

Then 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.6

For Users (after formula is updated):

# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localup

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

16 Feb 18:57

Choose a tag to compare

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.app

Then 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.5

For Users (after formula is updated):

# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localup

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.1.4...v0.1.5

Release v0.1.5-beta1

16 Feb 19:17

Choose a tag to compare

Release v0.1.5-beta1 Pre-release
Pre-release

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.app

Then 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.5-beta1

For Users (after formula is updated):

# BETA/PRE-RELEASE
brew install https://raw.githubusercontent.com/localup-dev/localup/main/Formula/localup-beta.rb

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.1.5...v0.1.5-beta1

Release v0.1.4

08 Feb 21:35

Choose a tag to compare

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.app

Then 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.4

For Users (after formula is updated):

# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localup

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

08 Feb 19:44

Choose a tag to compare

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.app

Then 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.3

For Users (after formula is updated):

# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localup

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

08 Feb 19:24

Choose a tag to compare

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.app

Then 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.2

For Users (after formula is updated):

# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localup

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

08 Feb 18:55

Choose a tag to compare

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.app

Then 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.1

For Users (after formula is updated):

# Stable release
brew tap localup-dev/tap https://github.com/localup-dev/localup
brew install localup

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.0.1-beta70...v0.1.1

Release v0.0.1-beta70

08 Feb 18:19

Choose a tag to compare

Release v0.0.1-beta70 Pre-release
Pre-release

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.app

Then 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.0.1-beta70

For Users (after formula is updated):

# BETA/PRE-RELEASE
brew install https://raw.githubusercontent.com/localup-dev/localup/main/Formula/localup-beta.rb

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.0.1-beta69...v0.0.1-beta70

Release v0.0.1-beta69

07 Feb 08:18
22bb352

Choose a tag to compare

Release v0.0.1-beta69 Pre-release
Pre-release

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.app

Then 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.0.1-beta69

For Users (after formula is updated):

# BETA/PRE-RELEASE
brew install https://raw.githubusercontent.com/localup-dev/localup/main/Formula/localup-beta.rb

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

What's Changed

  • Enhance build process for web applications by @dviejokfs in #1
  • fix(client): Generate unique tunnel IDs for each protocol configuration by @dviejokfs in #2

New Contributors

Full Changelog: v0.0.1-beta62...v0.0.1-beta69

Release v0.0.1-beta68

25 Jan 12:11

Choose a tag to compare

Release v0.0.1-beta68 Pre-release
Pre-release

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.app

Then 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.0.1-beta68

For Users (after formula is updated):

# BETA/PRE-RELEASE
brew install https://raw.githubusercontent.com/localup-dev/localup/main/Formula/localup-beta.rb

Manual 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.txt

Install CLI

tar -xzf localup-<platform>-<arch>.tar.gz
sudo mv localup /usr/local/bin/
chmod +x /usr/local/bin/localup

Full Changelog: v0.0.1-beta67...v0.0.1-beta68