5ire icon

5ire 0.13.0

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.13.0",
  "src": {
    "url": "https://github.com/nanbingxyz/5ire/releases/download/v0.13.0/5ire-0.13.0-arm64.dmg",
    "sha256": "672fd0f84098c9ccaeb5edaad371d6ee23757b9f1de2d6851d9de99ce7a00cae"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/5ire.app\" && cp -r \"5ire.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI assistant and MCP client",
    "homepage": "https://5ire.app/"
  }
}