Package Details: aichat-ng 0.29.2-1

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)

Required by (0)

Sources (1)

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)

 error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "/tmp/aichat-ng/src/aichat-ng-0.29.1/target/release/build/onig_sys-730e397480cee033/out" "-I" "oniguruma/src" "-fno-omit-frame-pointer" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-fexceptions" "-Wp,-D_FORTIFY_SOURCE=3" "-Wformat" "-Werror=format-security" "-fstack-clash-protection" "-fcf-protection" "-fno-omit-frame-pointer" "-mno-omit-leaf-frame-pointer" "-g" "-ffile-prefix-map=/tmp/aichat-ng/src=/usr/src/debug/aichat-ng" "-flto=auto" "-o" "/tmp/aichat-ng/src/aichat-ng-0.29.1/target/release/build/onig_sys-730e397480cee033/out/a445302c6d3dcb51-regparse.o" "-c" "oniguruma/src/regparse.c"


warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...