summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/packages/casks/ai.nix
blob: 475b81d99df60c063747362fd6453ea5d25eade7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  homebrew.casks = [
    "ollamac"
    # "anythingllm"
    "msty"
    "chatgpt"
    "claude"
    "ollama-app"
    "jan"
    "lm-studio"
    "boltai"
    "comfyui"
    "claude-code"
  ];

  homebrew.brews = [
    "gemini-cli"
    "codex"
  ];
}