Skip to content

zacharyftw/linear-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear for Linux

Linear for Linux

A Linux desktop client for linear.app, built with Tauri v2.

GitHub release

Install

Requires sudo (for desktop entry and icons).

wget -qO- https://raw.githubusercontent.com/zacharyftw/linear-linux/refs/heads/master/installer.sh | bash

The installer:

  • Downloads and installs the .deb package.
  • Installs the Linear icon into the system icon cache.
  • Accepts overrides: VERSION=0.2.3 DEB_URL=<url> ./installer.sh

Development

Requires Rust and system dependencies:

sudo apt install libwebkit2gtk-4.1-dev libgtk-3-dev libappindicator3-dev librsvg2-dev
npm install     # install Tauri CLI
npm run dev     # launch dev build
npm run build   # produce AppImage and .deb in src-tauri/target/release/bundle/

Having an issue?

Describe your issue here

Disclaimer

This is an unofficial Linux desktop client for Linear. Linear is a trademark of Linear Orbit, Inc. This project is not affiliated with or endorsed by Linear.

About

A lightweight, unofficial Linear desktop client for Linux built with Tauri.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 77.2%
  • Shell 22.8%