nvitop icon indicating copy to clipboard operation
nvitop copied to clipboard

[Feature Request] Make `AppImage` format or binary file

Open newyorkthink opened this issue 1 year ago • 3 comments

Required prerequisites

  • [X] I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
  • [X] I have tried the latest version of nvitop in a new isolated virtual environment.

Motivation

appimage format it can run everywhere

and the modern Command like fzf nvtop bat btop, there have appimage format or binary file too

Solution

No response

Alternatives

No response

Additional context

No response

newyorkthink avatar Jul 20 '23 02:07 newyorkthink

Hi @newyorkthink, thanks for raising this. I would investigate this if possible.

appimage format it can run everywhere

nvitop is a pure Python library that can also run everywhere. AppImage format may have some advantages in that we can distribute the software via a single file. For nvitop, if we want to distribute an AppImage release, e.g. nvitop.AppImage, we need to also pack the Python interpreter, related Python dependencies, and the NVIDIA NVML dynamic library. The last one may involve a license issue.

XuehaiPan avatar Jul 20 '23 08:07 XuehaiPan

@XuehaiPan An .AppImage package is a convenient choice for offline installations. It also helps protect nvitop from potential dependencies conflicts with other Python apps.

kxxoling avatar Aug 18 '23 09:08 kxxoling

Hi @newyorkthink, thanks for raising this. I would investigate this if possible.

appimage format it can run everywhere

nvitop is a pure Python library that can also run everywhere. AppImage format may have some advantages in that we can distribute the software via a single file. For nvitop, if we want to distribute an AppImage release, e.g. nvitop.AppImage, we need to also pack the Python interpreter, related Python dependencies, and the NVIDIA NVML dynamic library. The last one may involve a license issue.

@XuehaiPan An .AppImage package is a convenient choice for offline installations. It also helps protect nvitop from potential dependencies conflicts with other Python apps.

please make appimage, the kxxoling comment is good

newyorkthink avatar Aug 18 '23 11:08 newyorkthink