Highlight icon

Highlight 1.2.55

Context-aware AI assistant

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "highlight",
  "version": "1.2.55",
  "src": {
    "url": "https://cdn.highlightai.com/releases/darwin/arm64/Highlight-1.2.55-arm64.dmg",
    "sha256": "f2df11e69bc29698ae3c85e099f345612b4f0a3bcb209d166ebad0a5b5f11f98"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Highlight.app\" && cp -r \"Highlight.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Context-aware AI assistant",
    "homepage": "https://highlightai.com/"
  }
}