Highlight icon

Highlight 1.3.27

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.27",
  "src": {
    "url": "https://cdn.highlightai.com/releases/darwin/arm64/Highlight-1.3.27-arm64.dmg",
    "sha256": "44d9d3d16aa6c596c8ad8516a1893b692d6f90acf8bdacb4e0f09e8443c5441a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Highlight.app\" && cp -r \"Highlight.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Context-aware AI assistant",
    "homepage": "https://highlightai.com/"
  }
}