Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukassr/keep-desktop
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
https://github.com/lukassr/keep-desktop
black dark dark-mode desktop dmg electron exe google google-keep keep linux macos mojave note notes notes-app theme web-app web-application windows
Last synced: 13 days ago
JSON representation
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
- Host: GitHub
- URL: https://github.com/lukassr/keep-desktop
- Owner: lukassr
- Created: 2019-02-06T20:59:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:28:29.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:37:09.983Z (3 months ago)
- Topics: black, dark, dark-mode, desktop, dmg, electron, exe, google, google-keep, keep, linux, macos, mojave, note, notes, notes-app, theme, web-app, web-application, windows
- Language: CSS
- Homepage:
- Size: 2.67 MB
- Stars: 45
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep Desktop: Google Keep Destkop App
[Google Keep](https://keep.google.com "Google Keep") Desktop application for Windows, Mac and Linux. Packaged with [Electron](https://electronjs.org/ "Electron").***Last Update 26/12/2019***
![Keep Desktop](https://github.com/lukassr/keep-desktop/blob/master/media/screenshot.png)
## Release Downloads (v0.3.1)
[Download for macOS](https://github.com/lukassr/keep-desktop/releases/download/v0.3.1/Keep.Desktop-0.3.1.dmg)[Download for Windows](https://github.com/lukassr/keep-desktop/releases/download/v0.3.1/Keep.Desktop.Setup.0.3.1.exe)
*(Windows Defender will show a protection message. This is because the exe is not signed, nothing else. Just click in more info and install it)*[Download for Linux](https://github.com/lukassr/keep-desktop/releases/download/v0.3.1/keepdesktop_0.3.1_amd64.deb)
# References
- [Keep Desktop]( https://github.com/andrepolischuk/keep) by [andrepolischuck](https://github.com/andrepolischuk/)
## Requirements
- npm## Instructions
### Running the code for contributions:
```
npm install
npm start
```
### or if you want to build the app:
```
npm run dist:
```
Where `` can be `mac`, `win` or `linux`.## Update log
### 26/12
- Upgrade version of electron-builder 20.29.0 -> 22.2.0### 18/10
- Ignore dark.css, as Google implemented native dark mode
- Change name from Keep Dark to Keep Desktop### 15/04
- Fix search bar color
- Fix min width for better experience in shared fullscreen mode### 20/03
- Update CSS after Google change some names of the Keep Frontend## See also
- [Google Calendar Dark Desktop](https://github.com/lukassr/gcalendar-dark-desktop)