Run WathsApp Web right from the Taskbar(Win) or from the Menubar(macOS).
-
Install depencencies:
npm i
-
Run:
npm start
const electron = require('electron');
const mb = require('menubar');
var config = {
index: "https://web.whatsapp.com/",
tooltip: "WhatsBar",
icon: __dirname + "/icon.png",
width: 760,
height: 540
}
var menubar = mb(config);
-
Windows: https://github.com/JorgeCoke/WhatsBar/releases/download/v1.0/WhatsBar-win32-ia32.zip
-
macOS: https://github.com/JorgeCoke/WhatsBar/releases/download/v1.0/WhatsBar-darwin-x64.zip