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.
- Remarkably lightweight and efficient on hardware resources
- Compatibility across Windows, Linux, and MacOS platforms
- Support for clients such as Steam, Epic, Ubisoft, R*, Lutris, etc.
- Flexibility to add and personalize user-set custom games
- Modern and Sleek user interface with theming customization
- Spotify Integration with streamlined music control
[Beta]
Cross-Platform Lazap Overlay[WIP]
System monitor, overclock, and benchmarking tools
Depending on your operating system, we try to provide as much ease in terms of installation:
▸ Windows:
- Download and install the latest
.msi
file in the releases section. - Or install via Winget:
winget install LazapDevelopment.Lazap
▸ Linux:
- Download and install one of
.deb
,.tar.zst
, or.rpm
file in the releases section. - Arch Linux users can also directly install from the maintained
lazap-bin
AUR (Thanks to @begin-theadventure).
▸ MacOS:
Note
Most modern MacOS systems are of aarch64
(also known as ARM) instead of x64
architecture.
Execute the arch
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.
- Rust
- C++ Build Tools (It should already come with Rust installation)
- Latest Node.JS
- Yet Another Resource Negotiator
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
Have a question/problem?
▸ If you need assistance or technical support for your Lazap installation, feel free to file an issue so we can assist you.Want to help out instead of getting help?
▸ Open a Pull Request and fix some gears! We would love the community's help to improve Lazap and make it more user-friendly.What are the next steps of this project?
Current Priority:
- Support as many launchers as possible.
- Optimize the software to its fullest potential.
Future Possibility:
- Consider transforming the launcher into its own store (similar to Steam).
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:
- Share -- copy and redistribute the material in any medium or format
- Adapt -- remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- NonCommercial — You may not use the material for commercial purposes.
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
More information can be found here.