5ire icon

5ire 0.11.3

AI assistant and MCP client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "5ire",
  "version": "0.11.3",
  "src": {
    "url": "https://github.com/nanbingxyz/5ire/releases/download/v0.11.3/5ire-0.11.3-arm64.dmg",
    "sha256": "b1f1b4277e25d09c3d04932ef7895132b97749ab148a5c561b51619d361e9f72"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/5ire.app\" && cp -r \"5ire.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI assistant and MCP client",
    "homepage": "https://5ire.app/"
  }
}