Available Downloads v0.0.5

Select your platform to download the latest build of CLI Launcher. All installation files are compiled via GitHub CI and mirrored on the official GitHub Release CDN.

Windows

MSI Installer x64

Standard Windows installer package for system-wide installation.

Download .msi
EXE Installer (NSIS) x64

Standard executable installer package with simple wizard setup.

Download .exe
Portable Binary x64

Standalone executable file, runs instantly without installation.

Download Portable

macOS

DMG Installer (Universal) x64 + arm64

Fat binary installer. Recommended for both Intel and Apple Silicon Macs.

Download .dmg
DMG Installer (Apple Silicon) arm64

Native installer package compiled specifically for Apple M-series chips.

Download .dmg
DMG Installer (Intel) x64

Native installer package compiled specifically for Intel-based Macs.

Download .dmg
ZIP Archive (Universal) x64 + arm64

Compressed ZIP containing the standalone application folder.

Download .zip

Linux

AppImage Binary x64, arm64

Universal Linux package. Runs instantly on most distributions without install.

Download AppImage
Debian Package (.deb) x64, arm64

For Debian-based distributions including Ubuntu, Mint, and Pop!_OS.

Download .deb
Red Hat Package (.rpm) x64, arm64

For Red Hat-based distributions including Fedora, RHEL, CentOS, and openSUSE.

Download .rpm
Tarball Archive (.tar.gz) x64, arm64

Compressed tarball archive containing native compiled binaries.

Download .tar.gz

Install via terminal

curl macOS � Linux

Fetch and run the universal installer script.

curl -fsSL https://cli-launcher.veyl.in/install.sh | bash
wget macOS � Linux

Alternative downloader if curl is unavailable.

wget -qO- https://cli-launcher.veyl.in/install.sh | bash
PowerShell Windows

One-line installer for Windows via IRM.

powershell -ExecutionPolicy Bypass -c "irm https://cli-launcher.veyl.in/install.ps1 | iex"
From source All platforms

Clone the repo and build locally with Node.

git clone https://github.com/MadBlast0/Cli-launcher && cd Cli-launcher && npm install && npm run build
Mirror & Checksum Details All artifacts listed here are compiled automatically from the open-source repository files via GitHub Actions. If a download from the primary GitHub CDN fails, you can find alternative mirrors and release package checksums directly on the official Releases page. To build from source, clone the repository locally and run "npm install && npm run build".

Frequently Asked Questions

Which installer should I download for my operating system?

macOS users can download a universal .dmg (or Apple Silicon / Intel .dmg, or a .zip); Windows users can choose a .msi, .exe, or portable binary; Linux users can pick an .AppImage, .deb, .rpm, or .tar.gz. All builds are free and open source.

How do I install CLI Launcher from the terminal?

On macOS and Linux run curl -fsSL https://cli-launcher.veyl.in/install.sh | bash (or the wget equivalent). On Windows run the PowerShell installer: powershell -ExecutionPolicy Bypass -c "irm https://cli-launcher.veyl.in/install.ps1 | iex". You can also clone the repository and run npm install && npm run build.

Is CLI Launcher free to download?

Yes. CLI Launcher is MIT-licensed, completely free, and requires no account to download or use.

How do I verify my CLI Launcher download?

Every artifact is compiled automatically from the open-source repository via GitHub Actions. Release checksums and alternative mirrors are published on the official GitHub Releases page.

CLI Launcher
Free · Open-source
Download