feat: add Linux support with AppImage, deb, and rpm builds#356
Open
feat: add Linux support with AppImage, deb, and rpm builds#356
Conversation
- Add Linux build targets to package.json (AppImage, deb, rpm) - Add dist:linux npm script - Add install-linux-deps.sh for Debian/Ubuntu (libnss3, libasound2) - Add install-linux-deps-fedora.sh for Fedora/RHEL (nss, alsa-lib) - Update build-pr.yml with Ubuntu and Fedora build jobs - Update release.yml to publish Linux artifacts - Update build-staging.yml to install Linux deps for tests - Update README with Linux download and build instructions Tested on fresh Ubuntu 24.04 WSL - only libnss3 and libasound2 are needed. Closes #351
Testing on fresh WSL images (Ubuntu 20.04/24.04, Fedora 42, Arch) showed that minimal installs are missing many GUI libraries. Updated script to include all required dependencies: - GTK3 and related libs - libgbm, libxkbcommon, at-spi2-core - libxcomposite, libxdamage, libxfixes, libxrandr Tested with npm run dev on all 4 distros successfully.
Collaborator
Author
|
tested WSL, fedora/ubuntu (2404/2004) and Arc all run. Testing VM now |
oribarilan
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Linux distribution builds and CI/CD pipelines for Linux support.
Changes
Testing
Related
Closes #351