Unofficial Basecamp GNU/Linux desktop client built with Electron.
- Native notifications
- Context menu on links
- Basic UI settings
- Tray icon
- Unread count badge
- Left click to show / hide app
- Right click for tray menu
The application menu is hidden by default, to show it press the alt
key.
No 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 -> file -> 'Clear data' will erase all stored information and cache (any open session will be lost).
As any GNU/Linux Electron application libappindicator1
is required for tray icon and libnotify
for notifications but most likely they are already installed.
Download the latest release.
Required tools:
- Node
- Npm
- Yarn
Clone this repo, cd to the local copy and run
npm run build:64
# or npm run build:32
That will create a dist/basecamp-linux-*
directory with the application.
Check the LICENSE file.
- 0.1.0
- First release
This application is not affiliated, authorized, endorsed by or in any way officially connected with Basecamp.