diff --git a/.changeset/fix-appimage-local-runtime-root.md b/.changeset/fix-appimage-local-runtime-root.md new file mode 100644 index 0000000000..01bb88be47 --- /dev/null +++ b/.changeset/fix-appimage-local-runtime-root.md @@ -0,0 +1,5 @@ +--- +"@runfusion/fusion": patch +--- + +Fix "Couldn't start local Fusion" on the Linux AppImage (and any packaged build launched from a desktop launcher). The embedded local runtime now roots its data at the user's home directory (`~/.fusion`) instead of `process.cwd()`, which was `/` or the read-only AppImage mount point and caused database creation to fail with EACCES/EROFS. Set `FUSION_HOME` to override the location.