Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidonng/notion-appimage
Notion desktop app on Linux as AppImage
https://github.com/kidonng/notion-appimage
Last synced: 11 days ago
JSON representation
Notion desktop app on Linux as AppImage
- Host: GitHub
- URL: https://github.com/kidonng/notion-appimage
- Owner: kidonng
- License: mit
- Created: 2023-10-21T20:32:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T03:07:20.000Z (4 months ago)
- Last Synced: 2024-10-13T02:12:11.931Z (25 days ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 35
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notion AppImage
![Screenshot](https://i.redd.it/vlp26kemu3wb1.png)
**THIS IS AN UNOFFICIAL REPACK, USE AT YOUR OWN RISK**
Build the [Notion desktop app](https://www.notion.so/desktop) as [AppImage](https://appimage.org/) using [electron-builder](https://www.electron.build/).
> **Status: MVP**. Usable but likely needs patching to be decent looking (in Notion sense).
## Usage
Get the app via [GitHub releases](https://github.com/kidonng/notion-appimage/releases/latest), then launch.
As an AppImage, it requires [FUSE](https://github.com/AppImage/AppImageKit/wiki/FUSE) to run.
---
To create a shortcut in your application menu:
- Edit [`assets/Notion.desktop`](assets/Notion.desktop) to point to the AppImage and copy to `~/.local/share/applications`
- Copy [`assets/icon.png`](assets/icon.png) to `.local/share/icons/hicolor/256x256/apps`## Build
Prepare dependencies:
- 7zip
- Node.js & npm
- Standard Unix toolsThen run [`build.sh`](build.sh).
## Q&A
### Why this over alternatives (e.g. web version)?
[Please read my Reddit post.](https://www.reddit.com/r/Notion/comments/17f8jhg/notion_desktop_app_on_linux_unofficial/)
### Why AppImage?
I would rather use the web version than other solutions.
If you are on Arch Linux, I recommend [`notion-app-electron`](https://aur.archlinux.org/packages/notion-app-electron) on AUR which is (co-)maintained by me.
### What about [notion-enhancer](https://github.com/notion-enhancer/notion-repackaged)?
notion-enhancer's development is snailing and last release was almost two years ago, at the end of 2021. There are several showstoppers even if you use the vanilla repacked version without notion-enhancer.
This project is inspired by notion-enhancer, albeit sharing no code.