Search Criteria
Package Details: alpaca-ai 8.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alpaca-ai.git (read-only, click to copy) |
---|---|
Package Base: | alpaca-ai |
Description: | An Ollama client. Chat with local AI models or connect to third party AI providers like ChatGPT , Gemini and more |
Upstream URL: | https://github.com/Jeffser/alpaca |
Keywords: | ai alpaca gpt gptchat ollama |
Licenses: | GPL-3.0-or-later |
Submitter: | radiolin |
Maintainer: | Sid127 |
Last Packager: | Sid127 |
Votes: | 12 |
Popularity: | 0.99 |
First Submitted: | 2024-09-01 20:50 (UTC) |
Last Updated: | 2025-09-14 18:17 (UTC) |
Dependencies (50)
- blueprint-compiler (blueprint-compiler-gitAUR)
- dconf
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hspell
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- libportal
- libspelling (libspelling-gitAUR)
- libvoikko
- nuspell (nuspell-gitAUR)
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-rocm-gitAUR, ollama-gitAUR, ollama-binAUR, ollama-for-amdAUR)
- pango (pango-gitAUR)
- python (python37AUR)
- python-cairo (python-cairo-gitAUR)
- python-cobbleAUR
- python-duckduckgo-searchAUR
- Show 30 more dependencies...
Latest Comments
1 2 Next › Last »
patina commented on 2025-09-13 23:34 (UTC) (edited on 2025-09-14 17:22 (UTC) by patina)
I've revised the PKGBUILD dependencies to support TTS/STT and the REMBG tool.
PKGBUILD
Kcchouette commented on 2025-08-27 08:00 (UTC) (edited on 2025-08-27 08:01 (UTC) by Kcchouette)
hnacho commented on 2025-08-04 08:29 (UTC)
i needed to install
ww998 commented on 2025-08-02 21:20 (UTC)
Yes, needed to install libportal python-opencv and python-duckduckgo-search as @mab122 said.
They should be dependencies for the package.
mab122 commented on 2025-07-28 10:11 (UTC)
dependencies that were missing for me:
papa33 commented on 2025-07-26 20:20 (UTC) (edited on 2025-07-27 12:08 (UTC) by papa33)
Edit: today I have this error
Version 7.5.5 not starting:
pedrodev2025 commented on 2025-06-05 01:13 (UTC)
@patina hello, I did what I could, it was simply a dependency problem, I just added the two dependencies to the PKGBUILD
patina commented on 2025-06-04 19:29 (UTC) (edited on 2025-06-04 19:30 (UTC) by patina)
Thank you for updating this AUR package! I just wanted to mention that I couldn’t get speech-to-text working until I manually installed
python-openai-whisper
andpython-pyaudio
. Also, text-to-speech seems to be broken, possibly due to missing modules that aren’t in the Arch repos or it might be something else. I’m sharing this in case it helps others or leads to a solution.mar04 commented on 2025-02-26 12:38 (UTC)
updated to version 5.0.5
Mattyan commented on 2025-02-05 15:10 (UTC) (edited on 2025-02-08 14:58 (UTC) by Mattyan)
This AUR version produces nonsense and broken text using either the integrated or a local Ollama instance, running any model, while the flatpak version works as expected. Example (running llama3.2:3b):
- Can you write a story? - I'd be happy to write a story for you. Here remember. But as she wandered the island's paths, she began to realize that she was alone. There were had lost. And then, onides were low and the stars sh ear – a voice that seemed to. "Lena looked no one
Running from terminal only gives some gtk related warnings and a gtk critical:gtk_text_buffer_insert: assertion 'gtk_text_iter_get_buffer (iter) == buffer' failed
EDIT: after discovering that the generation is correct if I minimize the window as soon as possible, I found out that the problem happens while running it in a Wayland session, I don't know why exactly. Forcing X11 backend makes it work as it shouldGDK_BACKEND=x11 alpaca
1 2 Next › Last »