An open API service indexing awesome lists of open source software.

https://github.com/aurbano/bignotify

Never miss a calendar notification again!
https://github.com/aurbano/bignotify

Last synced: about 10 hours ago
JSON representation

Never miss a calendar notification again!

Awesome Lists containing this project

README

          

# 🔔 BigNotify

Automatically monitors selected macOS calendars and displays big alert windows whenever you have a meeting

![GitHub release (latest by date)](https://img.shields.io/github/v/release/aurbano/bignotify)
![macOS](https://img.shields.io/badge/macOS-13.0+-blue)
![Swift](https://img.shields.io/badge/Swift-5.9-orange)

## When a meeting starts:
image

## App window and settings:
Screenshot 2025-09-29 at 14 06 40

## Installation

### Option 1: Download Latest Release (Recommended)

1. Download the latest `.zip` from [Releases](https://github.com/aurbano/bignotify/releases)
2. Extract and drag `BigNotify.app` to your Applications folder
3. Right-click and select "Open" on first launch (app is not notarized yet)

### Option 3: Build from Source

See [INSTALL.md](INSTALL.md) for detailed build instructions.

### Features in Detail

- **Click on Next Meeting**: Preview how the alert will look
- **Calendar Selection**: Choose specific calendars to monitor
- **Smart Filtering**: Option to skip meetings without location/URL
- **Auto-Refresh**: Calendar data updates every minute

## 🛠 Development

### Prerequisites

- macOS 13.0 (Ventura) or later
- Xcode 15.0 or later
- Swift 5.9+

### Building

```bash
# Clone the repository
git clone https://github.com/aurbano/bignotify.git
cd bignotify

# Build with Swift Package Manager
swift build

# Or build the app bundle
./build_app.sh
```