Linux support for linear.app
Last updated Jul 4, 2026
42
Stars
12
Forks
7
Issues
+1
Stars/day
Attention Score
49
Language breakdown
No language data available.
โธ Files
click to expand
README
Linear for linux
A linux port of linear.app
Install
Requiressudo (for sandbox helper, desktop entry, and icons).
git clone git@github.com:selimaj-dev/linear-linux.git
cd linear-linux
./installer.sh
The installer:
- Downloads the AppImage, extracts it under
/opt/linear-linux-<version>, and wires up thechrome-sandboxhelper correctly. - Installs a wrapper at
/usr/local/bin/linear, a desktop entry, and the Linear icon into the system icon cache. - Accepts overrides:
VERSION=0.2.5 APPIMAGEURL=<url> INSTALLROOT=/opt ./installer.sh
npm startlaunches Electron with sandbox disabled for local runs (packaged builds use the proper setuid helper).npm run buildproduces an AppImage that bundles the Linear brand assets for the desktop icon.
Having an issue?
Describe your issue here๐ More in this category