Skip to content

Lazap-Development/Lazap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Lazap

Lazap, a lightweight cross-platform software
Unifying games into a single, 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.

โœจ Key Features

  • Remarkably lightweight and efficient on hardware resources
  • Compatibility across Windows, Linux, and MacOS platforms
  • Support for Steam, Epic, Ubisoft, R*, Riot, Lutris, and 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

โ€๐Ÿ’ป Installation

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 either the .deb or .tar.zst in the releases section.
  • Arch Linux users can directly install from the maintained lazap-bin AUR.

โ–ธ 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.

๐Ÿ‘พ Development

Lazap is fully open-source and can be compiled from source.

Prerequisites

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

๐Ÿ“š Help & Support

Have a question/problem?
If you need assist or in need of 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.

โ‰๏ธ FAQ

What is next up for this project?
Our current priority is to support as many launchers as possible and optimize the software to its fullest potential. In the future, there is a possibility of the launcher becoming its own store (like steam).

๐Ÿ›‚ License

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.