messenger_desktop

Unofficial Messenger Desktop Mac App

Stars
8

Messenger Desktop Mac App

Unofficial Messenger Mac Desktop App

Download the app

Link: Messenger.dmg

Why this repo

Although you can open Messenger on the browser. It is more convenient that it is an app, so it can stay on the dock and open it easily. Beside, as an app rather than a thread of the browser, it uses less resources.

Run

git clone https://github.com/tigercosmos/messenger_desktop.git
cd messenger_desktop
npm install && npm run

Build

npm run build

and the app is at /dist.

or follow the guide on electron to build the app.