Unofficial Notion desktop client for Linux, built with Electron Forge.
- Wraps the official Notion web app in a native Linux desktop shell.
- Supports Debian/Ubuntu, Fedora/RHEL, and universal AppImage packaging.
- Uses a hardened Electron runtime with native menus and saved window state.
Package exports and installation commands are documented in PACKAGES.md.
npm run make:deb
npm run make:rpm
npm run make:appimageTo build all supported formats:
npm run make:all| Format | Recommended distros | Notes |
|---|---|---|
.deb |
Ubuntu, Debian, Linux Mint | Best fit for Debian-based systems |
.rpm |
Fedora, RHEL, CentOS Stream, openSUSE | Best fit for RPM-based systems |
.AppImage |
Any modern Linux distribution | Portable, no install required |
git clone https://github.com/notyorch/Notion-for-Linux.git
cd Notion-for-Linux
npm install
npm startThis is an unofficial Electron wrapper for Notion and is not affiliated with or endorsed by Notion Labs, Inc.