summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/packages/ai.nix
blob: bf22b09eec7aea155edf98ced5a8d54c5899e23e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  homebrew.casks = [
    "ollamac"
    # "anythingllm"
    "msty"
    "chatgpt"
    "claude"
    "ollama-app"
    "jan"
    "lm-studio"
    "boltai"
    "comfyui"
    "claude-code"
    "antigravity"
    "opencode-desktop"
    "wispr-flow"
    "humanlayer/humanlayer/codelayer"
    "opcode"
  ];

  homebrew.brews = [
    "gemini-cli"
    "codex"
    "opencode"
    "huggingface-cli"
    # "kimi-cli"
  ];
}