{"id":18702723,"url":"https://github.com/dcrousso/gchat","last_synced_at":"2026-04-09T12:04:38.433Z","repository":{"id":171781503,"uuid":"621104330","full_name":"dcrousso/GChat","owner":"dcrousso","description":"Unofficial Google Chat app","archived":false,"fork":false,"pushed_at":"2023-06-01T22:54:32.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T01:13:23.394Z","etag":null,"topics":["electron","google-chat","linux","macos","unofficial","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcrousso.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2023-03-30T02:05:29.000Z","updated_at":"2023-06-02T01:51:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"24f3f626-6e95-4919-9f0b-6368f0a81a33","html_url":"https://github.com/dcrousso/GChat","commit_stats":null,"previous_names":["dcrousso/gchat"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dcrousso/GChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcrousso","download_url":"https://codeload.github.com/dcrousso/GChat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009687,"owners_count":26084645,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["electron","google-chat","linux","macos","unofficial","windows"],"created_at":"2024-11-07T11:46:49.978Z","updated_at":"2025-10-12T01:13:23.753Z","avatar_url":"https://github.com/dcrousso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"assets/Icon.png\" width=\"40\" align=\"left\"\u003eGChat\n\n\u003e Unofficial Google Chat app\n\n## Download\n\n[Current Release](https://github.com/dcrousso/GChat/releases/latest)\n\n#### Linux Shortcut\n\nCreate a file in `~/.local/share/applications/` called `GChat.desktop` with the following contents:\n\n```\n[Desktop Entry]\nName=GChat\nExec=/path/to/GChat\nTerminal=false\nType=Application\nIcon=/path/to/GChat/resources/app/assets/Icon.png\n```\n\nReplace all instances of `/path/to` with the actual path of the GChat app.\n\n## Development\n\n\u003e Made with [Electron](http://electron.atom.io).\n\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eInit\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm install\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eRun\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm start\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild macOS\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build-darwin\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild Windows\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build-win32\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild Linux\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build-linux\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n## License\n\nMIT © [Devin Rousso](http://devinrousso.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Fgchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcrousso%2Fgchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Fgchat/lists"}