Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cate # Cate
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cate # Cate
];
} Package Definition
{
"pname": "cate",
"version": "1.7.0",
"src": {
"url": "https://github.com/0-AI-UG/cate/releases/download/v1.7.0/Cate-1.7.0-arm64.dmg",
"sha256": "4deba2757d813a13e784b0d71e6e7fb22f418d7c06e0bec7b87f47eab7aa43ec"
},
"installPhase": [
"mkdir -p \"$out/Applications/Cate.app\" && cp -r \"Cate.app\" \"$out/Applications\""
],
"meta": {
"description": "Infinite zoomable canvas with editor, terminal, and browser panels",
"homepage": "https://cate.cero-ai.com/"
}
}