Search Criteria
Package Details: alpaca-git 2.9.0.r11.g9df5836-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alpaca-git.git (read-only, click to copy) |
---|---|
Package Base: | alpaca-git |
Description: | An Ollama client made with GTK4 and Adwaita |
Upstream URL: | https://github.com/jeffser/Alpaca |
Licenses: | GPL-3.0 |
Conflicts: | alpaca-ai |
Submitter: | fcarp10 |
Maintainer: | fcarp10 |
Last Packager: | fcarp10 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-09-17 17:44 (UTC) |
Last Updated: | 2024-12-09 08:24 (UTC) |
Dependencies (10)
- python-html2text
- python-pillow (python-pillow-simd-gitAUR)
- python-pydbus (python-pydbus-gitAUR)
- python-pypdf
- python-pytube
- python-requests
- python-youtube-transcript-apiAUR
- vte4 (vte4-notificationAUR, vte4-gitAUR)
- meson (meson-gitAUR) (make)
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-gitAUR, ollama-rocm-gitAUR, ollama-for-amd-gitAUR) (optional)
Latest Comments
SpacingBat3 commented on 2025-02-19 18:21 (UTC) (edited on 2025-02-19 18:21 (UTC) by SpacingBat3)
This package requires improvements, mainly it should have
sudo
call removed frompackage()
function, this should not be necessary (building packages should not require root user account) and actually causes further issues (it confusesmakepkg
cleanup process), not telling running anything as root comes with the greater risk than just as a user and the principle of least priviledge is rather good security practice.