Highlight icon

Highlight 1.2.131

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