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

https://github.com/ulughann/windowsmanager

Chocolatey front-end, Performence Monitor and Tweaker/Optimizer for Windows 10/11
https://github.com/ulughann/windowsmanager

choco chocolatey go golang vue wails windows-optimizer

Last synced: 11 months ago
JSON representation

Chocolatey front-end, Performence Monitor and Tweaker/Optimizer for Windows 10/11

Awesome Lists containing this project

README

          

# Windows Manager

Chocolatey front-end, Performence Monitor and Tweaker/Optimizer for Windows 10/11

Built with Vue, DaisyUI, Wails and Go.

![image](https://github.com/onrirr/WindowsManager/blob/main/marketing/ultimate.png?raw=true)

## Roadmap
- [x] Chocolatey front-end + installer
- - [ ] Updated search
- [x] Performence Monitor
- - [x] Primary cpu/ram/disk monitoring
- - [ ] Gpu monitoring
- - [ ] Network monitoring
- [ ] Tweaks/Optimizations
- [ ] More customizations

## Installation
Just run the latest standalone executable from the [releases](https://github.com/onrirr/WindowsManager/releases) page.

## Development
### Requirements
- [Go 1.18 or higher](https://golang.org/)
- [Node.js 16 or higher](https://nodejs.org/en/)
- [Wails](https://wails.app/)

### Build
```bash
# Clone the repository
$ git clone

# Go into the repository
$ cd WindowsManager

# Run Wails
$ wails dev
```

To build an executable, run `wails build` and the executable will be in the `build` folder.