Crest logo

Crest

System stats and translation on your Mac's notch

2026-06-29

Product Introduction

  1. Definition: Crest is a native macOS utility application specifically engineered to transform the physical display notch on modern MacBook Pro (2021+) and MacBook Air (2022+) models into an interactive, glanceable system hub. It operates as a persistent but invisible menu bar extension that activates on hover, providing on-demand access to a suite of system tools and productivity modules. Technically, it is a lightweight, notarized macOS application leveraging system-level APIs for audio control, hardware monitoring, accessibility features, and inter-process communication.

  2. Core Value Proposition: Crest exists to optimize the unused screen real estate created by the MacBook notch, converting a passive black bar into a functional, high-density user interface. Its primary purpose is to reduce context switching by centralizing critical workflows—media control, system monitoring, calendar management, task tracking, and quick AI interactions—into a single, low-distraction access point. The core value proposition is reclaiming productivity and glanceability without sacrificing system performance or battery life, offering both a perpetual free tier and a one-time purchase Pro unlock for advanced functionality.

Main Features

  1. Free Now Playing Module: A system-wide media control hub that displays album art, a track scrubber, synchronized lyrics, and an audio output device picker. How it works: Crest hooks into the macOS MPNowPlayingInfoCenter and MRMediaRemote frameworks to capture playback information from any compatible application (Music, Spotify, Safari, Chrome, etc.). It dynamically updates the UI via Core Animation and includes a resilient fallback mechanism that maintains functionality when Apple's media services are temporarily restricted by system policies. The module also exposes a volume control slider derived from the default system output device.

  2. Free Dashboard & Shelf: The Dashboard provides a customizable home screen of glanceable widgets, supporting up to two distinct profiles (Work / Personal) for context-specific information display. How it works: Under the hood, it utilizes a widget container built with SwiftUI that loads lightweight, modular views. The Shelf is a persistent drop zone for file management. How it works: It registers as an image/dragging destination via the NSDraggingDestination protocol, allowing users to drag files in from Finder, temporarily store them, and drag them out to other applications, initiate AirDrop transfers, or save all items to a designated folder with a single click.

  3. Pro System Monitor: A real-time hardware performance dashboard displaying CPU load, RAM utilization, disk space usage, live network throughput (upload/download speed), and battery status. How it works: It reads from the host_statistics, vm_statistics, and proc_list families of system calls on Darwin (XNU kernel) to gather CPU and memory data. Disk I/O is polled from the IOKit framework, and network throughput is calculated by sampling data from sysctl interfaces (net.inet.tcp.stats). All data collection is suspended when the Mac enters sleep or the display is off to minimize CPU wake-ups.

  4. Pro Translation Module: Provides instant text translation with a choice of backend. How it works: By default, it uses an online service (no API key required) hosted outside the user's Mac for speed and accuracy. For users prioritizing privacy, it can be configured to run entirely on-device using Apple's Natural Language framework (NLLanguageRecognizer, NLLanguageTranslator), ensuring zero network egress. The module supports live clipboard monitoring, automatically translating copied text.

  5. Pro Quick AI Module: Offers one-tap AI actions on any selected text, including summarization, grammar correction, rewriting, and style adjustments. How it works: It integrates via a local HTTP proxy to any user-specified Large Language Model (LLM) endpoint, allowing the user to connect to their own model (e.g., via Ollama, LM Studio, or a commercial API). The module sends the selected text along with a system prompt specifying the desired action (e.g., "Summarize this text"). It does not interact with any proprietary Crest servers.

Problems Solved

  1. Pain Point: Idle Screen Real Estate & Context Switching. The MacBook notch is a static, unused space that fragments the user interface. To control music, check system stats, or view a calendar, users must switch to separate apps, use Mission Control, or click into the menu bar. Problem-related keywords: "MacBook notch utility", "productivity interruption", "menu bar clutter", "reduce app switching".

  2. Target Audience:

    • Creative Professionals & Developers: Need immediate access to system resource monitors (CPU/RAM) during rendering or compilation, plus media controls without leaving a full-screen IDE or design app. They benefit from the Pro Code Hosting (GitHub PRs) and AI Coding (Claude Code/Cursor) modules.
    • Productivity Users & Knowledge Workers: Require a glanceable calendar, day progress timeline, task list (Todo), and Pomodoro timer to manage deep work sessions. They value the on-device Translation and Quick AI for email and document editing.
    • Privacy-Conscious Users: Seek a system utility that explicitly does not upload screen time, translation data, or usage history to external servers. The on-device translation and no-account architecture are critical for this persona.
  3. Use Cases:

    • During a Presentation or Full-Screen Video: A user hovers over the notch to skip a track, adjust volume, or check battery via the Now Playing or Dashboard widgets without exiting the full-screen app, as Crest correctly hides on external displays and passes clicks through to the menu bar.
    • Debugging Performance Issues: A developer uses the System Monitor Pro module to observe live network throughput and CPU load while running a load test, all within a few pixels of the top of the screen.
    • Managing a Workflow: A user drags a PDF to the Shelf, writes a quick note with Markdown, activates a 25-minute Pomodoro on a specific task, and uses Quick AI to rephrase a paragraph—all without opening a new window or tab.

