supacode icon

supacode 0.8.1

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