Package Details: toad-ai 0.6.18-1

Git Clone URL: https://aur.archlinux.org/toad-ai.git (read-only, click to copy)
Package Base: toad-ai
Description: A unified interface for AI in your terminal
Upstream URL: https://github.com/batrachianai/toad
Keywords: ai tui
Licenses: AGPL-3.0-only
Conflicts: batrachianai-toad, toad
Provides: toad
Submitter: dbirks
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 2
Popularity: 1.14
First Submitted: 2025-12-24 13:53 (UTC)
Last Updated: 2026-05-17 13:13 (UTC)

Latest Comments

khdlr commented on 2025-12-27 14:13 (UTC) (edited on 2025-12-27 14:14 (UTC) by khdlr)

Adding --relocatable to the uv venv line fixes the issue described by @tyjak:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ package() {
   cd "toad-${pkgver}"

   # Create a virtual environment with Python 3.14 and install the wheel
-  uv venv "$pkgdir/usr/lib/$pkgname/venv" --python 3.14
+  uv venv "$pkgdir/usr/lib/$pkgname/venv" --python 3.14 --relocatable
   uv pip install --python "$pkgdir/usr/lib/$pkgname/venv/bin/python" dist/*.whl

   # Create wrapper script

tyjak commented on 2025-12-26 08:49 (UTC) (edited on 2025-12-26 08:57 (UTC) by tyjak)

I have this error when launch :

/usr/bin/toad: /usr/lib/toad-ai/venv/bin/toad: /home/david/.cache/yay/toad-ai/pkg/toad-ai/usr/lib/toad-ai/venv/bin/python: mauvais interpréteur: Aucun fichier ou dossier de ce nom

I had to edit the /usr/lib/toad-ai/venv/bin/toad and modify the shell bang (that was fasly pointing my pkg build cache dir) to #!/usr/lib/toad-ai/venv/bin/python