{"id":13478426,"url":"https://github.com/kelyvin/Google-Messages-For-Desktop","last_synced_at":"2025-03-27T07:31:06.662Z","repository":{"id":42670406,"uuid":"138440710","full_name":"kelyvin/Google-Messages-For-Desktop","owner":"kelyvin","description":"A \"native-like\" OS X, Windows, \u0026 Linux desktop app for Google Messages","archived":false,"fork":false,"pushed_at":"2023-11-07T19:22:09.000Z","size":538348,"stargazers_count":376,"open_issues_count":40,"forks_count":50,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-22T13:07:49.296Z","etag":null,"topics":["android","android-messages","desktop","desktop-app","electron","google","linux","mac","macos","messages","nativefier","sms","windows"],"latest_commit_sha":null,"homepage":"https://www.messagesfordesktop.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelyvin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-23T23:43:40.000Z","updated_at":"2025-03-04T13:36:03.000Z","dependencies_parsed_at":"2023-02-18T09:01:12.158Z","dependency_job_id":"0d7d3208-43c5-4dbb-8a13-d420d323a3ab","html_url":"https://github.com/kelyvin/Google-Messages-For-Desktop","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelyvin%2FGoogle-Messages-For-Desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelyvin%2FGoogle-Messages-For-Desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelyvin%2FGoogle-Messages-For-Desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelyvin%2FGoogle-Messages-For-Desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelyvin","download_url":"https://codeload.github.com/kelyvin/Google-Messages-For-Desktop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245802402,"owners_count":20674657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-messages","desktop","desktop-app","electron","google","linux","mac","macos","messages","nativefier","sms","windows"],"created_at":"2024-07-31T16:01:56.838Z","updated_at":"2025-03-27T07:31:05.749Z","avatar_url":"https://github.com/kelyvin.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Google Messages for Desktop\n\n\u003e This project is currently in maintenance mode and no new features will be added. If you'd like to use a similar app with potential richer functionality, go check out [OrangeDragon's android-messages-desktop project](https://github.com/OrangeDrangon/android-messages-desktop)!\n\n![Google Messages Home Page](https://i.imgur.com/OVKBkNY.png)\n\nA \"native-like\" desktop app for [Google Messages](https://www.messagesfordesktop.com/). This desktop app is supported by both [Nativefier](https://github.com/jiahaog/nativefier) and [Electron](https://github.com/electron/electron) version `^1.7.6`.\n\n**The Mac, Windows, and Linux apps can be downloaded from the [latest release](https://github.com/kelyvin/Google-Messages-For-Desktop/releases).**\n\n## Purpose\nThe purpose of this project is to build dedicated native-like desktop apps for Google Messages and leverage your OS's built in notification system.\n\nThis desktop app and project is not an official product of Google and I am not affiliated with Google in any way.\n\n## Rebuilding the app\nI have provided utility scripts through the `package.json` to automatically regenerate the app. Requires `nodejs v12+` and `npm v6+`\n\n### Quick Commands\n- `npm run mac` | Rebuild the mac app\n- `npm run windows` | Rebuild the windows app\n- `npm run windows:tray` | Rebuild the windows app w/ tray icon support\n- `npm run linux` | Rebuild the linux app\n\n## Windows\n\n### Notifications\nTo receive notifications on Windows, you'll need to do the following:\n\n1. Add a shortcut of this app to the Start Menu folder\n2. In the \"Windows Settings\" app, check if the setting for \"Show notifications in action center\" is on (It might be off by default)\n\n### Release Versions\nIncluded in the Windows releases are two installation types for Google Messages.\n\n1. Google Messages - when you close the app, it will completely end the process and stop running in the background\n2. Google Messages with Tray - when you close the app, it will still exist in the system tray and run in the background\n\n### For developers\nThese instructions were the result of an active issue with electron + Windows 8/10 and is resolved by setting `app.setAppUserModelId(process.execPath)` within `resources/app/lib/main.js` during electron initialization:\n\nExample:\n\n```javascript\nconst {app, shell} = electron;\n\napp.setAppUserModelId(process.execPath);  // Include this line\n\nfunction getFilenameFromMime(name, mime) {\n  const exts = extName.mime(mime);\n  ...\n```\n\n## Ubuntu Shortcut\nSubmitted by user [FlorentLM](https://github.com/kelyvin/Android-Messages-For-Desktop/issues/8), to create a shortcut for the Ubuntu launcher, please do the following:\n\n1. Create and open the shortcut file\n```bash\nnano ~/.local/share/applications/Android-Messages.desktop\n```\n\n2. Copy and paste the following entry inside the file:\n\n```ini\n[Desktop Entry]\nVersion=1.0.0\nName=Google Messages\nComment=Send and recieve messages from your Android Phone\nKeywords=Message;Messaging;Android;SMS\nExec=/path/to/installfolder/GoogleMessages\nIcon=/path/to/installfolder/resources/app/icon.png\nTerminal=false\nType=Application\nCategories=Internet;Application;\nStartupWMClass=android-messages-nativefier-f3cfa3\n```\n\nBe sure to replace /path/to/installfolder/ with your actual installation folder and Android Messages should appear along your other native apps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelyvin%2FGoogle-Messages-For-Desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelyvin%2FGoogle-Messages-For-Desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelyvin%2FGoogle-Messages-For-Desktop/lists"}