Back to Explore

Itchy

Free macOS notch app with 12+ modules & custom SDK

💡 Itchy is a powerful, completely free utility that transforms your MacBook's notch into a versatile productivity hub. With over 14 built-in modules—including a Pomodoro timer, media controls, and system toggles—plus a custom SDK for developers to build their own extensions, it turns 'dead space' into a high-speed command center.

"It's like a Swiss Army Knife hidden inside your MacBook's forehead."

30-Second Verdict
What is it: A free MacBook notch command center with 14 built-in modules and SDK extensibility.
Worth attention: MacBook users should definitely try it for a zero-cost productivity boost, but developers might want to avoid entering this space given Apple's roadmap.
4/10

Hype

7/10

Utility

81

Votes

Product Profile
Full Analysis Report

Itchy: The Free NotchNook, Racing Against Apple's Clock

2026-03-06 | ProductHunt | 81 Votes

Itchy App Icon


30-Second Quick Judgment

What is this?: It turns your MacBook's notch into a functional hub with 14 built-in modules (Pomodoro, Now Playing, Calendar, Mail, Clipboard, Notes, etc.) and provides an SDK for developers to write their own extensions. Completely free.

Is it worth your attention?: If you use a MacBook and want to turn that notch into a productivity tool for zero cost, give it a try. But if you're thinking about investing time into developing a similar product—don't. Apple has already announced that the M6 MacBook Pro in late 2026 will feature a native Dynamic Island. The window for this niche is less than a year.


Three Key Questions

Is it for me?

  • Target Audience: Users of notched MacBooks (2021+ MacBook Pro/Air), especially efficiency junkies who love tweaking their desktop workflow.
  • Am I the target?: If you look at your MacBook notch every day and think it's a waste of space, yes—you are the target.
  • When would I use it?:
    • While coding or writing, you want to quickly check your calendar, skip a song, or check the weather -> Use the Itchy notch panel.
    • Before a video call, you want to check your camera status -> Use the Devices module.
    • You need a teleprompter but don't want to install a separate app -> Use the Prompter module.
    • You're a Pomodoro fan -> Use the Focus Timer module.

Is it useful?

DimensionBenefitCost
TimeSaves minutes daily by avoiding window switching; system toggles are one click away.~5 minutes for installation and configuration.
MoneyCompletely free. Saves you the $25 you'd spend on NotchNook.Zero.
EnergyAggregates common functions at the notch, reducing distractions.Requires a short period to get used to the new interaction.

ROI Judgment: Free + 5-minute setup = almost zero barrier to entry. Worth installing to play around; if you don't like it, just delete it.

Is it delightful?

The 'Aha!' Moments:

  • Quick Toggles Panel: Wi-Fi, Mute, Mic, and Bluetooth switches pop right out of the notch—10x faster than digging through System Settings.
  • 14 Modules for Free: Competitors either charge (NotchNook $25) or have fewer modules (BoringNotch has about 6-8).

SDK Expansion:

This is where Itchy pulls ahead—you can compile and import .bundle modules, turning the notch into whatever you want. This is almost unique in the notch app space.

Itchy Settings - Modules Page

Screenshot Breakdown: Itchy's settings interface showing the Modules tab with toggles for Mail, Quick Toggles, Focus Timer, Weather, System Stats, Prompter, and Voice Recorder. The bottom features a Custom Modules area for .bundle files.

Itchy in Action

Screenshot Breakdown: The expanded Itchy interface showing Devices (Bluetooth) on the left, Now Playing (Netflix/Firefox) in the center, and Quick Toggles (Wi-Fi/Mute/Mic/Bluetooth + Volume slider) on the right.


For Indie Developers

Tech Stack

  • Framework: Highly likely Swift + SwiftUI (the industry standard for macOS notch apps like NotchNook and BoringNotch).
  • Module System: Compiled .bundle files, similar to macOS plugin architectures.
  • SDK: The Nook Modules SDK allows developers to create and import custom modules.

Core Implementation

macOS provides no official API for the notch. The principle for all notch apps is: detect the notch's screen position (via NSScreen.frame and safeAreaInsets), overlay a SwiftUI window on that area, and respond to mouse hover/click events to expand or collapse the panel. Check out DynamicNotchKit, an open-source Swift Package, for a reference implementation.

Itchy's modular design is clever—using a .bundle architecture for hot-loading shows the team put significant thought into the architecture.

Open Source Status

  • Is it open source?: No, no public repository for Itchy was found on GitHub.
  • Similar Open Source Projects:
  • Build Difficulty: Medium. 1-2 person-months. Basic window overlay isn't hard, but 14 modules + an SDK system requires real engineering effort.

