Highlight icon

Highlight 1.1.29

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