Skip to content

This repository contains the code to build the unofficial Notion.so Linux desktop app. The code is based on the Notion.so web client. Built using Tauri and Rust.

License

Notifications You must be signed in to change notification settings

yashraj-n/notion-linux-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion Linux Desktop Build

This repository contains the code to build the unofficial Notion.so Linux desktop app. The code is based on the Notion.so web client. Built using Tauri and Rust.

Installation

Get a .deb or .AppImage release from Releases

  • For Debian/Ubuntu

Its recommended to use the .deb release package

# assuming you have the .deb file in current directory

# Install using dpkg

sudo dpkg -i <filename>.deb
  • For other Linux distributions

Its recommended to use the .AppImage release package

# assuming you have the .AppImage file in current directory

# Make the AppImage executable

chmod +x <filename>.AppImage

# Run the AppImage

./<filename>.AppImage

Development

Prerequisites

  • Rust
  • Tauri CLI

Steps

  1. Clone the repository
git clone https://github.com/yashraj-n/notion-linux-desktop
  1. Change directory
cd notion-linux-desktop
  1. Install Tauri CLI
cargo install tauri-cli
  1. Install Cargo dependencies
cargo tauri dev

Wait until you get Warn Waiting for your frontend dev server to start on http://localhost:8080/...

  1. Run the app
# Change directory into src-tauri
cd src-tauri
# Run the app

cargo run

License

MIT

About

This repository contains the code to build the unofficial Notion.so Linux desktop app. The code is based on the Notion.so web client. Built using Tauri and Rust.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages