Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Casks/lil-agents.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "lil-agents" do
version "1.2.2"
sha256 "a4cf7d9955ffb3881c6050505a9aedd91dd553952dc3e53aa00e4eb52485ea95"

url "https://github.com/ryanstephen/lil-agents/releases/download/v#{version}/LilAgents-v#{version}.zip",
verified: "github.com/ryanstephen/lil-agents/"
name "lil agents"
desc "Tiny AI companions that live on your macOS dock"
homepage "https://lilagents.xyz"

depends_on macos: ">= :sonoma"

app "lil agents.app"

zap trash: [
"~/Library/Preferences/xyz.lilagents.LilAgents.plist",
"~/Library/Caches/xyz.lilagents.LilAgents",
]
end
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Supports **Claude Code**, **OpenAI Codex**, **GitHub Copilot**, and **Google Gem

**[Download for macOS](https://lilagents.xyz)** · [Website](https://lilagents.xyz)

## install

### Homebrew (recommended)

```bash
brew tap ryanstephen/lil-agents
brew install --cask lil-agents
```

### Direct download

Download the latest release from [lilagents.xyz](https://lilagents.xyz).

## features

- Animated characters rendered from transparent HEVC video
Expand Down
19 changes: 19 additions & 0 deletions homebrew/lil-agents.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "lil-agents" do
version "1.2.2"
sha256 "a4cf7d9955ffb3881c6050505a9aedd91dd553952dc3e53aa00e4eb52485ea95"

url "https://github.com/ryanstephen/lil-agents/releases/download/v#{version}/LilAgents-v#{version}.zip",
verified: "github.com/ryanstephen/lil-agents/"
name "lil agents"
desc "Tiny AI companions that live on your macOS dock"
homepage "https://lilagents.xyz"

depends_on macos: ">= :sonoma"

app "lil agents.app"

zap trash: [
"~/Library/Preferences/xyz.lilagents.LilAgents.plist",
"~/Library/Caches/xyz.lilagents.LilAgents",
]
end