Skip to content

Releases: thelastoutpostworkshop/ESPVault

ESP Board Vault v1.0.32

Choose a tag to compare

@github-actions github-actions released this 13 Jul 23:31

Changes

Added

  • Make HTTP(S) links in board descriptions clickable for fast access to
    datasheets, repositories, and other documentation
    (#9).
  • Add direct board-list sorting by board name, status, or chip model
    (#8).
  • Allow reserved serial ports to remain visible but start unchecked during scans
    (#11).
  • Add a secondary board photo for pinouts, wiring, underside views, or other
    reference images (#10).
  • Open a board's edit dialog by double-clicking its row in the board list
    (#12).
  • Open a project's edit dialog by double-clicking its row in the project list.

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct package for your Mac:
  2. For DMG downloads, open the .dmg file and drag ESP Board Vault into Applications.
  3. For ZIP downloads, extract the zip file and move ESP Board Vault.app into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option for Intel Macs: download the macos-x64 zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.32-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.32-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.32-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest matching macos-*.dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • macOS zip: download the newest matching macos-*.zip, extract it, move ESP Board Vault.app into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.32-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault 1.0.31

Choose a tag to compare

@github-actions github-actions released this 09 Jul 23:26

Changes

Changed

  • Updated Electron to 43.1.0 for the Chromium 150 runtime update.

Fixed

  • Prevent ESP32 scans from hanging when Web Serial cleanup stalls after a
    successful scan, preserving detected board data and logging a recovery note
    (#7).

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct package for your Mac:
  2. For DMG downloads, open the .dmg file and drag ESP Board Vault into Applications.
  3. For ZIP downloads, extract the zip file and move ESP Board Vault.app into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option for Intel Macs: download the macos-x64 zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.31-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.31-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.31-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest matching macos-*.dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • macOS zip: download the newest matching macos-*.zip, extract it, move ESP Board Vault.app into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.31-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.30

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:22

Changes

Fixed

  • Actually hide legacy Linux /dev/ttyS* rows in the serial picker instead of
    only clearing their selection (#6).

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct package for your Mac:
  2. For DMG downloads, open the .dmg file and drag ESP Board Vault into Applications.
  3. For ZIP downloads, extract the zip file and move ESP Board Vault.app into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option for Intel Macs: download the macos-x64 zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.30-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.30-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.30-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest matching macos-*.dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • macOS zip: download the newest matching macos-*.zip, extract it, move ESP Board Vault.app into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.30-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.29

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:00

Changes

Fixed

  • Fixed missing Linux desktop panel icons (#5).
  • Hide legacy Linux /dev/ttyS* ports by default in the serial picker while
    keeping them available behind a toggle (#6).

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct package for your Mac:
  2. For DMG downloads, open the .dmg file and drag ESP Board Vault into Applications.
  3. For ZIP downloads, extract the zip file and move ESP Board Vault.app into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option for Intel Macs: download the macos-x64 zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.29-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.29-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.29-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest matching macos-*.dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • macOS zip: download the newest matching macos-*.zip, extract it, move ESP Board Vault.app into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.29-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.28

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:01

Changes

Fixed

  • Build macOS DMG artifacts with an APFS filesystem to avoid HFS+ disk image
    mount failures on macOS Tahoe.
  • Let the native macOS GitHub Actions matrix control x64 and arm64 packaging so
    each macOS job produces only its requested architecture.

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct package for your Mac:
  2. For DMG downloads, open the .dmg file and drag ESP Board Vault into Applications.
  3. For ZIP downloads, extract the zip file and move ESP Board Vault.app into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option for Intel Macs: download the macos-x64 zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.28-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.28-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.28-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest matching macos-*.dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • macOS zip: download the newest matching macos-*.zip, extract it, move ESP Board Vault.app into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.28-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.27

Choose a tag to compare

@github-actions github-actions released this 25 Jun 01:45

Changes

Changed

  • Recommend the macOS arm64 ZIP as the Apple Silicon download while DMG
    generation is under investigation.
  • Validate macOS DMG artifacts in CI before uploading release assets, and omit a
    failing arm64 DMG while keeping the working arm64 ZIP available.

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct package for your Mac:
  2. On Apple Silicon, extract the zip file and move ESP Board Vault.app into Applications.
  3. On Intel Macs, open the .dmg file and drag ESP Board Vault into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option for Intel Macs: download the macos-x64 zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.27-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.27-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.27-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS Apple Silicon zip: download the newest macos-arm64.zip, extract it, move ESP Board Vault.app into Applications, and choose Replace if macOS asks.
  • macOS Intel DMG: download the newest macos-x64.dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.27-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.26

Choose a tag to compare

@github-actions github-actions released this 25 Jun 01:26

Changes

Fixed

  • Generate macOS DMG artifacts with the ULFO disk image format to match the
    working ESPConnect macOS release packaging path.

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct DMG for your Mac:
  2. Open the .dmg file.
  3. Drag ESP Board Vault into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option: download the macos-arm64 zip for Apple Silicon, or the macos-x64 zip for Intel Macs, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.26-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.26-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.26-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest .dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.26-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 01:04

Changes

Fixed

  • Reset the ad-hoc macOS app signature after flipping Electron fuses so unsigned
    Apple Silicon builds are not killed by macOS code-signature validation.

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct DMG for your Mac:
  2. Open the .dmg file.
  3. Drag ESP Board Vault into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option: download the macos-arm64 zip for Apple Silicon, or the macos-x64 zip for Intel Macs, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.25-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.25-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.25-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest .dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.25-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.24

Choose a tag to compare

@github-actions github-actions released this 25 Jun 00:50

Changes

Changed

  • Build macOS x64 and arm64 release artifacts on separate native GitHub-hosted
    macOS runners to reduce architecture-specific packaging risk.
  • Clarified macOS release architecture notes.
  • Include the matching changelog section in generated GitHub release notes.

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the correct DMG for your Mac:
  2. Open the .dmg file.
  3. Drag ESP Board Vault into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option: download the macos-arm64 zip for Apple Silicon, or the macos-x64 zip for Intel Macs, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.24-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.24-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.24-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest .dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.24-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.

ESP Board Vault v1.0.23

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:05

Install ESP Board Vault

Download the installer for your operating system. The .blockmap, latest*.yml, and builder-debug.yml files are release metadata and are not needed for a manual install.

Windows

  1. Download the Windows x64 installer, or the Windows x64 portable zip.
  2. Run the installer, or extract the zip file.
  3. Launch ESP Board Vault from the Start menu, or run ESP Board Vault.exe from the extracted portable folder.

macOS

  1. Download the Apple Silicon DMG, or the Intel Mac DMG.
  2. Open the .dmg file.
  3. Drag ESP Board Vault into Applications.
  4. Launch ESP Board Vault from Applications.

If macOS blocks the app because it is not notarized, Control-click the app, choose Open, and confirm. You can also allow it from System Settings > Privacy & Security.

Portable option: download the Apple Silicon zip, or the Intel Mac zip, extract it, and launch ESP Board Vault.app.

Linux

Ubuntu or Debian:

  1. Download the Ubuntu/Debian package.

  2. Install it with your software installer, or run:

    sudo apt install ./ESP.Board.Vault-1.0.23-linux-amd64.deb
  3. Launch ESP Board Vault from your app menu, or run:

    esp-board-vault

Ubuntu / WSL troubleshooting: if the app installs but fails to launch with error while loading shared libraries: libasound.so.2: cannot open shared object file, install the ALSA runtime package and try again:

sudo apt update
sudo apt install libasound2t64

On older Ubuntu releases, use:

sudo apt install libasound2

Most Linux distributions:

  1. Download the Linux AppImage.

  2. Launch ESP Board Vault by making the AppImage executable and running it:

    chmod +x ESP.Board.Vault-1.0.23-linux-x86_64.AppImage
    ./ESP.Board.Vault-1.0.23-linux-x86_64.AppImage

Portable archive option: download the Linux x64 tarball, extract it, and run esp-board-vault from the extracted folder.

Updating

ESP Board Vault does not update itself automatically yet. To update, download the newest release for your operating system and install it over your current version. Your local vault data is kept separately from the app files and should remain in place across updates.

  • Windows installer: download the newest .exe installer and run it.
  • Windows portable zip: download the newest zip, extract it, and replace your old portable folder.
  • macOS DMG: download the newest .dmg, drag ESP Board Vault into Applications, and choose Replace if macOS asks.
  • Linux .deb: download the newest package and run sudo apt install ./ESP.Board.Vault-1.0.23-linux-amd64.deb.
  • Linux AppImage: download the newest AppImage, make it executable, and run it. You can delete the older AppImage after confirming the new one works.
  • Linux tarball: download the newest tarball, extract it, and replace your old extracted folder.

Source Code

The automatically generated Source code (zip) and Source code (tar.gz) downloads contain the project source for developers. They are not prebuilt desktop app installers.