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
- Host: GitHub
- URL: https://github.com/ulughann/windowsmanager
- Owner: ulughann
- Created: 2024-01-30T16:31:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T16:34:04.000Z (about 2 years ago)
- Last Synced: 2025-03-26T14:50:34.721Z (12 months ago)
- Topics: choco, chocolatey, go, golang, vue, wails, windows-optimizer
- Language: Go
- Homepage:
- Size: 1.52 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.