https://github.com/genu/electrocute
See all electron-based applicatios that you have running
https://github.com/genu/electrocute
electron node task-manager
Last synced: 3 months ago
JSON representation
See all electron-based applicatios that you have running
- Host: GitHub
- URL: https://github.com/genu/electrocute
- Owner: genu
- Created: 2018-04-30T05:28:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:44:45.000Z (over 2 years ago)
- Last Synced: 2025-05-01T03:36:04.978Z (about 1 year ago)
- Topics: electron, node, task-manager
- Language: JavaScript
- Size: 48.1 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electrocute
Simple app that shows you how many resources your electron apps are costing you (Running apps).

[DOWNLOAD](https://github.com/genu/electrocute/releases/download/v1.0.1/electrocute.dmg) (MAC)
## Developing
````bash
# install dependencies
yarn install
````
```bash
# Run the server and app in development mode
yarn dev
```
### Building a binary
``` bash
# Build the app and create a release in the /releases folder
yarn build