Releases

BoxVault release information and download links.

Table of contents

  1. Latest Release
  2. Release History
  3. Release Notes
  4. Installation
    1. Package Managers
      1. npm
      2. Docker
    2. Manual Installation
    3. Source Installation
  5. Upgrade Guide
    1. From v1.x to v2.x
    2. Minor Updates
  6. Support

Latest Release

Loading latest release information...

Release History

For a complete list of releases, changes, and download links, visit the BoxVault Releases page on GitHub.

Release Notes

Detailed release notes and changelogs are available in the Changelog section.

Installation

Package Managers

BoxVault is available through various package managers:

npm

npm install -g boxvault

Docker

docker pull boxvault/boxvault:latest

Manual Installation

Download the latest release for your platform:

  • Linux (x64): boxvault-linux-x64.tar.gz
  • Linux (ARM64): boxvault-linux-arm64.tar.gz
  • macOS (x64): boxvault-macos-x64.tar.gz
  • macOS (ARM64): boxvault-macos-arm64.tar.gz
  • Windows (x64): boxvault-windows-x64.zip

Source Installation

Build from source:

git clone https://github.com/Makr91/BoxVault.git
cd BoxVault
npm install
npm run build
npm start

Upgrade Guide

From v1.x to v2.x

Major version upgrades may require configuration changes or database migrations. See the upgrade guide for detailed instructions.

Minor Updates

Minor version updates typically require only:

npm update boxvault
# or
docker pull boxvault/boxvault:latest

Support

For installation issues or questions: