SkillAgentSearch skills...

Notchprompt

distraction-free teleprompter hidden in the macbook notch

Install / Use

/learn @saif0200/Notchprompt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Notchprompt

<p align="center"> <img src="assets/banner.png" alt="Notchprompt Banner" width="100%"> </p>

Native macOS notch-adjacent teleprompter for presentations and recordings.

Quick Demo

Demo assets below are placeholders. Replace with real captures before public launch.

<!-- ![Notchprompt hero screenshot](docs/media/hero.png) *Hero view of the overlay panel and settings workflow.* ![Notchprompt scrolling demo GIF](docs/media/notchprompt-demo.gif) *In-use scrolling demo with start/pause and speed adjustments.* -->

Features

  • Menu bar utility workflow (NP status item).
  • Notch-adjacent floating overlay with transport controls.
  • Start/pause, reset, and jump back 5 seconds.
  • Adjustable speed, font size, overlay width, and overlay height.
  • Optional countdown before scrolling starts.
  • Import/export plain text scripts.
  • Privacy mode (NSWindow.SharingType, best-effort/app-dependent).

Requirements

  • macOS version supported by the current deployment target in notchprompt.xcodeproj.
  • Apple Silicon or Intel Mac.

Install (Recommended)

  1. Open GitHub Releases: https://github.com/saif0200/notchprompt/releases
  2. Download the latest .dmg release asset.
  3. Open the DMG and drag notchprompt.app to Applications.
  4. Launch notchprompt.app.

Unsigned Build Note

This build is currently unsigned/unnotarized, so macOS may show security prompts.

If macOS shows:

  • Apple could not verify "notchprompt" is free of malware...
  • or "notchprompt" is damaged and can’t be opened

run:

xattr -cr /Applications/notchprompt.app
open /Applications/notchprompt.app

If it is still blocked:

  1. Open System Settings -> Privacy & Security.
  2. Click Open Anyway for notchprompt.
  3. Launch again.

Keyboard Shortcuts

| Shortcut | Action | | --- | --- | | ⌥⌘P | Start / Pause | | ⌥⌘R | Reset scroll | | ⌥⌘J | Jump back 5s | | ⌥⌘H | Toggle Privacy Mode | | ⌥⌘= | Increase speed | | ⌥⌘- | Decrease speed |

Build From Source

git clone https://github.com/saif0200/notchprompt.git
cd notchprompt
open notchprompt.xcodeproj

CLI build:

xcodebuild -project notchprompt.xcodeproj -scheme notchprompt -configuration Debug build

License

MIT. See LICENSE.

View on GitHub
GitHub Stars659
CategoryDevelopment
Updated8h ago
Forks67

Languages

Swift

Security Score

100/100

Audited on Apr 2, 2026

No findings