A lightweight cross-platform software
Unifying clients into a singular, modern library
The new face of Open Source Game Launchers, Lazap, unites all your games together in one place! Whether it's on Windows, Linux or MacOS, we got you covered. Lazap connects with other proprietary game launchers such as Riot Games, Epic Games Launcher and Steam, and collects all of those games and deposits them inside of one place. Lazap is developed to be deeply customizable, meets up to the user's expectance, possess a glancing & modernist look, and isn't expensive at all on hardware consumption.
[Beta]
Cross-Platform Lazap Overlay[WIP]
System monitor, overclock, and benchmarking toolsDepending on your operating system, we try to provide as much ease in terms of installation:
▸ Windows:
.msi
file in the releases section.winget install LazapDevelopment.Lazap
▸ Linux:
.deb
, .tar.zst
, or .rpm
file in the releases section.lazap-bin
AUR (Thanks to @begin-theadventure).▸ MacOS:
[!NOTE] Most modern MacOS systems are of
aarch64
(also known as ARM) instead ofx64
architecture.
Execute thearch
command in a new terminal to confirm your MacOS architecture.
- Download and install the latest
[x64/aarch64].dmg
file in the releases section.
Lazap is fully open-source and can be compiled from source.
[!NOTE] Ensure you have corepack enabled in your system by running
corepack enable
as admin or root.
Once you have the above preqs, you may continue with the following:
# clone this repo
git clone https://github.com/Lazap-Development/Lazap.git
# change current dir, install deps
cd Lazap && yarn install
# run in development mode
yarn tauri dev
Lazap is licensed under the terms of Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International ("CC-BY-NC-SA-4.0"). Commercial use is not allowed under this license. This includes any kind of revenue made with or based upon the software, even donations.
The CC-BY-NC-SA-4.0 allows you to:
Under the following terms:
More information can be found here.