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.
Free · Open-source · No account required
curl -fsSL https://cli-launcher.veyl.in/install.sh | bash
Windows
Standard Windows installer package for system-wide installation.
Standard executable installer package with simple wizard setup.
Standalone executable file, runs instantly without installation.
macOS
Fat binary installer. Recommended for both Intel and Apple Silicon Macs.
Native installer package compiled specifically for Apple M-series chips.
Native installer package compiled specifically for Intel-based Macs.
Compressed ZIP containing the standalone application folder.
Linux
Universal Linux package. Runs instantly on most distributions without install.
For Debian-based distributions including Ubuntu, Mint, and Pop!_OS.
For Red Hat-based distributions including Fedora, RHEL, CentOS, and openSUSE.
Compressed tarball archive containing native compiled binaries.
Install via terminal
Fetch and run the universal installer script.
curl -fsSL https://cli-launcher.veyl.in/install.sh | bash
Alternative downloader if curl is unavailable.
wget -qO- https://cli-launcher.veyl.in/install.sh | bash
One-line installer for Windows via IRM.
powershell -ExecutionPolicy Bypass -c "irm https://cli-launcher.veyl.in/install.ps1 | iex"
Clone the repo and build locally with Node.
git clone https://github.com/MadBlast0/Cli-launcher && cd Cli-launcher && 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.