kogiQA icon

kogiQA 0.5.982

UI automation tool using natural language descriptions

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "kogiqa",
  "version": "0.5.982",
  "src": {
    "url": "https://updater.kogiqa.com/release/kogi-qa-0.5.982-universal.dmg",
    "sha256": "4159d69ed15a7ca5bbda5fe7bdfbc2fc2eef83a612e9bfdaa275a969144e6446"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/kogiQA.app\" && cp -r \"kogiQA.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "UI automation tool using natural language descriptions",
    "homepage": "https://kogiQA.com/"
  }
}