Witsy icon

Witsy 3.0.2

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": "3.0.2",
  "src": {
    "url": "https://github.com/nbonamy/witsy/releases/download/v3.0.2/Witsy-3.0.2-darwin-arm64.dmg",
    "sha256": "ddea0d8cfcaa9d7e022b19ee48225939b886bf1b65afc614d4c837a0abac92e1"
  },
  "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/"
  }
}