AionUI icon

AionUI 1.3.1

GUI for Gemini CLI

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "aionui",
  "version": "1.3.1",
  "src": {
    "url": "https://github.com/iOfficeAI/AionUi/releases/download/v1.3.1/AionUi-1.3.1-mac-arm64.dmg",
    "sha256": "4790c82e9be7522a8ce0b70f19b7f7d578cbcec0fec3d71cf6928b8dfc1fdaa1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AionUI.app\" && cp -r \"AionUI.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GUI for Gemini CLI",
    "homepage": "https://github.com/iOfficeAI/AionUi"
  }
}