https://github.com/doorbash/my-process-manager
A simple process manager for Windows
https://github.com/doorbash/my-process-manager
daemon htop logs monitor nohup pm2 process process-manager task-manager windows
Last synced: about 2 months ago
JSON representation
A simple process manager for Windows
- Host: GitHub
- URL: https://github.com/doorbash/my-process-manager
- Owner: doorbash
- License: mit
- Created: 2022-11-28T05:25:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T19:55:35.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T13:41:24.058Z (almost 2 years ago)
- Topics: daemon, htop, logs, monitor, nohup, pm2, process, process-manager, task-manager, windows
- Language: Go
- Homepage:
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My-Process-Manager
A simple process manager for Windows and Linux

## How to Build
### Front-end
```
npm install --legacy-peer-deps
npm run build
```
### App
**Windows:**
1. Set CGO_ENABLED=1
2. Install https://jmeubank.github.io/tdm-gcc/download/
3. ```wails build -ldflags="-s -w" -s```
4. You might need to add the My Process Manager folder to Windows Security Exception folders
**Linux:**
1. Run ```wails doctor``` and install required packages
2. ```wails build -tags webkit2_41 -ldflags="-s -w" -s```
## License
MIT