Skip to content

fix(desktop): upgrade electron-builder to 26.15.1, use FUSE-free AppI…#2992

Closed
razzeee wants to merge 1 commit into
pingdotgg:mainfrom
razzeee:appimage-fix
Closed

fix(desktop): upgrade electron-builder to 26.15.1, use FUSE-free AppI…#2992
razzeee wants to merge 1 commit into
pingdotgg:mainfrom
razzeee:appimage-fix

Conversation

@razzeee

@razzeee razzeee commented Jun 7, 2026

Copy link
Copy Markdown

…mage runtime

Closes #2505

What Changed

Update electron builder in order to use newer appimage runtime

Why

Modern linux systems don't have fuse2 anymore, so the appimage is unusable.

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Note

Medium Risk
Changes only the desktop release toolchain, but a major electron-builder bump can alter Linux AppImage/macOS DMG/Windows artifact output and break CI or unsigned-build flags if config isn’t aligned with 26.15.x.

Overview
Upgrades the desktop app’s electron-builder dev dependency from 26.8.1 to 26.15.1 in apps/desktop/package.json, with a matching pnpm-lock.yaml refresh.

The lockfile moves the packaging stack to 26.15.x (app-builder-lib, dmg-builder, builder-util, electron-publish, etc.) and drops several older 26.8.1–only transitive packages (e.g. dmg-license and related macOS-only helpers). Newer builder pieces pull in updated signing/crypto and archive helpers (@peculiar/webcrypto, pkijs, unzipper, aws4 on publish).

electron-builder-squirrel-windows remains pinned at 26.8.1 in the resolved tree, so Windows Squirrel packaging still rides the older submodule while the top-level CLI is on 26.15.1.

Reviewed by Cursor Bugbot for commit 51a4576. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Upgrade electron-builder to 26.15.1 with FUSE-free AppImage support

Updates the electron-builder devDependency in apps/desktop/package.json from 26.8.1 to 26.15.1 and updates the lockfile accordingly. The new version adds support for FUSE-free AppImage builds, removing the FUSE kernel module requirement for Linux packaging.

Macroscope summarized 51a4576.

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 10e77cf8-86d6-45f2-9494-6b17b0846c25

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added size:XXL 1,000+ changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Jun 7, 2026
macroscopeapp[bot]
macroscopeapp Bot previously approved these changes Jun 7, 2026
@macroscopeapp

macroscopeapp Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

This PR upgrades electron-builder from 26.8.1 to 26.15.1, a build-time dependency version bump. The change is limited to package.json and the generated lockfile, with no runtime code modifications.

You can customize Macroscope's approvability policy. Learn more.

@macroscopeapp
macroscopeapp Bot dismissed their stale review June 16, 2026 18:35

Dismissing prior approval to re-evaluate 51a4576

@github-actions github-actions Bot added size:L 100-499 changed lines (additions + deletions). and removed size:XXL 1,000+ changed lines (additions + deletions). labels Jun 16, 2026
@juliusmarminge

Copy link
Copy Markdown
Member

Closing as superseded by merged PR #3790, which updates the same electron-builder files to a newer version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L 100-499 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecated fuse v2 for appImage, update needed

2 participants