supacode icon

supacode 0.6.3

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.6.3",
  "src": {
    "url": "https://supacode.sh/download/v0.6.3/supacode.dmg",
    "sha256": "6303015545286025a0a1ed0712775507b6072ef2f4a5a64f5baf9132f2766571"
  },
  "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/"
  }
}