cc e5e5c0c717 Add home page filter and display product names
- Add filter input to home page header (searches by product name/version)
- Move platform toggles (iOS/macOS/OS X) to header
- Display product names (e.g., "macOS Big Sur") on each build card
- Normalize platform names: mac→macOS, osx→OS X
- Center section headers with larger font
- Support left/right positions in HeaderPortal
2026-04-15 19:22:34 +02:00

entdb

Web frontend for the Entitlement Database — browse iOS and macOS entitlements across OS versions.

Features

  • Browse entitlement keys by OS version
  • Search binaries by entitlement key
  • Compare entitlements across versions with diff view
  • View version history for individual binaries

Technical Details

Built as a static Next.js site deployed to GitHub Pages.

It uses pre-built static KV format (on top of JSON) with HTTP Range requests.

Repository Description
entdb-indexer Crontab workflow to discover and index firmware
entdb-data Raw entitlement data repository

Development

npm install
npm run dev

License

MIT

S
Description
No description provided
Readme 376 KiB
Languages
TypeScript 96.9%
CSS 3%