https://github.com/cocool97/appledb_rs
Apple artifacts database
https://github.com/cocool97/appledb_rs
apple entitlements ios macos
Last synced: 5 months ago
JSON representation
Apple artifacts database
- Host: GitHub
- URL: https://github.com/cocool97/appledb_rs
- Owner: cocool97
- Created: 2025-02-12T16:44:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-27T08:45:26.000Z (7 months ago)
- Last Synced: 2025-11-30T02:32:36.096Z (6 months ago)
- Topics: apple, entitlements, ios, macos
- Language: Rust
- Homepage:
- Size: 1.02 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Apple artifacts database
Server storing various information about Apple internals on a per platform/version basis.
Stored artifacts:
- **Executables**
- Entitlements
- Frameworks
- **Devices**
- Versions
Main features:
- Full access via API calls, CLI or WebUI
- Designed to be easily extensible
- Works in full offline environments !
## Installation
Improved documentation available [here](./documentation/installation.md).
## Server configuration
Improved documentation available [here](./documentation/configuration.md).
## API documentation
Swagger documentations are available when running the server for both public and admin routes:
- Public routes path: `/api/v1/swagger/`
- Admin routes path: `/api/admin/swagger/`
## Useful tips
### Development
Improved documentation available [here](./documentation/development.md).
## Usage
Improved documentation available [here](./documentation/tips.md).
## Missing features
- Generate and store public / private headers
Some features may still be missing, all pull requests are welcome !