# not-an-aardvark/lucky-commit

Customize your git commit hashes!

Repository: https://github.com/not-an-aardvark/lucky-commit
Canonical: https://ross.abutalabs.com/products/lucky-commit
Language: Rust
License: MIT
License Family: permissive
Topics: git
Last push: 2025-05-02T03:22:03+00:00

## Health v2 (maintenance only)
Score: 41/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 19, release rhythm 35, longevity 100
- inputs: {"age_days": 3850, "days_push": 488, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1985, forks 38 (observed 2026-08-28T04:06:01.964094+00:00)

## What it is
A Rust CLI tool that amends git commits with whitespace until the commit hash starts with a desired prefix (default '0000000'). It uses GPU acceleration via OpenCL, with a multithreaded CPU fallback.

## Use cases
- make git commit hashes start with zeros
- create vanity git commit hashes
- customize the prefix of a git commit sha
- brute-force a specific git hash prefix
- amend a commit to get a lucky hash

## When to choose
- you want a specific or aesthetic git commit hash prefix
- you want fast hash search with GPU acceleration
- you want a simple cargo-installable CLI

## When to avoid
- you need signed commits, since amending breaks signatures
- you cannot modify commit history
- you lack a GPU and need very long hash prefixes (CPU is ~20x slower)

## Facets
- artifact type: cli-tool
- maturity: active
- function: cryptography, developer-tools, cli, gpu-computing
- domain: version-control, developer-tools
- platform: windows, cli, rust
- tags: git, commit-hashes, sha1, vanity-hash, proof-of-work, command-line, linux, macos, gpu

## Member repositories
- not-an-aardvark/lucky-commit (main) score 41

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:01.964094+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:03:17.534487+00:00, confidence not recorded.
  - readme: https://github.com/not-an-aardvark/lucky-commit (fetched 2026-08-28T04:06:01.964094+00:00, sha 7e462b399c86)
  - registry_crates: https://crates.io/api/v1/crates/lucky-commit (fetched 2026-08-29T10:42:59.824677+00:00, sha cd66edc5a7c4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
