Bark Sender

The Browser Extension

Push content from your browser to your iPhone via BarkBark

What is Bark Sender?

Bark Sender is an open-source browser extension that allows browsers to push content to iPhones with Bark App installed.

No login required, based on APNs push service, secure and reliable.

Push Flow Chart

Browser Extension
Sender
Bark Server
Push Server
APNs
Apple Push Service
iPhone
Receiver (Bark App)

Click on components in the flow chart to learn about each part's functionality

Tutorial

▶ Watch complete video on YouTube

Or follow the steps below for quick start

Install Bark App on iOS device
and enable notification permissions

Download on the App Store

About Bark

Simply call HTTP interface to send push notifications to your iPhone.

Bark supports many advanced iOS push features, such as custom icons, notification grouping, custom ringtones, persistent ringing, important alerts, encrypted push, etc.

Bark does not consume device battery, its core functions are based on system push service and push extensions, the APP itself does not need to run.

Bark can very reliably protect your privacy and security.

Bark supports self-deploying server, can be deployed via Docker, Serverless or Cloudflare Worker, bark-server supports most operating systems, you can also run it manually.

APP is compiled and uploaded through Github Action, ensuring the APP version you use is compiled from open source code, without any modification by anyone (including the author).

Bark supports end-to-end push encryption with custom keys, ensuring push content cannot be obtained or leaked by Bark server and Apple APNs server during transmission.

Bark 's locally saved notification message history is also very secure.

Through NotificationServiceExtension, push information is saved locally when push is received, without going through any other devices.

FAQ

For other issues, please submit an issue on GitHub