An unofficial desktop wrapper for Notion using Electron.
This is an unofficial desktop wrapper for Notion. This project is not affiliated with, endorsed by, or sponsored by Notion Labs, Inc.
- Notion® is a trademark of Notion Labs, Inc.
- This application simply provides a desktop wrapper to access the official Notion web application
- No Notion code or proprietary assets are included in this project
- All Notion-related trademarks and copyrights belong to their respective owners
- Native desktop application for Notion
- System theme integration (dark/light mode)
- Custom menu with keyboard shortcuts
- Optimized window handling
- External link handling
- Cross-platform support (Windows, macOS, Linux)
- Google OAuth login support
- Clone or download this repository
- Install dependencies:
npm install
Run the app in development mode:
npm startBuild the app for distribution:
npm run buildCreate distributable packages:
npm run distCtrl/Cmd + N- New PageCtrl/Cmd + R- ReloadCtrl/Cmd + Shift + R- Force ReloadF12- Toggle Developer ToolsCtrl/Cmd + Q- Quit Application
- Node.js 16 or higher
- npm or yarn
This project is licensed under the MIT License - see the LICENSE file for details.
This software is provided "as is" without warranty of any kind. The use of this software is at your own risk. The developers are not responsible for any data loss, security issues, or other problems that may arise from using this application.
By using this software, you acknowledge that:
- This is an unofficial wrapper and not endorsed by Notion Labs, Inc.
- You are responsible for complying with Notion's Terms of Service
- The software accesses Notion through their public web interface only
This will build a ready-to-distribute Notion Electron app.
chmod +x build.sh && ./build.shDouble-click build.bat or run in Command Prompt:
build.bat- Setup.exe - Full installer with uninstaller
- Portable.exe - Run without installation
- .dmg - Drag-and-drop installer
- .zip - Archive version
- .AppImage - Portable (just run it)
- .deb - Ubuntu/Debian package
- .rpm - RedHat/Fedora package
# Install dependencies
npm install
# Build for current platform
npm run build
# Build for specific platforms
npm run build:win # Windows
npm run build:mac # macOS
npm run build:linux # Linux
# Create portable version (no installer)
npm run pack- Node.js 16+
- npm
The built apps will be in the dist/ folder, ready for distribution!