alexkim205 / G-Desktop-Suite

Google Suite as a desktop app. Made possible with Electron.
MIT License
1.62k stars 97 forks source link
desktop electron google-drive google-suite linux macos windows

splash

If you like what you see, consider buying me a cup of coffee ☕.

GitHub stars GitHub forks

Maintainers Wanted GitHub Workflow Status GitHub package.json dependency version (dev dep on branch) David GitHub last commit GitHub issues

GitHub All Releases Platforms GitHub


[04/16/2021]

Thank you everyone who gave this app a shot, it's been a great learning opportunity for me!

Unfortunately, I won't be able to continue maintaining G-Desktop-Suite due to time constraints. However, this repository is open to new lead maintainers! If you're interested, shoot me an email at alexgkim205@gmail.com.


Have you ever wished you had a no-frills, word-processing desktop app dedicated to just Google Drive? Annoyed at having to click the Go to My Drive button everytime you visit https://drive.google.com? Want a Microsoft Word-esque experience for your Google Drive? Or simply looking to separate Google Drive from the other bajillion tabs that you opened for your research paper? Look no further!

G Desktop Suite is a desktop wrapper for Google Drive built with ElectronJS. Give it a try, and if you like what you see, share it with your friends!

demo

🌙 Dark Mode is here!

As of v.conscious-club/0.2.0, the app will automatically adjust to your OS's dark mode settings.

darkmodedemo

📀 Installation

Release page

Download the latest releases for Windows, Linux, or MacOS.

For MacOS/Linux users with Homebrew

This method is highly recommended for users who want the latest release without the hassle of downloading the executable each time. Learn more about how to get homebrew and homebrew-cask.

The following script will install G Desktop Suite.app into your Applications/ folder.

brew cask install g-desktop-suite

Run brew cask upgrade to get the latest version of the app.

For Arch Linux and related distributions

Install the AUR package g-desktop-suite-git. Below is an example with yay, but any AUR manager will work.

yay -S g-desktop-suite-git

🎶 Versions

Version names inspired by Vulfpeck songs. They're a great band, check them out here.

📸 Action Shots

two-window

dark-shot

✏️ Development

To build the app locally, clone the repository, install all dependencies, and run the available npm scripts.

git clone https://github.com/alexkim205/G-Desktop-Suite.git
cd G-Desktop-Suite
yarn install
$ yarn run
yarn run v1.22.4
   - build
      electron-builder -mwl -p never
   - build-cask
      ./Casks/update.sh $npm_package_version
   - clean
      concurrently "prettier './**/*.js' --write" "eslint ./**/*.js --fix"
   - clean-check
      concurrently "prettier './**/*.js' --list-different" "eslint ./**/*.js"
   - deploy
      electron-builder -mwl -p onTagOrDraft
   - deploy-cask
      cask-repair g-desktop-suite -v $npm_package_version -b
   - dev
      cross-env NODE_ENV=development electron .
   - pack
      electron-builder --dir && yarn update-cask
   - start
      electron .

To build production ready applications for macos (dmg), windows (exe), and linux (sh), run yarn build.

🛎️ Have suggestions? Feel free to create an issue or make a pull request.

🤝 Want to contribute? Check out the TODO.md!

Dependencies

Dev Dependencies

📜 MIT License

Disclaimer: Not affiliated with Google.