NothingHere: The One-Click "Look Busy" Panic Button for macOS
2026-03-03 | ProductHunt | Official Website

The welcome onboarding page in dark mode. A black cat icon hiding behind a white square — implying "nothing to see here." Three core functions are clear at a glance: hide windows, mute, and open a cover document.
30-Second Quick Judgment
What is this app?: Press a hotkey, and all windows instantly vanish, audio is muted, and a pre-set "serious work" document opens. Go from "definitely not working" to "hard at work" in milliseconds.
Is it worth watching?: If you're a macOS user who occasionally slacks off at work — it's worth a download, especially since it's free and open-source. Honestly, it's not a revolutionary product; the "Boss Key" concept has existed since the DOS era. The value of NothingHere lies in being the cleanest, most open-source implementation in the 2026 macOS ecosystem.
Three Questions That Matter
Is it relevant to me?
- Target Audience: Office workers using Macs in companies or shared spaces who occasionally browse YouTube, Reddit, or shopping sites and worry about being seen by colleagues or the boss.
- Is that me?: If you use a Mac in an office and don't want people seeing what's on your screen — you are the target user.
- When would I use it?:
- Slacking off when the boss walks by → One-click switch to Excel.
- Forgetting to stop screen sharing during a remote meeting → Emergency screen clear.
- Handling private content in a cafe → Preventing shoulder surfing.
- If you are strictly disciplined and never slack off → You don't need this at all.
Is it useful to me?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves the frantic scramble of Cmd+H on every window | 2-minute initial setup |
| Money | Free, $0 | $0 |
| Effort | Peace of mind, no need to be constantly on edge | Need to remember one hotkey |
| ROI Judgment | If you've ever felt awkward being caught slacking even once a year, those 2 minutes of setup are worth it. Zero cost, zero risk. |
Is it delightful?
The "Aha!" Moment:
- Guard Mode: A little cat "stands guard" in your menu bar; it's ready to go when armed. This metaphor adds a nice touch of fun.
- Three-in-One Action: It doesn't just hide windows; it auto-mutes and opens a cover file — the attention to detail is great.
The "Wow" Quote:
"Your screen goes from 'definitely not working' to 'hard at work' in milliseconds." — Official Website
Voices from Twitter:
"Need a quick escape on your Mac? NothingHere is a panic button that hides all windows, mutes sound, and opens your 'real work' file with one hotkey." — @softwarecandy
"NothingHere, un panic button pour MacOS" — @bldweb (French tech blogger, with a demo video)
To be fair, since the product launched just hours ago (only 3 votes on PH), there aren't many deep reviews yet. Twitter activity is mostly tech aggregators reposting it.
For Independent Developers
Tech Stack
- Platform: Native macOS app, requires macOS 15.0+ (Sequoia)
- Language: Likely Swift (macOS 15.0+ requirement + 5.9MB lightweight size = native development)
- UI Framework: SwiftUI (inferred from the dark mode onboarding style in screenshots)
- System APIs (Inferred):
NSWorkspace— To hide all application windowsCoreAudio/NSSound— For system-level mutingCGEvent/NSEvent.addGlobalMonitorForEvents— For global hotkey monitoringNSWorkspace.open(_:)— To open the cover document
- Size: ~5.9 MB
Core Implementation
Technically, it's straightforward. macOS provides full APIs to hide windows (NSApplication.hide), control volume (CoreAudio), and listen for global keyboard events (CGEvent). The core engineering effort lies in binding these three actions to a single hotkey and managing the Guard Mode state (armed/disarmed toggle in the menu bar). Someone familiar with macOS development could build this in a weekend.
Open Source Status
- Open Source: Yes. GitHub repo:
solee0524/NothingHere - Developer: solee0524, who also has a background in Node.js/JavaScript (see the
promise-simple-json2csvrepo on GitHub). - Similar Projects: PanicLock (but focuses on locking the screen rather than hiding windows).
- Build Difficulty: Low. Estimated 0.5-1 person-week, assuming macOS development experience.
Business Model
- Monetization: None. Free and open-source, no paid plans.
- Not a Business: This is a personal project / practice piece / community contribution.
Giant Risk
Apple could easily add a "One-click Hide + Mute" Focus Mode in macOS settings. However, the current built-in Cmd+H has a flaw — it won't hide the currently visible app if all others are already hidden. Apple is unlikely to build such a "cheeky" feature, so it's safe for the short term.
For Product Managers
Pain Point Analysis
- Problem Solved: The social awkwardness of being seen with "inappropriate content" in public or office environments.
- Pain Intensity: Medium frequency, nice-to-have. Not a hard requirement, but every office worker has experienced that tense "someone is walking over" moment.
- Shortcomings of Existing Solutions: The developer nailed it — "The frantic Cmd+H, Cmd+M, scramble-to-click-something dance never works fast enough."
User Persona
- Core User: Office Mac users, aged 25-40, knowledge workers.
- Edge Users: People in frequent remote meetings, cafe workers, students.
- Usage Frequency: Stays in the menu bar; likely triggered 1-3 times a week.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| One-click hide all windows | Core | More thorough than Cmd+H |
| One-click mute | Core | Don't forget that sound can betray you too |
| Open cover document | Core | An empty desktop is suspicious; you need a "working" facade |
| Guard Mode | Core | Menu bar presence, ready to go when armed |
| Custom Hotkeys | Nice-to-have | Default is ^+Cmd+Z, customizable |
Competitor Comparison
| vs | NothingHere | Boss Key | PanicLock | macOS Built-in |
|---|---|---|---|---|
| Core Difference | Open-source + Free 3-in-1 panic button | Most feature-rich commercial Boss Key | Security lock (not hiding windows) | Basic window management |
| Hide Windows | All | All + Multi-monitor support | Lock screen instead | Partial (buggy) |
| Mute | System-wide | System-wide | N/A | None |
| Cover File | Yes | Yes | No | No |
| Open Source | Yes | No | Yes | N/A |
| Price | Free | Likely paid | Free | Built-in |
| System Req | macOS 15.0+ | Unknown | Unknown | Any macOS |
Takeaways
- Naming is Positioning: "NothingHere" perfectly matches the function and is instantly understandable.
- Guard Mode Metaphor: The "cat on guard" in the menu bar turns a utility into something delightful.
- Three-in-One Thinking: It doesn't just hide windows; it considers sound and the "suspicious empty desktop" — details that are often overlooked.
- 5-Step Onboarding: The screenshots show a very complete 5-page guide for such a simple tool.
For Tech Bloggers
Founder Story
- Founder: solee0524 (GitHub username), real identity not public.
- Background: Full-stack developer with JavaScript/Node.js experience, now exploring native macOS development.
- Motivation: "We've all had that moment — someone walks up behind you and your screen is... not work-appropriate." Driven by personal pain.
Discussion Angles
- Angle 1: "The Boss Key concept has been around since DOS games. Why are people still making them in 2026?" — You could write a "Brief History of the Boss Key."
- Angle 2: Why is macOS's built-in Cmd+H so hard to use? Apple's window management philosophy vs. real-world usage.
- Angle 3: New privacy anxieties in the remote work era — it's not just about the boss; it's about screen sharing and Zoom recordings.
Traction Data
- PH Ranking: 3 votes (just launched, hasn't scaled yet).
- Twitter Discussion: 4 tweets, all from tech aggregators, 0 organic user discussions.
- Reddit: No discussions yet.
- Conclusion: Very low heat, currently in the Day 0 stage.
Content Suggestions
- Best Angles: "A Brief History of the Boss Key" or a review like "I tried a one-click screen clearing tool for a week."
- Trend Jacking: Combine with Remote Work or RTO (Return to Office) topics.
- Traffic Expectation: Limited traffic for the product alone; needs to be wrapped in a larger topic.
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Only Version | Free | All features | Completely sufficient |
No paid version, no in-app purchases, no hidden fees. Open source = you can even modify the code yourself.
Getting Started
- Setup Time: 2 minutes
- Learning Curve: Extremely low
- Steps:
- Download the .dmg from GitHub and install.
- Follow the 5-step onboarding (set hotkey, choose cover file).
- Guard Mode automatically stays in the menu bar.
- Test the hotkey — done.

The interface after setup. The menu bar shows the cat icon, default hotkey is ^+Cmd+Z. Click "Open Settings" to modify.
Pitfalls and Complaints
- macOS 15.0+ Restriction: Must be Sequoia or higher. Sonoma/Ventura users are left out — this cuts off a lot of potential users.
- Full-Screen Mode Risk: Boss Key explicitly says it doesn't work in full-screen mode. It's unconfirmed if NothingHere has the same issue, but it likely does.
- Too New: No user bug reports yet, which also means it hasn't been tested at scale.
Security and Privacy
- Data Storage: 100% local. No servers, no accounts, no data uploads.
- Open Source Audit: Code is fully public for anyone to review.
- Privacy Risk: Virtually zero. It's a purely local menu bar utility.
Alternatives
| Alternative | Pros | Cons |
|---|---|---|
| Boss Key | More features, multi-monitor support | Likely paid, not open-source |
| PanicLock | Secure lock + disable Touch ID | Doesn't hide windows; different use case |
| macOS Cmd+H / Cmd+F3 | No installation needed | No mute, no cover file, fails in full-screen |
| Custom Automator | Full control | Requires scripting, high barrier to entry |
For Investors
Market Analysis
- Productivity App Market: Global revenue $30B+ in 2024, up 17.3% YoY.
- macOS Ecosystem: Mac penetration in enterprises continues to grow; M-series chips extend device lifecycles to 3-5 years.
- Privacy Tool Trends: Demand for privacy-first software is accelerating, driven by remote work and GDPR/CCPA compliance.
- Physical Privacy Screen Market: $1.79B in 2024, CAGR 7.1% — proving the "don't look at my screen" need is real.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Built-in | Apple (macOS Focus/DND) | General DND, not for screen hiding |
| Commercial | Boss Key (bosskey.app) | Most complete Mac Boss Key solution |
| Open Source | NothingHere, PanicLock | Free alternatives with different focuses |
Timing Analysis
- Why Now: The RTO (Return to Office) trend makes office slacking tools relevant again.
- But Honestly: This isn't a great investment track. A Boss Key is a feature, not a product. It's hard to scale, hard to monetize, and hard to build a moat around.
Team Background
- Founder: solee0524, independent developer, full-stack background.
- Team: Solo project.
- Track Record: Has open-source Node.js projects on GitHub.
Funding Status
- Funded: No.
- Investors: None.
- Valuation: N/A (Personal open-source project).
Conclusion
NothingHere is a beautifully crafted "gadget" — it solves a minor but awkward problem, it's free and open-source, and it takes 2 minutes to master. It won't change the world, but it might save your life (socially speaking) at a critical moment.
| User Type | Recommendation |
|---|---|
| Developers | ✅ Worth checking the source code to learn macOS menu bar app development. |
| Product Managers | ✅ Naming and design are worth noting; the "3-in-1" approach is clever. |
| Bloggers | ❌ Not enough traffic for a standalone piece; better as part of a "Privacy Tools" roundup. |
| Early Adopters | ✅ Free and risk-free for macOS 15+ users. Check out Boss Key if you need multi-monitor support. |
| Investors | ❌ Not an investment target. Solo open-source project with no business model. |
Resource Links
| Resource | Link |
|---|---|
| Official Website | https://solee0524.github.io/NothingHere/ |
| ProductHunt | https://www.producthunt.com/products/nothinghere-one-key-press-clean-screen |
| GitHub | https://github.com/solee0524/NothingHere |
| Competitor: Boss Key | https://bosskey.app/ |
| Competitor: PanicLock | https://paniclock.github.io/ |
2026-03-03 | Trend-Tracker v7.3