supacode icon

supacode 0.10.2

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