supacode icon

supacode 0.10.4

Native terminal coding agents command center

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    supacode # supacode
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    supacode # supacode
  ];
}

Package Definition

{
  "pname": "supacode",
  "version": "0.10.4",
  "src": {
    "url": "https://supacode.sh/download/v0.10.4/supacode.dmg",
    "sha256": "d3c39c4e1ec5e96c960837d2e2677489f51e8e07e8f83da5e1111aae30150a39"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/supacode.app\" && cp -r \"supacode.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Native terminal coding agents command center",
    "homepage": "https://supacode.sh/"
  }
}