All Projects → jaredallard → Notion App

jaredallard / Notion App

Licence: mit
Notion for Linux

Programming Languages

shell
77523 projects

Notion for Linux

This is a meta repo that contains scripts / stuff needed to build Notion for Linux

Alternatives

If you're on Arch Linux, there is a package in the AUR called notion-app.

How?

The electron sources are pulled out of the Mac OSX dmg and then ran with a Linux version of Electron, yeah, it's that easy.

Customizing

Modify config.sh before running build.sh or makepkg -si

ELECTRON_VERSION=x.x.x electron version to use
NOTION_VERSION=x.x.x notion dmg to download

Installing

Ensure you have the dependencies installed:

  • 7zip (p7zip-full on ubuntu)
  • dmg2img

Run sudo ./build.sh [--no-compress]

Uninstalling

  • Run sudo ./uninstall.sh

Or manually:

  • Delete the application rm -rf /opt/notion
  • Delete desktop entry rm -r ~/.local/share/applications/Notion.desktop
  • Delete rm /usr/bin/notion

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].