lencx / ChatGPT

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
https://nofwl.com
52.08k stars 5.85k forks source link

[Bug] Homebrew Cask Install #402

Open ProfessorManhattan opened 1 year ago

ProfessorManhattan commented 1 year ago

Version

N/A

Bug description

Encountering the following error when installing via the cask method on macOS:

❯ brew tap lencx/chatgpt https://github.com/lencx/ChatGPT && brew install --cask chatgpt --no-quarantine
Error: Tap lencx/chatgpt remote mismatch.
https://github.com/lencx/homebrew-chatgpt != https://github.com/lencx/ChatGPT

OS

macOS

Environment

No response

ProfessorManhattan commented 1 year ago

Perhaps, you can use the recommended method of creating the repository lencx/homebrew-chatgpt that Homebrew expects? Here's an example: https://github.com/epk/homebrew-epk which houses a Cask that's installed via brew install --cask epk/epk/font-sf-mono-nerd-font

oxoocoffee commented 10 months ago

Trying to add Homebrew tap and installation fails on MacOS 14.0 (23A344). Following ChatGPT Users Guide: NoFWL / Installation

brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
brew update
brew install --cask chatgpt --no-quarantine

Output from installation

$ brew install --cask chatgpt --no-quarantine
Warning: Cask 'chatgpt' is unavailable: No Cask with this name exists.
==> Searching for similarly named casks...
==> Casks
chatty                                                    vincelwt-chatgpt

Running brew version

$  brew --version
Homebrew 4.1.15-36-gc0c8a4d
Homebrew/homebrew-core (git revision d3d36c13; last commit 2023-10-16)
Homebrew/homebrew-cask (git revision 9eaf7e2b; last commit 2023-10-16)