Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

3x/n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n

A super simple Linux desktop app for Notion. No extra trackers, analytics, or bloat. Just Notion. This app creates a new Electron instance and loads the URL https://www.notion.so.

It's compatible with any system that can run a .deb file. If you're running Debian GNU/Linux, Ubuntu, Linux Mint, Pop_OS, or some other flavor of Ubuntu, you're set.

How to Install

First, head to the releases page here. Then, find the latest release and download the .deb file under the "Assets" dropdown. Your machine may know how to open .deb files automatically, but if not, you can consult this guide. If you're stuck, feel free to open an issue here.

This should create an app named notion.

Building

You can also build the app from source.

  1. Open your favorite terminal and enter:

    git clone https://github.com/3x/n.git
  2. Enter the directory with this command:

    cd n
  3. Install the needed dependencies with npm.

    npm install

    Don't have npm? No problem. It's free here.

  4. Build the app with this command:

    npm run package-linux
  5. Package the app into an installable .deb file with this command:

    npm run create-debian-installer
  6. This should have made two nested folders named dist/installers/. Enter that folder using your file explorer and open the latest file to begin the installation. If your computer does not automatically install .deb files, you can manually do so by following this guide.


⚠️ If you run into any issues at all, feel free to open an issue here. I'm here to help. There are no stupid questions, and we were all beginners once. (* ^ ω ^)

About

simple, native support for Notion on Linux

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors