View this repo on GitHub
LaserSell

LaserSell CLI

Install via APT, Homebrew, or standalone binaries.

Quick install

Auto-selects the best method for your system.

curl -fsSL https://dl.lasersell.io/install.sh | bash

Install instructions

Choose your OS to see the exact steps.

Manual APT setup

Best for Debian/Ubuntu/WSL. APT packages are built for amd64 and arm64.

  1. Add the repository signing key:
    curl -fsSL https://dl.lasersell.io/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/lasersell-archive-keyring.gpg
  2. Add the APT source list:
    ARCH="$(dpkg --print-architecture)"
    echo "deb [arch=${ARCH} signed-by=/usr/share/keyrings/lasersell-archive-keyring.gpg] https://dl.lasersell.io stable main" | sudo tee /etc/apt/sources.list.d/lasersell.list > /dev/null
  3. Update and install the package:
    sudo apt update
    sudo apt install lasersell

Homebrew

Fastest on macOS with Homebrew.

brew tap lasersell/lasersell
brew install lasersell

Windows via WSL2

Install WSL, then run the Linux installer inside your distro.

  1. Install WSL2 (PowerShell as Administrator):
    wsl --install
  2. Restart your computer.
  3. Launch your WSL distro.
  4. Run the LaserSell installer inside WSL:
    curl -fsSL https://dl.lasersell.io/install.sh | bash
License: LaserSell software is proprietary and requires a valid commercial license to use.