kogiQA icon

kogiQA 0.5.1114

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.1114",
  "src": {
    "url": "https://updater.kogiqa.com/release/kogi-qa-0.5.1114-universal.dmg",
    "sha256": "8ee0f8cbba9ea9ac9d66cb79de2070d87bd9743f9e37c28c8c9e329b3bae6a71"
  },
  "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/"
  }
}