BioVault Logo

Download BioVault

Get started with privacy-preserving genomic collaboration

BETA

These builds are in active development. If you find an issue, please let us know on GitHub or Slack.

BioVault Desktop App

The BioVault desktop application provides a user-friendly interface for participants to manage their genomic data and collaborate with researchers.

macOS

Choose your Mac's processor type

Linux

Portable AppImage for all distributions

Windows

Executable for Windows 10/11

x86_64

Install Dependencies with our Setup Wizard, or manually yourself.

BioVault Desktop Setup Wizard

BioVault CLI

The BioVault command-line interface is the fastest way to get started with genomic collaboration.

Install Command MacOS and Linux

curl -sSL https://raw.githubusercontent.com/openmined/biovault/main/install.sh | bash
Download from GitHub

Check Dependencies

After installation, verify your setup with:

$ bv check
BioVault Dependency Check
=========================
Checking java... ✓ Found (version 24)
Path: /opt/homebrew/bin/java
Checking docker... ✓ Found (version 28.4.0) (running)
Path: /usr/local/bin/docker
Checking nextflow... ✓ Found (version 25.04.7)
Path: /opt/homebrew/bin/nextflow
Checking syftbox... ✓ Found (version 0.8.6)
Path: /Users/user/.sbenv/binaries/0.8.6/syftbox
Note: Found in ~/.sbenv/binaries
Checking uv... ✓ Found (version 0.9.0)
Path: /Users/user/.local/bin/uv
=========================
✓ All dependencies satisfied!

Install Dependencies

BioVault can try to help you install your dependencies by running:

$ bv setup
BioVault Environment Setup
==========================
📦 Installing java...
Running: brew install openjdk@17
✓ Command succeeded
📦 Installing docker...
Running: brew install --cask docker
✓ Command succeeded
📦 Installing nextflow...
Running: brew install nextflow
✓ Command succeeded
📦 Installing syftbox...
Running: curl -fsSL https://syftbox.net/install.sh | sh
✓ Command succeeded

Next Steps

Once your dependencies are satisfied, check out our tutorials to get started:

BioVault TutorialsBioVault GitHub Repository

Open Source

BioVault is completely open source under the Apache 2.0 License. You can view the source code, contribute, or build from source:

BioVault CLI RepositoryBioVault Desktop Repository

Need Help?

Join our community for support, updates, and discussions:

Join Slack: #community-biovaultGitHub Issues