Skip to content

Releases: BiSemaphore/notchify

v0.2.0

Choose a tag to compare

@shahid-io shahid-io released this 24 Jun 19:01
356b3e8

A developer toolbox that drops down from the camera notch on hover. Everything runs on your machine.

Added

  • Clipboard search + configurable history limit (50 / 100 / 500 / ∞) + opt-in "Remember history across restarts" (off by default) + Clear history.
  • Format tab — pretty-print/minify JSON, Base64 encode/decode, and URL encode/decode (component encoding, like encodeURIComponent). Plain-text editor (no smart-quote substitution).
  • Global shortcut — ⌥⌘N toggles the panel (no Accessibility permission needed), with an enable toggle + recorder in Settings.
  • Dark mode — follows the system appearance on launch and live, with a reversed Binary Semaphore wordmark for dark backgrounds.

Fixed

  • Pointing-hand cursor now reliably appears over every clickable control.

Install

Download notchify-0.2.0.zip, unzip, and drag notchify.app into /Applications, then hover your notch.

Not yet signed with an Apple Developer ID. On first launch macOS may say it "cannot be checked for malicious software" — right-click the app and choose Open, then Open again. Signing + notarization are planned.

Full changelog: https://github.com/BiSemaphore/notchify/blob/main/CHANGELOG.md

notchify 0.1.0

Choose a tag to compare

@shahid-io shahid-io released this 23 Jun 12:39

First public release. A developer toolbox that drops down from your Mac's camera notch on hover.

Features

  • Shelf — drag files onto the notch to stash them, then drag them back out into any app (Finder, Mail, Slack, WhatsApp, VS Code). Reveal in Finder, remove, or clear.
  • Clipboard — recent copies, auto-sorted by type with filters for Links, Colors, Code, and Text. Click to copy back.
  • Tools — screen color picker (copy hex), generators (UUID, ISO timestamp, Unix epoch, random hex, lorem), and port peek (see what's on a port and kill it).
  • Camera — optional front-camera mirror, opt-in.
  • Settings — toggle each tab, launch at login, tune hover behavior.

No dock or menu bar icon. Everything runs on your machine.

Install

Download notchify-0.1.0.zip, unzip, and drag notchify.app into /Applications. Hover your notch to find it.

This build is not yet signed/notarized. On first launch macOS may warn that it "cannot be checked for malicious software." Right-click the app and choose Open, then Open again. Signed builds are planned.

Requires macOS 14 (Sonoma) or later.

See the CHANGELOG.