finb/bark

Bark is an iOS App which allows you to push custom notifications to your iPhone

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 7th, 2018
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 699
Total Stargazers: 9,038 (+0)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.8 hours
Mean response time: 153.9 days
90th percentile: 680.0 days
Tracked items: 139

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 19% of issues opened in the past year have been closed. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 492 days
Stale 30+ days: 2
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • in progress (11)
  • bug (1)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Bark is an iOS app that enables users to send custom push notifications to their iPhone through a simple HTTP API.

Bark solves the problem of needing a flexible, user-controlled push notification system without relying on third-party services or draining device battery. It leverages Apple's APNs infrastructure to deliver notifications efficiently. Users copy a unique URL from the app, then send HTTP requests with custom parameters to trigger notifications on their device. The tool supports advanced iOS notification features including grouping, custom icons and sounds, time-sensitive notifications, and critical alerts. For privacy-conscious users, Bark offers encrypted push notifications and the ability to self-host the server infrastructure.

Bark suits developers and power users who want direct control over their notifications without intermediaries, or anyone seeking a private alternative to commercial notification services. The tool is particularly valuable for those building automation workflows, monitoring systems, or integrations that need to alert an iPhone. Its straightforward API design makes it accessible for simple use cases while supporting sophisticated notification customization for complex scenarios.

The project maintains active engagement with its community through a Telegram channel for feedback. Development activity shows consistent refinement of core functionality, with the codebase demonstrating architectural discipline through its use of MVVM patterns and reactive programming frameworks including RxSwift and RxCocoa. The tool has accumulated a substantial ecosystem of third-party integrations and extensions across multiple platforms and languages, indicating sustained interest from developers building on top of the core notification delivery system.