mirror of
https://github.com/ChiChou/entdb.git
synced 2026-06-10 23:07:47 +02:00
7d6fea9ef06371f7c4cd032f4e2d611a1a6bad66
- Move Keys/Files button group left-aligned after version dropdown - Add icons to Keys/Files buttons with longer labels - Use compact icon-only expand/collapse buttons on files and find pages - Make platform filters (iOS/mac/osx) toggleable instead of anchors - Optimize find page: filter controls right-aligned on same row as title - Simplify keys page to flat grid layout without tree grouping
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%