⚠️ PROTOTYPE DEMO - This is a technical preview demonstrating architecture and UI.
Real game integrations are "Coming Soon!"
Nexora is a lightweight, all-in-one game launcher built for indie gamers and developers. It provides a clean, fast, and modular experience for managing and launching games—without bloat, ads, or unnecessary telemetry.
| Component | Technology | Purpose |
|---|---|---|
| Language | C# 12 | Modern, performant, type-safe |
| Runtime | .NET 8 | Cross-platform foundation, ahead-of-time compilation |
| UI Framework | WPF (Windows Presentation Foundation) | Hardware-accelerated, native Windows UI |
| Architecture | MVVM Pattern | Clean separation of UI, logic, and data |
| Data Storage | JSON | Human-readable, easy backup/sync |
| Installer | NSIS | Flexible install modes (User/Admin/Portable) |
| Update System | GitHub Releases API (planned) | Automatic, decentralized updates |
- Demonstrate modern launcher architecture patterns
- Provide foundation for Steam/Epic/GitHub integrations
- Offer a clean, customizable UI for indie games
- Enable easy modding and plugin development
- Respect privacy with zero telemetry
| ✅ Ready Now | 🔄 Coming Soon |
|---|---|
| WPF/MVVM architecture | Steam integration |
| Installer system | Epic Games support |
| UI/UX foundation | Game launching |
| Single-file deployment | Cloud sync |
| JSON data layer | Plugin system |
Note: This release is primarily for testing the installer, architecture, and UI design. Buttons show "Coming Soon!" as placeholders for future integrations.
- Download
Nexora.exefrom Releases - Run the installer (choose User/Admin/Portable mode)
- Explore the UI framework
- Provide feedback on architecture/UX
git clone https://github.com/NexoraCo/Nexora-Launcher.git
cd Nexora-Launcher📈 Roadmap See ROADMAP.md for detailed development timeline.
Phase 1: Architecture Prototype ✅ Phase 2: Steam Integration (In Progress) Phase 3: Game Launching & Library Management Phase 4: Epic Games + GitHub Sync Phase 5: Plugin System & Themes
🤝 Contributing & Feedback This is a prototype — your input shapes the real product!
UI/UX feedback? → Open an issue
Architecture suggestions? → Start a discussion
Found a bug? → Report it
Want to help code? → Check CONTRIBUTING.md
📄 License Distributed under the MIT License. See LICENSE file for details.