mirror of
https://github.com/ChiChou/entdb.git
synced 2026-06-10 23:07:47 +02:00
320951a50f83ef940307c5f71598c8f238274f3e
- Remove virtualization from keys page, use simple grid layout - Add min-h-0 to main element for proper flex behavior - Add subtle blue tint (oklch hue 250) to primary, accent, ring colors - Keep black/white backgrounds, only colorize interactive elements - Fix hover states to use foreground color instead of primary
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.
Related Repositories
| 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
Description
Languages
TypeScript
96.9%
CSS
3%