Skip to content

Add optional Linux installer bundle for AppImage releases#1340

Open
kryptobaseddev wants to merge 1 commit intopingdotgg:mainfrom
kryptobaseddev:feat/linux-installer-bundle
Open

Add optional Linux installer bundle for AppImage releases#1340
kryptobaseddev wants to merge 1 commit intopingdotgg:mainfrom
kryptobaseddev:feat/linux-installer-bundle

Conversation

@kryptobaseddev
Copy link

@kryptobaseddev kryptobaseddev commented Mar 23, 2026

What Changed

This adds a new linux-installer/ directory with an optional desktop-focused Linux installer for the existing AppImage release assets.

The installer downloads the latest T3 Code AppImage from GitHub Releases, installs it into standard Linux paths, adds desktop entries and icons, falls back to --appimage-extract-and-run when FUSE is unavailable, and exposes update/reinstall/uninstall actions through the launcher.

This PR also wires that bundle into the existing docs so Linux users can discover it without changing the primary release model.

Why

The AppImage should remain the main Linux artifact, but it does not integrate consistently across real Linux desktop setups.

This keeps the current release strategy intact while offering an optional helper for users who need:

  • desktop integration that works out of the box
  • a FUSE fallback on systems where AppImage does not mount cleanly
  • a cleaner install/update/uninstall experience than manually handling the raw AppImage

This is intended to complement the Linux desktop identity work in #1201, not replace it.

Interim companion repo

For independent testing/distribution while this is under review:

Scope

  • new linux-installer/ bundle
  • minimal README/docs updates pointing Linux users to it
  • no change to the existing AppImage release artifact itself

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • This keeps the AppImage as the primary Linux artifact

Note

Add optional Linux installer bundle for AppImage releases

  • Adds linux-installer/install-t3-code-linux.sh, a Bash installer that fetches the latest AppImage from GitHub Releases, installs it per-user (~/.local) or system-wide (/opt, /usr/local), and sets up desktop entries, icons, and launcher scripts.
  • Detects FUSE 2 availability and falls back to --appimage-extract-and-run when absent.
  • Generates t3-code-run, t3-code-update, and t3-code-uninstall helper scripts and a .desktop entry with Update/Reinstall/Uninstall actions.
  • Bundles 256px and 512px icons in linux-installer/assets/icons/ and copies the installer bundle into the install directory for later maintenance.
  • Documents the bundle in README.md, docs/release.md, and linux-installer/README.md; the AppImage remains the primary release artifact and this bundle is shipped separately as a .tar.gz.

Macroscope summarized ac7e8ce.

@coderabbitai
Copy link

coderabbitai bot commented Mar 23, 2026

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: 1e409d25-5409-445d-9669-c4463824cbd4

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:XL 500-999 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Mar 23, 2026
@Chrono-byte
Copy link

Chrono-byte commented Mar 24, 2026

This is not the responsibility of a given application. You should be using a tool like Gear Lever or AppImageInstaller.

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

Labels

size:XL 500-999 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.

2 participants