QChatGPT
Version 0.3.7
ChatGPT Quasar Framework で作成されたクロスプラットフォーム クライアント (Linux、Windows、Mac、Android、iOS)
プラットフォーム | 利用可能 | |
---|---|---|
リナックス64 | ✔ | ダウンロード |
ウィンドウズ64 | ✔ | ダウンロード |
MacOS arm64 | ✔ | ダウンロード |
アンドロイド64 | ✔ | ダウンロード |
iOS |
yarn
# or
npm install
yarn quasar dev
# or
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
yarn quasar build
# or
quasar build
「quasar.config.js の構成」を参照してください。
ファイル「QChatGPT-linux-x64.zip」をホーム ディレクトリに解凍した後、次のコマンドを実行します。
echo "[Desktop Entry]
Type=Application
Name=QChatGPT
Comment=Qchatgpt
Exec=$HOME/QChatGPT-linux-x64/QChatGPT
Icon=$HOME/QChatGPT-linux-x64/icon.png
Terminal=false
StartupNotify=true
Categories=Utility;" > $HOME/.local/share/applications/QChatGPT.desktop
chmod +x $HOME/.local/share/applications/QChatGPT.desktop
update-desktop-database $HOME/.local/share/applications