Package Details: btop-git 1.4.4.r1292.bdddfc4-1

Git Clone URL: https://aur.archlinux.org/btop-git.git (read-only, click to copy)
Package Base: btop-git
Description: A monitor of resources
Upstream URL: https://github.com/aristocratos/btop
Licenses: Apache-2.0
Conflicts: btop
Provides: btop
Submitter: vnepogodin
Maintainer: vnepogodin
Last Packager: vnepogodin
Votes: 12
Popularity: 0.009429
First Submitted: 2021-09-24 18:57 (UTC)
Last Updated: 2025-09-11 12:00 (UTC)

Required by (3)

Sources (1)

Latest Comments

1 2 Next › Last »

vnepogodin commented on 2025-09-11 12:02 (UTC)

@mrdotx, added the setcap

mrdotx commented on 2025-09-10 19:11 (UTC)

@vnepogodin: For some time now, there has been upstream a new make option to grant access to performance monitoring without root, that has also been added to btop in the arch packages:

  DESTDIR="${pkgdir}" make PREFIX=/usr setcap

Can you add that to the package section, please?

Magissia commented on 2025-05-09 12:31 (UTC)

Intel iGPU support requires "setcap cap_perfmon=+ep /usr/bin/btop", could it be added to the pkgbuild?

cybersentinel commented on 2025-02-21 14:15 (UTC)

Could you add Intel GPU support too?

bartus commented on 2025-02-06 14:02 (UTC) (edited on 2025-05-20 08:26 (UTC) by bartus)

@vnepogodin: I've patched it to support CPU power reporting: http://0x0.st/8PNH.patch

Merge with:

git am -s < <(curl -s http://0x0.st/8wMS.mbox)

vnepogodin commented on 2024-03-24 21:36 (UTC)

@jxir

I've added lowdown for man page generation

jxir commented on 2024-03-24 03:01 (UTC)

Please add lowdown as a build time dependency. This is needed to generate the man page.

buonhobo commented on 2024-01-03 19:49 (UTC)

Thank you very much!

vnepogodin commented on 2024-01-03 12:48 (UTC)

@buonhobo

I've added GPU support, static linking got disabled, static rocm backend got disabled.

buonhobo commented on 2024-01-03 11:53 (UTC)

@vnepogodin

They enabled official gpu support by default as you can see in https://github.com/aristocratos/btop#gpu-compatibility.

I would suggest adding rocm-smi-lib and whatever's required for NVIDIA gpus as optional dependencies, since they are needed for GPU monitoring to work.

GPU monitoring currently doesn't work with static linking, so I had to remove the STATIC=true flag from the PKGBUILD