• Stars
    star
    828
  • Rank 54,678 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ“ฎ Nifty Gmail desktop app for macOS, Linux & Windows

Gmail Desktop

Nifty Gmail desktop app for macOS, Linux & Windows

Highlights

Installation

We are currently testing v3.0.0-alpha which includes the long-awaited support for multi-accounts! Read more here.

macOS 10.13+, Linux and Windows 8+ are supported (64-bit only).

macOS

Download the latest .dmg file.

Or with Homebrew Cask: brew install timche-gmail-desktop

Linux

Download the latest .AppImage or .deb file.

Windows

Download the latest .exe file.

Features

Dark Mode

While Gmail offers a dark theme, it's unfortunately not a dark mode, so areas such as compose and emails remain untouched and keep their light appearance. Gmail Desktop comes with dark mode (powered by Dark Reader) and makes composing and reading emails easy on the eye as well. You can configure dark mode in the Settings โ†’ Dark Mode menu.

Note: It's recommended to set the Gmail theme to "Default" in order for dark mode to work properly.

Appearance Customizations

Gmail Desktop provides few appearance customizations to simplify the default Gmail layout and remove some clutter. These customizations are enabled by default and configurable in the Settings โ†’ Appearance menu.

  • Compact Header: Makes the Gmail header more compact to provide a more native feel.
  • Hide Support: Hides the support button in the header.
  • Hide Footer: Hides footer (storage used, terms links, etc.).


Custom Styles

If you wish to add your own styles, click the menu item Settings โ†’ Appearance โ†’ Custom Styles to open the app custom CSS file in your default editor.

Confirm Email Links Before Opening to Prevent Phishing

Confirm email links can be disabled at Settings โ†’ Confirm External Links before Opening.

Clean Email Links from Google

Some Email links in Gmail are prepended with https://google.com/url?q=<actual_url>, which is somtimes not visible to the user. We believe it does some sort of analytics or tracking, so not necesary. Gmail Desktop automatically cleans links from this, so the actual URL will be directly opened in your default browser.

Menu Bar Mode (macOS)

You can enable the menu bar mode with Settings โ†’ Show Menu Bar Icon and remove Gmail Desktop from the dock with Hide Dock Icon in the menu bar icon menu.

Troubleshooting

I can't sign in: This browser or app may not be secure

Read more

In December 2019 Google has decided to block unsupported user agents, such as Electron, from signing in to Google accounts for security reasons (related issue: #174). This only affects some users, but not all.

We doubt this will ever change, so we are required to override the Electron default user agent with a supported user agent in order to sign in successfully.

Gmail Desktop offers to attempt to automatically fix the user agent when the issue above occurs:

Clicking on Yes will set a custom user agent (based on Firefox) in the app config and Gmail Desktop will be restarted.

In case the custom user agent isn't working anymore, you'll be offered to let Gmail Desktop to attempt to fix it again or trigger it manually at Settings โ†’ Advanced โ†’ User Agent โ†’ Attempt User Agent Fix.

If the automatic user agent fix isn't working at all or you want to set your own custom user agent, you are able to do that at Settings โ†’ Advanced โ†’ User Agent โ†’ Set Custom User Agent, which opens the app config in your editor.

In the app config, edit the customUserAgent value with an user agent from e.g. https://www.whatismybrowser.com/guides/the-latest-user-agent.

Example:

{
  "customUserAgent": "Some User Agent"
}

Save the config, restart Gmail Desktop and sign in again.

Developing

Built with Electron.

Install

yarn install

Run

yarn start

Build

# Compile TypeScript files
yarn compile

# Build app for all targets
yarn build

# Or build app for specific target
yarn build:<macos|linux|windows>

The build output can be found in the dist/ folder.

Maintainers

Contributors

Thanks goes to these wonderful people (emoji key):


Ramin Banihashemi

๐Ÿ’ป ๐Ÿค”

Callum Loh

๐Ÿ’ป

herrevilkitten

๐Ÿ’ป

Zilin Zhu

๐Ÿ’ป

Ciprian Dorin Craciun

๐Ÿค”

Cyrus Frost

๐Ÿ’ป ๐Ÿšง

Zhipeng Zhang

๐Ÿ’ป

Jรฉrรดme Lemaire

๐Ÿ’ป

Wei Chen

๐Ÿ“ฆ

Donal Cahill

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

Disclaimer

Gmail Desktop is a third-party app and not affiliated with Google.

More Repositories

1

docker-csgo

Counter-Strike: Global Offensive (CS:GO) Dedicated Server with automated/manual updating and optional SourceMod and PugSetup/PracticeMode integrations
Shell
192
star
2

postcss-german-stylesheets

๐Ÿ‡ฉ๐Ÿ‡ช PostCSS plugin for writing German Style Sheets
JavaScript
57
star
3

csgo-server-configs

CS:GO Server Configs for Competitive 5v5, Knife Round, Aim Map and FFA Deathmatch
33
star
4

hackintosh-opencore-z390-aorus-pro-wifi

Personal Hackintosh (OpenCore) configuration for Gigabyte Z390 Aorus Pro WiFi, Intel Core i7-9700K & Intel UHD Graphics 630
Shell
30
star
5

docker-csgo-updater

Automatically update Counter-Strike: Global Offensive (CS:GO) Dedicated Servers running in timche/csgo image containers
TypeScript
7
star
6

dotfiles

๐Ÿ“ My personal dotfiles to setup my macOS machine
Shell
5
star
7

steam-chat

Steam Chat desktop app
TypeScript
4
star
8

readmore-flat-theme

[DEPRECATED] A Flat Theme for the German eSports website readmore.de
CSS
3
star
9

talk-prettier-and-friends

Slides and examples from my talk at HannoverJS in November 2017
3
star
10

eslint-config-jest-files

ESLint shareable config for Jest with global variables in test files
JavaScript
2
star
11

eslint-config-unicorn-camelcase

ESLint shareable config for unicorn with camelCase filename
JavaScript
2
star
12

talk-what-is-react

Slides from my Talk at HannoverJS in July 2016
JavaScript
1
star
13

splill

1
star
14

eslint-config-timche

๐Ÿ“ My personal ESLint configuration
JavaScript
1
star
15

talk-unit-testing-ava-jest

Slides and examples from my talk at HannoverJS in April 2018
JavaScript
1
star