{"id":15007431,"url":"https://github.com/artrz/basecamp-linux","last_synced_at":"2025-08-21T15:33:08.439Z","repository":{"id":21571953,"uuid":"102312389","full_name":"artrz/basecamp-linux","owner":"artrz","description":"Unofficial Basecamp GNU/Linux desktop client","archived":false,"fork":false,"pushed_at":"2024-11-18T22:43:12.000Z","size":694,"stargazers_count":47,"open_issues_count":5,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T20:43:58.740Z","etag":null,"topics":["basecamp","basecamp-linux","linux-desktop","linux-desktop-client"],"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/artrz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2017-09-04T02:53:38.000Z","updated_at":"2025-04-28T11:27:04.000Z","dependencies_parsed_at":"2023-01-11T21:16:19.002Z","dependency_job_id":"a13bc218-9d69-40ff-b2f4-5434cc76aa21","html_url":"https://github.com/artrz/basecamp-linux","commit_stats":null,"previous_names":["arturorvr/basecamp-linux","artrz/basecamp-linux","arturock/basecamp-linux"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/artrz/basecamp-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artrz%2Fbasecamp-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artrz%2Fbasecamp-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artrz%2Fbasecamp-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artrz%2Fbasecamp-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artrz","download_url":"https://codeload.github.com/artrz/basecamp-linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artrz%2Fbasecamp-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271500361,"owners_count":24770375,"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-08-21T02:00:08.990Z","response_time":74,"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":["basecamp","basecamp-linux","linux-desktop","linux-desktop-client"],"created_at":"2024-09-24T19:09:53.001Z","updated_at":"2025-08-21T15:33:08.084Z","avatar_url":"https://github.com/artrz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/artrz/basecamp-linux/master/resources/basecamp-full-stacked.png\" width=\"466\" height=\"390\"\u003e\n\u003c/h1\u003e\n\n# Basecamp Desktop for Linux\n\nUnofficial [Basecamp](https://basecamp.com/) GNU/Linux desktop client built with [Electron](http://electron.atom.io/).\n\n## Features\n\n- Native notifications\n- Context menu on links\n- Basic UI settings\n- Tray icon\n  - Unread count badge\n  - Left click to show / hide app\n  - Right click for tray menu\n\nThe application menu is hidden by default, to show it press the `alt` key.\n\n## Privacy\n\nNo information is collected or tracked by the application, Electron however will save some data as with any webview. It is possible to purge that information with an in-app function: _menu -\u003e file -\u003e 'Clear data'_ will erase all stored information and cache (any open session will be lost).\n\n## Prerequisites\n\nAs any GNU/Linux Electron application `libappindicator1` is required for [tray icon](https://github.com/electron/electron/blob/master/docs/api/tray.md) and `libnotify` for [notifications](https://github.com/electron/electron/blob/master/docs/tutorial/notifications.md) but most likely they are already installed.\n\n## Installation\n\nDownload the [latest release](https://github.com/artrz/basecamp-linux/releases) and extract it on your Applications directory. Run the app by executing the `basecamp` file.\n\nOptionally copy the desktop file `basecamp-linux-*/resources/assets/basecamp.desktop` to your launchers dir (e.g. `~/.local/share/applications`). Note you'll need to configure it to point to the correct app location and select the icon color (white / black) depending on your desktop color scheme.\n\n## Manual build\n\nRequired tools:\n- Node ^19.0.0\n- Yarn ^3.0.0\n\nClone this repo, cd to the local copy and run\n```sh\nyarn install\n\nnpm run build\n```\n\nThat will create a `build/basecamp-linux-*` directory with the application.\n\n## Troubleshooting\n\nIf the app fails to open, execute it from a terminal to see any possible trace. If you're getting the error\n```\n[...] GPU process isn't usable. Goodbye.\n```\n\nYou may need to add the `--disable-gpu-sandbox` flag when running the app. If you're using the .desktop file just append the flag to the Exec command.\n\n## License\n\nCheck the [LICENSE](./LICENSE) file.\n\n## Disclosure\n\nThis application is not affiliated, authorized, endorsed by or in any way officially connected with Basecamp.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartrz%2Fbasecamp-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartrz%2Fbasecamp-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartrz%2Fbasecamp-linux/lists"}