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