ocfox/nixpkgs-tracker

Nixpkgs pr tracker, use Github API.

TypeScript

171

76 commits

updated Jul 31, 2026

See the code

README

How this works

With the GitHub API:

get PR merged commit hash → compare target branch HEAD ... commit → get status

nixpkgs-tracker is not the same as nixpk.gs/pr-tracker: it does not proxy any requests through a server to get PR status.

Therefore, there is no server-side performance bottleneck — all requests go directly from your browser to the GitHub API.

You can get static files with:

nix build github:ocfox/nixpkgs-tracker

Features

  • Show PR status
  • Stable link (e.g. https://nixpkgs-tracker.ocfox.me/?pr=512987)
  • Auto-check PR from the URL on load
  • GitHub token for a higher request limit (optional, stored in localStorage)
  • Check multiple branches at the same time
  • Copy result card as an image
nixpkgs-tracker

Development

nix develop
pnpm install
pnpm dev
pnpm build
pnpm typecheck

Contributors

ocfox

57 commits

phanirithvij

4 commits

BatteredBunny

2 commits

ocfox/nixpkgs-tracker

Nixpkgs pr tracker, use Github API.

TypeScript

171

76 commits

updated Jul 31, 2026

See the code

README

How this works

With the GitHub API:

get PR merged commit hash → compare target branch HEAD ... commit → get status

nixpkgs-tracker is not the same as nixpk.gs/pr-tracker: it does not proxy any requests through a server to get PR status.

Therefore, there is no server-side performance bottleneck — all requests go directly from your browser to the GitHub API.

You can get static files with:

nix build github:ocfox/nixpkgs-tracker

Features

  • Show PR status
  • Stable link (e.g. https://nixpkgs-tracker.ocfox.me/?pr=512987)
  • Auto-check PR from the URL on load
  • GitHub token for a higher request limit (optional, stored in localStorage)
  • Check multiple branches at the same time
  • Copy result card as an image
nixpkgs-tracker

Development

nix develop
pnpm install
pnpm dev
pnpm build
pnpm typecheck

Contributors

ocfox

57 commits

phanirithvij

4 commits

BatteredBunny

2 commits

Languages

TypeScript

64.0%

CSS

27.2%

Nix

6.4%

HTML

2.4%