Search Criteria
Package Details: chatall 1.85.110-1
Package Actions
| 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(Use system-wide electron) |
| 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: | 2025-05-23 01:22 (UTC) |
Dependencies (8)
- electron33AUR (electron33-binAUR)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- python (make)
- yarn (yarn-berryAUR, corepackerAUR, yarn-corepackAUR) (make)
Latest Comments
zxp19821005 commented on 2024-05-07 10:04 (UTC)
@kageyama 1. About
--no-sandbox,just solved permission issues encountered during application. 2.$ELECTRON_RUN_AS_NODEwas always set in the packaged application , maybe you can usestrings src/ChatALL-1.78.104/dist_electron/linux-x64/ChatALL | grep ELECTRON_RUN_AS_NODEto find that.wznmickey commented on 2024-05-05 08:23 (UTC)
1.78.104 is released.
kageyama commented on 2024-05-03 05:14 (UTC)
What is the reason of using
--no-sandbox? Also which application will$ELECTRON_RUN_AS_NODEset this value?If i am wrong let me know, but if someone launches
chatallassudo, and$ELECTRON_RUN_AS_NODEis not set, thenchatallwill run with --no-sandbox. What is the reason behind it?