Highlight icon

Highlight 1.3.0

Context-aware AI assistant

Installation

System wide:

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

Home Manager:

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

Package Definition

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