5ire icon

5ire 0.15.1

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