AnythingLLM icon

AnythingLLM 1.6.9

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.9",
  "src": {
    "url": "https://s3-us-west-1.amazonaws.com/public.useanything.com/latest/AnythingLLMDesktop-Silicon.dmg",
    "sha256": "cff46b5166925f42058a84c8f8d2cd913cc3f510ae37bd1c6bbcf9cc2279cd0e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"AnythingLLM.app\" \"$out/Applications/AnythingLLM.app\""
  ],
  "meta": {
    "description": "Private desktop AI chat application",
    "homepage": "https://useanything.com/"
  }
}