Witsy icon

Witsy 2.13.1

BYOK (Bring Your Own Keys) AI assistant

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "witsy",
  "version": "2.13.1",
  "src": {
    "url": "https://github.com/nbonamy/witsy/releases/download/v2.13.1/Witsy-2.13.1-darwin-arm64.dmg",
    "sha256": "e858967196a016369b52074cbfd287c6f75b98c9f306274248e8c4031a1a31e3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Witsy.app\" && cp -r \"Witsy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "BYOK (Bring Your Own Keys) AI assistant",
    "homepage": "https://witsyai.com/"
  }
}