Skip to content

Commit

Permalink
Merge pull request #172927 from Aaron-Rumpler/msty
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane committed May 4, 2024
2 parents 397646e + d270356 commit ef48877
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Casks/m/msty.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef48877

Please sign in to comment.