Skip to content

Installation

Here you can find instructions on how to install DepsHub on your system. If you want to install DepsHub on your CI/CD system, check the CI/CD integrations page.

Linux

Terminal window
curl -fsSL https://raw.githubusercontent.com/DepsHubHQ/depshub/refs/heads/main/scripts/install.sh | bash

macOS

You can install DepsHub on macOS using Homebrew:

Terminal window
brew install DepsHubHQ/depshub/depshub

Windows

You can download the official Windows binary from the GitHub releases page

Download the binary

If you don’t want to use the installation script, you can download the binary directly. You can find the latest release on the GitHub releases page

Build from source

In order to build DepsHub from source, you need to have Go installed on your system. You can find instructions on how to install Go on the official Go website.

Then you can clone the repository and build the binary:

Terminal window
go build