Business Model

  • Monetization: Completely free, no current revenue stream.
  • Speculation: Likely a personal project/portfolio piece, or a lead-in for future Pro modules or enterprise customization.

Giant Risk

This is the dealbreaker—Apple is coming.

Bloomberg reported in February 2026 that Apple will natively include Dynamic Island on the M6 MacBook Pro (OLED models) in late 2026:

  • The notch will shrink to an iPhone-style punch-hole.
  • Dynamic Island UI will show music, timers, calls, AirDrop progress, etc.
  • Third-party app integration will be supported.
  • It will launch alongside touchscreens and touch-optimized macOS interfaces.

This means: The value proposition for third-party notch apps will be largely wiped out by late 2026. Apple will solve the "make the notch useful" problem natively.


For Product Managers

Pain Point Analysis

  • Problem Solved: The MacBook notch is "dead space" with no interactive features from Apple (unlike the iPhone's Dynamic Island).
  • Severity: Mid-frequency use, "nice-to-have" demand. Not essential, but definitely convenient once you have it.

User Persona

  • Core Users: Efficiency enthusiasts, Mac power users, developers.
  • Edge Users: Average MacBook users who might not even notice the notch.

Feature Breakdown

FeatureTypeDescription
Now PlayingCoreControls music/video, shows album art.
Quick TogglesCoreFast switches for Wi-Fi/Mute/Mic/Bluetooth.
Focus TimerCorePomodoro timer.
CalendarCoreQuick view of calendar events.
Clipboard HistoryCoreAccess to copied items.
NotesUtilityQuick note-taking.
WeatherUtilityWeather display.
System StatsUtilitySystem monitoring.
MailNice-to-haveEmail overview (currently disabled).
PrompterNice-to-haveTeleprompter for speakers.
Voice RecorderNice-to-haveQuick audio recording.
Live ActivitiesNice-to-haveReal-time updates.
DevicesNice-to-haveBluetooth device status.
StorageNice-to-haveDisk space monitoring.
Custom SDK ModulesDifferentiatorExtensibility via custom modules.

Competitor Comparison

DimensionItchyNotchNookBoringNotchMediaMate
PriceFree$25 / $3 moFree€6.99
Built-in Modules14+~8~6~3
SDK ExtensionYesNoNoNo
Open SourceNoNoYesNo
Community MaturityVery LowHighMid-HighMid
File Drag & DropUnconfirmedYesYes (AirDrop)No
CustomizationMidVery DeepMidLow

Key Takeaways

  1. SDK Strategy: Letting users build their own modules is a great low-cost way to expand functionality, similar to the VSCode plugin ecosystem.
  2. Modular Toggle Design: Individual switches for each module + drag-and-drop sorting keeps the app from feeling bloated.
  3. Free Strategy: In a market where everyone else charges, "Free" is the most effective user acquisition tool.

For Tech Bloggers

Founder Story

  • Founder: Selcuk (Twitter @funnytrdude)
  • Background: Indie developer, limited info. Based on Twitter style, likely a non-native English speaker, possibly from Turkey.
  • Motivation: Created a free version in a paid market and added SDK capabilities.

Controversy / Discussion Angles

  • Angle 1 — "Free vs. Paid Notch War": NotchNook costs $25, Itchy is free. NotchNook is more mature, but can free win the long game?
  • Angle 2 — "Apple is taking over": With Dynamic Island coming to Mac in late 2026, do these apps have a future? How do indies capture value in the window before a giant enters?
  • Angle 3 — "Open SDK vs. Closed Ecosystem": Can Itchy's open strategy build a moat before Apple arrives?

Heat Data

  • PH Ranking: 81 votes (relatively low).
  • Twitter Buzz: Almost zero (3 tweets, 2 from bots).
  • Search Trends: Almost no independent coverage for "Itchy macOS notch" on Google yet.

Content Suggestions

  • Best Approach: Don't write about Itchy in isolation. Include it in a "2026 macOS Notch App Mega-Review" alongside NotchNook and BoringNotch, while breaking the news about Apple's native Dynamic Island.
  • Timing: Wait for WWDC 2026 (June). When Apple announces Dynamic Island for Mac, write a piece titled "These Indie Devs Beat Apple to the Punch by 3 Years."

For Early Adopters

Pricing Analysis

TierPriceFeaturesIs it enough?
Free$0All 14+ modules + SDKYes, it's the full package.

No paid tiers. Completely free.

Getting Started

  • Setup Time: ~5 minutes.
  • Learning Curve: Low.
  • Steps:
    1. Download Itchy from ProductHunt or the App Store.
    2. Select modules in settings (most are on by default).
    3. Move your mouse to the notch to expand the panel.
    4. Drag modules to reorder your layout.

Pitfalls & Complaints

  1. Mail Module is broken: The UI says "Mail is temporarily disabled. It will be available in the next version."
  2. Zero Community: No Reddit threads, no independent reviews, no feedback forum. You're on your own with the dev.
  3. New Product Risk: Just released; stability and long-term support are unproven.

Security & Privacy

  • Data Storage: Settings include "Data" and "Permissions" tabs, showing the dev has considered access management.
  • Privacy Policy: No standalone policy page found.
  • Security Audit: None.

Alternatives

AlternativeProsCons
NotchNookMost mature, deepest customization, large community.$25 price tag.
BoringNotchFree & Open Source, active community.Fewer features, no SDK.
MediaMateBest media control experience.Media only, €6.99.
MewNotchOpen source, minimalist.Barebones features.
PerchApp Store listed, feature-rich.Paid.

For Investors

Market Analysis

  • Sector Size: macOS notch apps are an extremely niche market; no independent market reports exist.
  • Potential User Pool: ~20-30 million MacBooks sold annually, most with notches. However, only 1-5% of users are likely to install a third-party notch app.
  • Growth Rate: Moderate growth as more users realize the notch can be functional.

Competitive Landscape

TierPlayersPositioning
LeaderNotchNookFull-featured paid leader.
Mid-TierBoringNotch, Alcove, MediaMateNiche specializations.
NewcomersItchy, Perch, MagicNotchDifferentiated competition.
Final BossApple (2026 Q4)Native Dynamic Island on Mac.

Timing Analysis

This is the most critical factor—the timing is delicate.

  • Why it's risky: Apple has confirmed the M6 MacBook Pro (late 2026) will have native Dynamic Island + OLED + Touchscreen. This kills the core value of third-party notch apps.
  • The Window: March 2026 to late 2026 (approx. 9 months). After that, new Mac users will have native features.
  • Legacy Value: Existing notched MacBooks (2021-2025) won't get the native Dynamic Island, so these apps will still have value for the secondary market.

Team & Funding

  • Founder: Selcuk, indie developer.
  • Core Team: Likely a 1-person operation.
  • Investment Value: Very low—Free product + Apple's imminent entry + extreme niche market.

Conclusion

Itchy is a feature-rich, completely free notch app with an SDK, but it was born in a race that Apple is about to end.

It's a high-effort indie project—14 free modules and an open SDK. A year ago, this would have terrified NotchNook. In March 2026, with only 9 months until Apple's native solution, its long-term commercial value is significantly hampered.

User TypeRecommendation
DevelopersStudy the modular architecture and SDK design, but don't build a competitor now.
Product ManagersStudy the "Free + SDK" strategy for user acquisition before a giant enters.
BloggersUse it as a component for a larger "Notch App Review" or "Apple vs. Indies" story.
Early AdoptersIt's free and harmless. Quick Toggles and Focus Timer are genuinely useful.
InvestorsAvoid. Free product + Niche + Apple entry = Triple threat.

Resource Links

ResourceLink
ProductHunthttps://www.producthunt.com/products/itchy-2
UIComethttps://launches.uicomet.com/products/itchy-eyqNV
Developer Twitterhttps://x.com/funnytrdude
Competitor: NotchNookhttps://lo.cafe/notchnook
Competitor: BoringNotchhttps://theboring.name/
Open Source Ref: DynamicNotchKithttps://github.com/MrKai77/DynamicNotchKit
News: Apple Dynamic Island on Machttps://www.macrumors.com/2026/02/24/touchscreen-macbook-pro-dynamic-island/

2026-03-06 | Trend-Tracker v7.3

One-line Verdict

Itchy is a sincere and robust free tool for current MacBook users to boost efficiency, though its long-term commercial value is capped by Apple's upcoming native features.

FAQ

Frequently Asked Questions about Itchy

A free MacBook notch command center with 14 built-in modules and SDK extensibility.

The main features of Itchy include: Now Playing media controls, Quick Toggles for system settings, Focus Timer (Pomodoro), SDK module expansion system, Clipboard history management.

Completely Free ($0)

Users of 2021+ MacBooks with notches, especially developers, office pros, and productivity hackers.

Alternatives to Itchy include: NotchNook (Paid leader), BoringNotch (Open source), MediaMate (Media focused), Perch..

Data source: ProductHuntMar 6, 2026
Last updated: