A completely invisible note-taking app that cannot be detected by screen recording, screen sharing, or video call applications.
- Content Protection - Invisible to ALL screen capture (Zoom, Teams, Discord, OBS, etc.)
- Hidden from Taskbar - Not visible in Alt+Tab or Windows taskbar
- Hidden from Mission Control - Not visible in macOS Mission Control
- Disguised Process Name - Appears as a system process in Task Manager
- Random Window Title - Changes periodically to avoid detection
- Markdown Support - Full markdown rendering with preview mode
- Auto-Save - Notes are automatically saved as you type
- Persistent Storage - Notes survive app restarts
- Adjustable Opacity - Make the window more or less transparent
- Resizable Window - Set custom width and height
- Font Size Control - Adjust text size for readability
| Shortcut | Action |
|---|---|
Alt + H |
Toggle window visibility (show/hide) |
Alt + ↑ |
Scroll content up |
Alt + ↓ |
Scroll content down |
Alt + Shift + ↑ |
Move window up |
Alt + Shift + ↓ |
Move window down |
Alt + Shift + ← |
Move window left |
Alt + Shift + → |
Move window right |
Alt + C |
Toggle click-through mode |
Alt + Escape |
Emergency hide |
# Install dependencies
npm install
# Run the app
npm start# Package the app
npm run package
# Create installer
npm run makesetContentProtection(true)- Uses OS-level API to exclude window from screen captureskipTaskbar: true- Hides from Windows taskbar and Alt+TabhiddenInMissionControl: true- Hides from macOS Mission Controltransparent: true- Transparent window backgroundframe: false- No window decorationsalwaysOnTop: true- Stays above other windows- Random process title - Disguises the process in Task Manager
Notes and settings are stored in:
- Windows:
%APPDATA%\quick-notes-data\ - macOS:
~/Library/Application Support/quick-notes-data/ - Linux:
~/.config/quick-notes-data/
- The app is designed to be invisible to screen capture software
- Content protection can be toggled in Settings if needed
- Use
Alt + Hto quickly show/hide the window - Use
Alt + Escapefor emergency hide
MIT