SourceGit icon

SourceGit 2026.10

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.10",
  "src": {
    "url": "https://github.com/ybeapps/homebrew-sourcegit/releases/download/v2026.10-signed/SourceGit-v2026.10-arm64-signed.dmg",
    "sha256": "a444b194870d1650709e55acb511e0e6550b742b5fd09b1deb2f6268eac0aaa6"
  },
  "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"
  }
}