Skip to content

Installation

BDrive can be installed directly on your system using our one-line installers. If you prefer Docker, skip this section and proceed to the Usage Guide.

One-Line Installers

Choose the appropriate installation method for your operating system:

sh
curl -sSL instl.vercel.app/BenjiThatFoxGuy/bdrive | bash
powershell
powershell -c "irm https://instl.vercel.app/BenjiThatFoxGuy/bdrive?platform=windows|iex"

The installer will download the latest BDrive binary and set it up on your system. Once installed, you can run BDrive from any terminal window.

Verifying Installation

After installation, verify that BDrive is installed correctly:

sh
teldrive version

This should display the current version of BDrive.

Next Steps

Now that you have installed BDrive, proceed to the Usage Guide to set up your configuration and start using BDrive.

Released under the MIT License.