Search Criteria
Package Details: aichat-ng 0.31.0-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 |
| Provides: | aichat |
| Submitter: | blob42 |
| Maintainer: | blob42 |
| Last Packager: | blob42 |
| Votes: | 2 |
| Popularity: | 0.010078 |
| First Submitted: | 2024-07-01 18:12 (UTC) |
| Last Updated: | 2025-08-14 11:26 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- mold (mold-gitAUR, mold-x86-gitAUR) (make)
Latest Comments
blob42 commented on 2025-07-07 01:15 (UTC)
@lightdot Thanks for the advise I will make the change in the next release. Glad you found this fork helpful.
@lemhuppe do you still encounter this error ? I already updated a problematic package that broke the build.
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 onigurumaafter that, edit the PKGBUILD, inside build() add:
export RUSTONIG_SYSTEM_LIBONIG=1lenhuppe commented on 2025-06-04 15:44 (UTC)