kogiQA icon

kogiQA 0.5.974

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.974",
  "src": {
    "url": "https://updater.kogiqa.com/release/kogi-qa-0.5.974-universal.dmg",
    "sha256": "df654bf829d19ff1335c069499d8687fcca1e86a740548ec8d41bedbdc44e83e"
  },
  "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/"
  }
}