Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1001 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 1001 Bytes

Windows Manager

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

Built with Vue, DaisyUI, Wails and Go.

image

Roadmap

  • Chocolatey front-end + installer
    • Updated search
  • Performence Monitor
    • Primary cpu/ram/disk monitoring
    • Gpu monitoring
    • Network monitoring
  • Tweaks/Optimizations
  • More customizations

Installation

Just run the latest standalone executable from the releases page.

Development

Requirements

Build

# Clone the repository
$ git clone <repo>

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