• Stars
    star
    507
  • Rank 87,068 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The missing Desktop application for Pushbullet.

PB for Desktop travis appveyor npm

PB for Desktop is a lightweight open-source Desktop app for PushBullet.
Receive native push notifications on macOS, Windows and Linux.



Not affiliated with PushBullet, Inc.


Pushbullet for Desktop, macOS
macOS

Pushbullet for Desktop on Windows
Windows

Pushbullet for Desktop, Linux
Linux


Cross Platform

Tested on:

  • macOS Mojave 10.14.6 (18G1012)
  • Windows 10 1607, 1703, 1709, 1803
  • Linux Ubuntu 19, elementaryOS 0.4

Unobtrusive

Runs as a Menubar (macOS) or a SysTray (Windows) app. Small resource footprint.

Native Notifications

Uses macOS' Notification Center, the Windows 10 Action Center and libnotify for Linux.

Notification Thumbnails

For text-based pushes, notification thumbnails are generated on-the-fly based on a the originating Websites' favicon. For pushes containing image content, a thumbnail-sized image is shown within the notification.

Custom Sound Effects

Use the default PushBullet sound or one of your choice. Ships multiple sound effect sets: Android, iOS, Tesla Motors, Slack, Nintendo, Windows, macOS Or use your own custom sound (supported formats: .m4a, .mp3, .mp4, .ogg and .wav)

Notification Filter

A portable, file-based filter allows you to skip notifications you don't need. Supports regular expressions.

Simple Setup

No wrestling with API-Keys or other technical knowledge required. Login to Pushbullet using Google or Facebook.

SMS Feature Status: Alpha

Send & receive SMS to Android devices.

Inline SMS Message Reply Feature Status: Alpha

Reply to SMS messages directly within native Desktop notifications (macOS).

Channel Images for IFTTT and Zapier

Channel-specific (e.g. IFTTT, Zapier, Chat) icon images for most notifications.

Notification Mirroring

Mirror Android notifications (Android).

Direct Pushes to Desktop

Adds a PB for Desktop PushBullet device for sending pushes to your desktop.

Developer Friendly

Ships multiple NodeJS-driven command scripts for Developers, as code contributions are welcome.

Contents

  1. Installation
  2. Development
  3. Building
  4. Roadmap
  5. Contribute
  6. Author

Installation

Standard Installation

Grab the latest version here: Download Pushbullet for Desktop

Installation as global nodejs module

npm install --global pb-for-desktop

Development

Getting the Sourcecode

To clone the Git repository and install the required dependencies, run these Shell commands:

git clone https://github.com/sidneys/pb-for-desktop.git
cd pb-for-desktop
npm install

Developer Commands

The following npm scripts are available for development purposes:

start

Runs the app in development mode.

npm run start

Parameters:

  • --debug Start with development tools

localsetup

Installs the app in the System app folder and starts it.

npm run localsetup

Parameters:

  • --build Rebuilds app before installation
  • --preview Build "Preview" app
  • --debug Start with enabled development tools

build

Builds the application and creates platform-specific installation packages (see requirements). If no parameter is supplied, the current platform is built. Supports building a Beta application version, which is running side-by-side with the regular version.

npm run build

Parameters:

  • --macos Build & Package for macOS
  • --windows Build & Package for Windows
  • --linux Build & Package for Linux
  • --preview Build "Preview" app

Building

Build the App for the current Platform

See the build Developer command.

Multi-Platform Builds

  • Only macOS can build all other platforms and requires Homebrew to install the prerequisite software.
  • Building Windows (on macOS, Linux) requires wine, mono
  • Building Linux (on macOS, Windows) requires fakeroot, dpkg

Build-for-Windows Preparation on macOS

brew install wine mono

Build-for-Linux Preparation on macOS

brew install fakeroot dpkg

Build-for-Windows Preparation on Linux

apt-get install wine mono gcc-multilib g++-multilib

Roadmap

  • Binaries signed for Distribution (macOS, Windows)
  • End-To-End Tests (see Spectron)

Contribute Contributions Wanted

Read the contribution documentation first.

License

MIT

Author

sidneys 2019

More Repositories

1

desktop-dimmer

Enable darker-than-dark dimming for internal and external screens.
JavaScript
374
star
2

ffmpeg-progressbar-cli

A colored progress bar for FFmpeg.
JavaScript
206
star
3

electron-titlebar-windows

Adds the Windows 10 ModernUI (Metro)-style titlebars to any Electron-based desktop app.
JavaScript
141
star
4

live-wallpaper-ecorp

Animated Wallpaper featuring the E-Corp company logo from Mr. Robot.
JavaScript
36
star
5

homebrew-homebrew

sidneys.github.io Homebrew Tap
Ruby
23
star
6

youtube-playlist-player

Watch and edit YouTube playlists on the desktop.
CSS
17
star
7

cordova-plugin-progressview

Cordova+PhoneGap Extension for displaying a native determinate progress dialog.
Objective-C
7
star
8

xml-to-srt-cli

Convert XML subtitles (EBU-TT format) from online broadcasting platforms like MediathekView (Germany) or the BBC (UK) into SRT (SubRip) subtitles.
JavaScript
6
star
9

quicklook-thumbnail

Use NodeJS to generate thumbnail images for all QuickLook-enabled filetypes (e.g. .mp4 videos, iMessage transcripts, text files) on Apple OSX.
JavaScript
6
star
10

open-with-iina

Discover & open web-based media inside macOS' IINA media player
JavaScript
5
star
11

cordova-autocrosswalk

Shell / Bash script to auto-convert Cordova 3.6 projects to Cordova Crosswalk.
Shell
4
star
12

notificationcenter-settings-macos

Exposes a streamlined interface to the Notification Center settings for macOS applications.
JavaScript
3
star
13

specialkey-emulator

Emulate special keys (e.g. brightness, play/pause, increase volume) by emitting low-level global keyboard events - using NodeJS.
JavaScript
3
star
14

specialkey-emulator-cli

Emulate special keys from the command line.
JavaScript
2
star
15

macos-accessibility-keyboard

The missing interface for the hidden native virtual on-screen keyboard on macOS.
JavaScript
2
star
16

npm-check-global-updates

Find newer versions of global npm packages
JavaScript
2
star