Known package releases of git-machete

June 22, 2026 · View on GitHub

In case the given package system provides multiple channels (stable/edge etc.), the edge-most channel that corresponds to the released versions of git-machete is listed (so as to make spotting potential blockers/errors in the given system easier).

Package systemVersionPackage linkDefinition linkPRs linkControlled byReleased byInstalls completions 1 and/or man page?Downloads, last modified etc.
Alpine LinuxAlpine Linux Edge packageAlpine Linux Edge packageAPKBUILD (points to GitHub)Alpine Linux package maintainersAlpine Linux package maintainersbash, fish, zsh
Arch User RepositoryAUR packageAUR packagePKGBUILD (points to GitHub)AUR maintainers, incl. Ilaï DeutelAUR maintainers2bash, fish, zsh + man pageAUR last modified
Conda ForgeConda packageConda packageRecipe (points to PyPI, sdist)PRsFeedstock maintainers, incl. @asford (Alex Ford) and ourselvesFeedstock GitHub bot-Conda downloads
GentooGentoo packageGentoo packageebuild (points to GitHub)Gentoo package maintainersGentoo package maintainersbash, fish, zsh + man page
GitHub ReleasesGitHub latest releaseGitHub releasesOurselvesOur CI on master builds-GitHub releases total downloads3
Homebrewhomebrew formulaFormulaFormula source (points to PyPI, sdist)PRsHomebrew maintainersBrewTestBot 4bash, fish, zsh + man pagehomebrew formula monthly downloads
homebrew formula quarterly downloads
homebrew formula yearly downloads
LiGurOS (Gentoo fork)LiGurOS develop packageebuild (points to GitHub)LiGurOS package maintainersLiGurOS package maintainersbash, fish, zsh + man page
nixpkgsnixpkgs unstable packagenixpkgs unstable packageExpression (points to GitHub)PRsnixpkgs maintainers, incl. @blitz (Julian Stecklina)@r-ryantm bot (logs)5bash, fish, zsh
PyPIPyPI packagePyPI package
Test PyPI package
OurselvesOur CI on master builds6-PyPI daily downloads
PyPI weekly downloads
PyPI monthly downloads
PyPI wheel?
PPA (Ubuntu) deprecated, no updates since v3.32.07PPA packagesdebian/ folder (in this repo)OurselvesOur CI on master builds (uploads source package), then Launchpad build system (see builds)-
Read the DocsN/ARead the Docs (stable)
Read the Docs (latest)
Admin page
OurselvesRead the Docs itself (see builds), triggered by GitHub webhook 8N/ARead the Docs build status
Scoop (Windows)ScoopScoop packageManifest (points to PyPI, bdist wheel; auto-updates based on GitHub)PRsScoop maintainersScoop itself (thanks to autoupdate attribute in manifest)-
SnapSnapSnap packagesnapcraft.yaml (in this repo)OurselvesOur CI on master builds9-
T2 SDET2 SDE packageT2 SDE packagePackage definition (points to GitHub)T2 SDE package maintainersT2 SDE package maintainers-

Repology

Duplicates some badges already included in the above table, but may also include newly-added packages that we're not aware of yet.

Packaging status

Footnotes

  1. Completions are available under all package managers via git machete completion <shell>. This column tells whether the completions are installed out of the box in the system, with no need for source <(git machete completion <shell>) in shell rc file.

  2. If a release introduces significant changes/critical bugfixes, we should flag the package as out of date.

  3. GitHub downloads most likely correspond to the RPM packages attached to the releases up to v3.29.2.

  4. Homebrew updates used to be done by our CI until git-machete has been added to .github/autobump.txt in Homebrew/homebrew-core on PR #171225 to Homebrew/homebrew-core.

  5. nixpkgs releases used to be done by our CI until @blitz's PR #131141 to NixOS/nixpkgs which set up the bot.

  6. CI builds of develop publish the package to Test PyPI. CI builds of master publish the package to main (production) PyPI.

  7. There are no badges available for PPA packages; see badges/shields#560.

  8. Read the Docs builds of develop are published as latest. Read the Docs builds of master are published as stable.

  9. Releases used to be done by Snap Store itself, triggered by webhook. We moved that process to CI to skip a manual promotion step.