SourceGit icon

SourceGit 2026.08

Git GUI client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sourcegit",
  "version": "2026.08",
  "src": {
    "url": "https://github.com/ybeapps/homebrew-sourcegit/releases/download/v2026.08-signed/SourceGit-v2026.08-arm64-signed.dmg",
    "sha256": "5dfc97375c42bd82f4b22b580f278b79323ff6caf456e414792c94735c81766d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SourceGit.app\" && cp -r \"SourceGit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Git GUI client",
    "homepage": "https://github.com/sourcegit-scm/sourcegit"
  }
}