mirror of
https://github.com/zacharyftw/linear-linux.git
synced 2026-03-10 17:14:42 +01:00
A lightweight, unofficial Linear desktop client for Linux built with Tauri.
- Rust 77.2%
- Shell 22.8%
| .github/workflows | ||
| assets | ||
| src-tauri | ||
| .gitignore | ||
| icon.png | ||
| installer.sh | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
Linear for Linux
A Linux desktop client for linear.app, built with Tauri v2.
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
.debpackage. - 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.