Agent TARS icon

Agent TARS 1.0.0-alpha.8

Multimodal AI agent for GUI interaction

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    agent-tars # Agent TARS
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    agent-tars # Agent TARS
  ];
}

Package Definition

{
  "pname": "agent-tars",
  "version": "1.0.0-alpha.8",
  "src": {
    "url": "https://github.com/bytedance/UI-TARS-desktop/releases/download/Agent-TARS-v1.0.0-alpha.8/Agent.TARS-1.0.0-alpha.8-universal.dmg",
    "sha256": "4e2c8c30740c32196955874b3357a06994863abc33330898e214690a61529132"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Agent TARS.app\" && cp -r \"Agent TARS.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Multimodal AI agent for GUI interaction",
    "homepage": "https://github.com/bytedance/UI-TARS-desktop"
  }
}