From d270356a2ecdc345948167865df2fea38176ea9b Mon Sep 17 00:00:00 2001 From: Aaron Rumpler <80610725+Aaron-Rumpler@users.noreply.github.com> Date: Sun, 5 May 2024 00:54:23 +1200 Subject: [PATCH] msty 0.7.1 (new cask) --- Casks/m/msty.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Casks/m/msty.rb diff --git a/Casks/m/msty.rb b/Casks/m/msty.rb new file mode 100644 index 0000000000000..61c948c0942ff --- /dev/null +++ b/Casks/m/msty.rb @@ -0,0 +1,31 @@ +cask "msty" do + arch arm: "arm64", intel: "x64" + + version "0.7.1" + sha256 :no_check + + url "https://assets.msty.app/Msty_#{arch}.dmg" + name "Msty" + desc "Run LLMs locally" + homepage "https://msty.app/" + + livecheck do + url "https://assets.msty.app/latest-mac.yml" + strategy :electron_builder + end + + auto_updates true + depends_on macos: ">= :catalina" + + app "Msty.app" + + uninstall quit: "app.msty.app" + + zap trash: [ + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.msty.app.sfl*", + "~/Library/Application Support/Msty", + "~/Library/Logs/Msty", + "~/Library/Preferences/app.msty.app.plist", + "~/Library/Saved Application State/app.msty.app.savedState", + ] +end