A linux port of linear.app
Requires sudo (for sandbox helper, desktop entry, and icons).
wget -qO- https://raw.githubusercontent.com/kleo-dev/linear-linux/refs/heads/master/installer.sh | bashThe 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.3 APPIMAGE_URL=<url> INSTALL_ROOT=/opt ./installer.sh
Development:
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.
Describe your issue here