Package Details: chatall 1.78.103-1

Git Clone URL: https://aur.archlinux.org/chatall.git (read-only, click to copy)
Package Base: chatall
Description: Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers
Upstream URL: http://chatall.ai/
Keywords: bingchat chatgpt desktop-app electron electron-app linux macos vuejs3 vuetify3
Licenses: Apache-2.0
Conflicts: chatall
Provides: chatall
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2024-04-24 07:47 (UTC)
Last Updated: 2024-05-01 09:48 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Latest Comments

wznmickey commented on 2024-05-05 08:23 (UTC)

1.78.104 is released.

kageyama commented on 2024-05-03 05:14 (UTC)

if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
    exec electron28 "${_RUNNAME}" "${_OPTIONS}" "${_USER_FLAGS}" "$@" || exit $?
else
    exec electron28 "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "${_USER_FLAGS}" "$@" || exit $?

What is the reason of using --no-sandbox? Also which application will $ELECTRON_RUN_AS_NODE set this value?

If i am wrong let me know, but if someone launches chatall as sudo, and $ELECTRON_RUN_AS_NODE is not set, then chatall will run with --no-sandbox. What is the reason behind it?