Skip to content

Installation ​

Teldrive 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/teldrive | bash
powershell
powershell -c "irm https://instl.vercel.app/teldrive?platform=windows|iex"

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

Verifying Installation ​

After installation, verify that Teldrive is installed correctly:

sh
teldrive version

This should display the current version of Teldrive.

Next Steps ​

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

Released under the MIT License.