Search Criteria
Package Details: codename-goose 1.29.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/codename-goose.git (read-only, click to copy) |
|---|---|
| Package Base: | codename-goose |
| Description: | An open-source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM |
| Upstream URL: | https://github.com/aaif-goose/goose |
| Keywords: | agent ai block llm |
| Licenses: | Apache-2.0 |
| Submitter: | cg505 |
| Maintainer: | cg505 |
| Last Packager: | cg505 |
| Votes: | 3 |
| Popularity: | 0.38 |
| First Submitted: | 2025-02-01 23:42 (UTC) |
| Last Updated: | 2026-04-08 18:50 (UTC) |
Dependencies (20)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- bash (bash-gitAUR, bash-devel-gitAUR) (optional) – developer and computer controller extensions
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (optional) – CUDA GPU acceleration for local inference and whisper
- libxcb (libxcb-gitAUR) (optional) – window and screenshot capabilities on X
- ollama (ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-gitAUR, ollama-for-amdAUR, ollama-binAUR) (optional) – locally-running models
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-gitAUR, dssdAUR, pass-secret-serviceAUR, pass-secret-service-gitAUR, keepassxc-qt6AUR, himitsu-secret-serviceAUR, kwallet-gitAUR, pass-secret-service-binAUR, gopass-secret-serviceAUR, rosec-binAUR, rosec-gitAUR, gnome-keyring, keepassxc, kwallet) (optional) – API key management
- ripgrep (ripgrep-gitAUR) (optional) – searching in developer extension
- ruby (optional) – computer controller extension
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR) (optional) – computer controller extension on Wayland
- wmctrl (optional) – computer controller extension on X
- wtype (wtype-gitAUR) (optional) – computer controller extension on Wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – computer controller extension on X
- xdg-desktop-portal (xdg-desktop-portal-gitAUR, xdg-desktop-portal-minimal-gitAUR) (optional) – screenshot capabilities on Wayland
- xdotool (xdotool-gitAUR) (optional) – computer controller extension on X
- xorg-xwininfo (optional) – computer controller extension on X
Latest Comments
cg505 commented on 2026-03-18 23:29 (UTC)
1.28.0 introduces support for local GPU inference for some cases (e.g. voice mode). The binaries provided by block on github do not seem to have this feature enabled. It is enabled in this build, but you can disable by replacing
--all-featureswith--features disable-updatein thebuild(). cuda is also not necessary in makedepends then.