mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[GH-ISSUE #81] [Feature Request] Make AppImage format or binary file #51
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @newyorkthink on GitHub (Jul 20, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/81
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
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
@XuehaiPan commented on GitHub (Jul 20, 2023):
Hi @newyorkthink, thanks for raising this. I would investigate this if possible.
nvitopis a pure Python library that can also run everywhere.AppImageformat may have some advantages in that we can distribute the software via a single file. Fornvitop, 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.@kxxoling commented on GitHub (Aug 18, 2023):
@XuehaiPan An .AppImage package is a convenient choice for offline installations. It also helps protect nvitop from potential dependencies conflicts with other Python apps.
@newyorkthink commented on GitHub (Aug 18, 2023):
please make appimage, the kxxoling comment is good