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