google_translate_desktop

Unofficial Google Translate Desktop Mac App

Stars
15

Google Translate Desktop

Unofficial Google Translate Mac Desktop App

Download the app

Link: Google Translate.dmg

Why this repo

Although you can open Google translate 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/google_translate_desktop.git
cd google_translate_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.