Skip to content

Knuspii/CrunchDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JavaScript Node.js Electron GitHub Issues GitHub Stars

CrunchDash CrunchyDashLogo

✨ A tiny, floating system dashboard.

πŸ“₯ [Download here] <- Click here to download CrunchDash!

πŸ”‘ Key features:

  • Works on both Windows and Linux
  • CPU, RAM & Disk usage
  • Top 3 processes by CPU
  • Floating, always-on-top dashboard
  • Transparent and minimal UI

πŸ“¦ Build Instructions (if you want to build it yourself)

Prerequisites

Make sure you have the following installed:

  • Node.js (recommended LTS version)
  • npm or yarn
  • Electron Builder (installed automatically through dependencies)
  • download this repo and unpack it

Open your terminal inside the repo directory.

1. Install Dependencies

npm install

2. Run the App in Development Mode

npm start

3. Build a Production Version

Create Platform-Specific Builds.

npm run build:win
npm run build:linux

Q&A

Q: Why use Electron?
A: Because it just works