Report a Bug · Request a Feature · Ask a Question
Table of Contents
Meteoric is a versatile video game library manager inspired by GOG Galaxy and Playnite. Built with Rust, Angular, and Tauri, it helps manage your game library and achievements by connecting to services like Steam, GOG, and Epic Games.
- Centralized game library management.
- Integration with Steam, GOG, and Epic Games to retrieve games and achievements.
- Lightweight and fast with Tauri and Rust backend.
- Modern UI powered by Angular.
- Install Rust.
- Install Node.js.
- See the Tauri Documentation for the needed libs per platform
- Clone the repository:
git clone https://github.com/Nytuo/Meteoric.git
- Install dependencies:
cd Meteoric npm install - Build and run the project:
npm run tauri dev
Visit the How to Use section of the Wiki for detailed instructions.
See the open issues for a list of proposed features and known issues.
Reach out via:
Contributions are what make the open-source community amazing! Please read our contribution guidelines for details.
The original setup of this repository is by Nytuo.
Meteoric is provided "as is" without any warranty. Use at your own risk. Refer to security documentation for more details.
This project is licensed under the GNU General Public License v3. See LICENSE for more information.
- The Rust, Angular, and Tauri communities.
- All the NPM library authors.
- All the Rust crates authors.
- GOG Galaxy and Playnite for inspiration.