Skip to content

Commit

Permalink
macai 2.0.2 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikurek committed Jan 8, 2025
1 parent c2ceceb commit 34c5a7f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/m/macai.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "macai" do
version "2.0.2"
sha256 "53c18fd2806d35c7896e77f49199c59e7238ff7281ef43899985b0e6f4e361c4"

url "https://github.com/Renset/macai/releases/download/v#{version}/macai.#{version}.Universal.zip"
name "macai"
desc "Native chat application for all major LLM APIs"
homepage "https://github.com/Renset/macai"

auto_updates true
depends_on macos: ">= :ventura"

app "macai.app"

zap trash: [
"~/Library/Application Scripts/notfullin.com.macai",
"~/Library/Containers/notfullin.com.macai",
]
end

0 comments on commit 34c5a7f

Please sign in to comment.