Skip to main content

Install Lancer on Linux

Install Using Bash Script​

You can install Lancer using the following command :

Steps​

  1. Open terminal

  2. Copy the command

    curl -L "https://raw.githubusercontent.com/Weekend-Dev-Labs/lancer/refs/heads/main/scripts/install/install.sh?token=GHSAT0AAAAAACWNE75HNM5YCUFJ2BA5MDE2Z4QZYDA" -o install.sh
    chmod +x install.sh
    ./install.sh
  3. Paste and run

Validate Installation​

You can validate installation by simply running this command :

lancer version

Download Binary​

You can also install Lancer by downloading binary itself. You can find the latest release binary from our github release section.

Download Latest Release