Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zachvlat/wingetnite

WingetNite is a mobile application that leverages the Windows Package Manager (winget) and Flathub to simplify the installation and management of software packages on Windows and Linux systems.
https://github.com/zachvlat/wingetnite

android flatpak winget

Last synced: 6 days ago
JSON representation

WingetNite is a mobile application that leverages the Windows Package Manager (winget) and Flathub to simplify the installation and management of software packages on Windows and Linux systems.

Awesome Lists containing this project

README

        

# WingetNite

This app is built with React Native and is released under the GNU General Public License version 3.0 (GPL-3.0).

[![Google Play](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.zachvlat.wingetnite)

## Getting Started

Follow these steps to get the app up and running on your local machine.

### Prerequisites

- Node.js: [Download and install Node.js](https://nodejs.org/)
- React Native CLI: [Setup React Native environment](https://reactnative.dev/docs/environment-setup)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/zachvlat/wingetnite.git
cd wingetnite
```

2. Install dependencies:

```bash
npm install
```

3. Start the local environment:

```bash
npx expo start
```