CommandCodeAI / CommandCodeAI/desktop

[Feedback]: Add an official RPM package for RPM-based Linux distributions

Ouverte
#48 1 commentaire 0 réactions 1 personne assignée Voir sur GitHub

@aliarain y travaille déjà.

Depuis le 7/9/2026.

enhancement
Langage dominant
Shell
Étoiles
80
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

What problem are you trying to solve?

Command Code currently provides a .deb package and an AppImage for Linux, but there is no official .rpm package.

This makes installation and application lifecycle management less convenient on RPM-based distributions such as Fedora, RHEL, CentOS Stream, Rocky Linux, AlmaLinux, and openSUSE.

Although the AppImage can be used as a workaround, it does not provide the same native package-manager integration as an RPM package, including installation, upgrades, removal, dependency management, and managed deployment through tools such as dnf, yum, or zypper.

What would improve it?

Please publish an official x86_64 RPM package with each GitHub release, alongside the existing .deb and AppImage artifacts.

For example:

CommandCode-<version>-1.x86_64.rpm

Ideally, the RPM package should:

  • Install the application in a standard system location.
  • Install the application icon and .desktop entry.
  • Declare the required runtime dependencies.
  • Support clean installation, upgrades, and removal using dnf or rpm.
  • Be included in the project's release checksums or provenance information.
  • Be detected and installed by install.sh on supported RPM-based distributions.
  • Be tested at least on a currently supported Fedora release.

ARM64 RPM support could be added separately if Linux ARM64 builds become available.

What do you do today?

I currently have to download and manage the AppImage manually.

The existing .deb package cannot be installed natively on my RPM-based Linux distribution, and converting the Debian package with third-party tools is not a reliable or officially supported solution.

Product area

Installation and updates

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.