Search Criteria
Package Details: aichat-ng 0.29.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aichat-ng.git (read-only, click to copy) |
---|---|
Package Base: | aichat-ng |
Description: | OpenAI, ChatGPT, ollama and more in your terminal. Fork with advanced features. |
Upstream URL: | https://github.com/blob42/aichat-ng |
Keywords: | chat cli llm tui |
Licenses: | AGPL3 |
Conflicts: | aichat, aichat-bin, aichat-git |
Submitter: | blob42 |
Maintainer: | blob42 |
Last Packager: | blob42 |
Votes: | 3 |
Popularity: | 0.95 |
First Submitted: | 2024-07-01 18:12 (UTC) |
Last Updated: | 2025-06-22 00:43 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- mold (mold-gitAUR) (make)
Latest Comments
lightdot commented on 2025-06-27 03:30 (UTC)
Nothing depends on aichat at the moment, but perhaps adding aichat to provides wouldn't be a bad idea, just in case.
Thanks for working on the "ng" version.
hsantanna commented on 2025-06-06 14:25 (UTC) (edited on 2025-06-06 14:26 (UTC) by hsantanna)
to build this, you have to install oniguruma as as system package first:
sudo pacman -S oniguruma
after that, edit the PKGBUILD, inside build() add:
export RUSTONIG_SYSTEM_LIBONIG=1
lenhuppe commented on 2025-06-04 15:44 (UTC)