curl -fsSL https://dl.lasersell.io/install.sh | bashIf you previously added the old https://lasersell.github.io/apt repo, run:
curl -fsSL https://dl.lasersell.io/migrate.sh | bashThis repository hosts the LaserSell APT package repository (served via GitHub Pages), plus multi-platform binaries.
curl -fsSL https://dl.lasersell.io/install.sh | bashcurl -fsSL https://dl.lasersell.io/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/lasersell-archive-keyring.gpg
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
sudo apt update
sudo apt install lasersellcurl -fsSL https://dl.lasersell.io/install.sh | bashbrew tap lasersell/lasersell
brew install lasersellcurl -fsSL https://dl.lasersell.io/install.sh | bash -s -- --method tar- Install WSL (Windows Terminal or PowerShell as Administrator):
wsl --install- Restart your computer, then open your WSL Linux distro:
- Start menu → search for your distro name (e.g., “Ubuntu”) → open it, or
- Windows Terminal / PowerShell → run
wslto launch the default distro.
Then run:
curl -fsSL https://dl.lasersell.io/install.sh | bash- APT:
sudo apt update && sudo apt install lasersell - Homebrew:
brew upgrade lasersell - Tarball install: re-run
install.sh(it overwrites the binary). To uninstall, remove the installedlasersellbinary from your prefix.
LaserSell software is proprietary and requires a valid commercial license to use.