AnythingLLM icon

AnythingLLM 1.6.11

Private desktop AI chat application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    anythingllm # AnythingLLM
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    anythingllm # AnythingLLM
  ];
}

Package Definition

{
  "pname": "anythingllm",
  "version": "1.6.11",
  "src": {
    "url": "https://s3-us-west-1.amazonaws.com/public.useanything.com/latest/AnythingLLMDesktop-Silicon.dmg",
    "sha256": "abde60086548918a8aaf1c84b7e0052167e09668eb7bac43c999fc21677653df"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"AnythingLLM.app\" \"$out/Applications/AnythingLLM.app\""
  ],
  "meta": {
    "description": "Private desktop AI chat application",
    "homepage": "https://useanything.com/"
  }
}