Unique Advantages

  1. Differentiation vs. Competitors (iNotch, NotchNook, Bartender): Crest's primary differentiation is its aggressive battery and performance efficiency. Many competing notch apps use constant GPU-based animations that are "infamous for draining battery." Crest implements a distinct power management strategy: it pauses all animations and UI updates when the system is on battery power or in Low Power Mode. It also suspends its background hardware monitors (CPU/network polling) entirely when the Mac enters sleep mode. It is a "proper, notarized Mac app" that avoids scary Gatekeeper warnings and "rogue notch" issues on external monitors.

  2. Key Innovation: Adaptive Power Management & Suspension Architecture. The core technical innovation is Crest's ability to "survive sleep" without freezing. It uses a custom suspension lifecycle that hooks into NSWorkspaceWillSleepNotification and NSWorkspaceDidWakeNotification to cleanly de-register its UI layer and data collection threads. This prevents the "notch froze overnight, had to force-quit" complaint. Additionally, its pricing model (one-time $19.99 with free updates) is a direct competitive advantage against subscription-based system utilities, and it explicitly promises off-line verification and no account creation.

Frequently Asked Questions (FAQ)

  1. Does Crest work on MacBooks without a notch or external displays? Yes. While Crest is designed primarily for the hardware notch on MacBook Pro (2021+) and MacBook Air (2022+), it intelligently adapts to any Mac running macOS 14 Sonoma or later. On computers without a notch or on external monitors, it renders a clean, compact "floating pill" that functions identically to the notch-based area. The app is universal for Apple Silicon and Intel processors.

  2. How does Crest manage battery life and system performance compared to other notch apps? Crest is built to be exceptionally light on system resources. To prevent battery drain, it pauses all UI animations and visual effects when the Mac is on battery power or in Low Power Mode. Its hardware monitoring threads are only active when the Mac is awake and the display is on; they are fully suspended during sleep. The app remains "pixel-invisible" (no CPU or GPU draw) when not hovered over.

  3. Is my data private? Does Crest upload my screen time or translation data? Your data is completely private and remains on your local Mac. Crest has no servers, no user accounts, and no background analytics. The Screen Time module reads on-device app usage data from the CoreDuet framework locally and never transmits it. The Translation module offers a fully on-device mode using Apple's Natural Language framework, ensuring no text leaves your machine. No cloud or third-party APIs are required for core functionality.

  4. Is Crest a subscription? What happens to my Pro license if I get a new Mac? Crest is a one-time purchase, not a subscription. The $19.99 price for Crest Pro includes every future update for free. Your license key is activated once online (it binds to your Mac) and then works offline forever. You can use a single Pro license on up to two Macs simultaneously. If you get a new computer, you can deactivate the license from the old machine and activate it on the new one via the in-app settings.

  5. Can I use Crest's Pro features without paying? What is included in the free version? Yes, the free version ("Free $0 Forever") is fully functional and does not expire. It includes four core modules: Now Playing (album art, scrubber, lyrics), the Dashboard (glanceable widgets), the Shelf (drag-and-drop file hub), and Clipboard (searchable history). The free version does not require an account or email. To unlock the other 13 modules (including System Monitor, Calendar, Tasks, Screen Time, and Quick AI), you purchase the one-time Pro upgrade for $19.99.

Submit to 240+ Directories with 1-Click

Maximize your product's SEO and drive massive traffic by automatically submitting it to over 240 curated startup directories using DirSubmit.

Subscribe to Our Newsletter

Get weekly curated tool recommendations and stay updated with the latest product news