{"id":42086914,"url":"https://github.com/cocool97/appledb_rs","last_synced_at":"2026-01-26T10:31:45.538Z","repository":{"id":282075044,"uuid":"931661469","full_name":"cocool97/appledb_rs","owner":"cocool97","description":"Apple artifacts database","archived":false,"fork":false,"pushed_at":"2025-11-27T08:45:26.000Z","size":1065,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T02:32:36.096Z","etag":null,"topics":["apple","entitlements","ios","macos"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cocool97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-12T16:44:47.000Z","updated_at":"2025-11-27T08:45:30.000Z","dependencies_parsed_at":"2025-04-02T17:25:30.567Z","dependency_job_id":"c2b04f11-61a0-4a7b-9d39-b61d205333fc","html_url":"https://github.com/cocool97/appledb_rs","commit_stats":null,"previous_names":["cocool97/appledb_rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cocool97/appledb_rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fappledb_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fappledb_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fappledb_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fappledb_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocool97","download_url":"https://codeload.github.com/cocool97/appledb_rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocool97%2Fappledb_rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28774579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T09:42:00.929Z","status":"ssl_error","status_checked_at":"2026-01-26T09:42:00.591Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apple","entitlements","ios","macos"],"created_at":"2026-01-26T10:31:45.428Z","updated_at":"2026-01-26T10:31:45.527Z","avatar_url":"https://github.com/cocool97.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"text-align: center\"\u003e\n  \u003cimg src=\"assets/logo.png\" width=\"33%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cp align=\"center\"\u003eApple artifacts database\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        \u003c!-- \u003ca href=\"https://crates.io/crates/appledb_rs\"\u003e\n            \u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/appledb_rs.svg\"/\u003e\n        \u003c/a\u003e ---\u003e\n        \u003ca href=\"https://github.com/cocool97/appledb_rs/actions\"\u003e\n            \u003cimg alt=\"ci status\" src=\"https://github.com/cocool97/appledb_rs/actions/workflows/rust-build.yml/badge.svg\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://deps.rs/repo/github/cocool97/appledb_rs\"\u003e\n            \u003cimg alt=\"dependency status\" src=\"https://deps.rs/repo/github/cocool97/appledb_rs/status.svg\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n            \u003cimg alt=\"dependency status\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"/\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\nServer storing various information about Apple internals on a per platform/version basis.\n\nStored artifacts:\n\n- **Executables**\n    - Entitlements\n    - Frameworks\n- **Devices**\n    - Versions\n\nMain features:\n\n- Full access via API calls, CLI or WebUI\n- Designed to be easily extensible\n- Works in full offline environments !\n\n## Installation\n\nImproved documentation available [here](./documentation/installation.md).\n\n## Server configuration\n\nImproved documentation available [here](./documentation/configuration.md).\n\n## API documentation\n\nSwagger documentations are available when running the server for both public and admin routes:\n\n- Public routes path: `/api/v1/swagger/`\n- Admin routes path: `/api/admin/swagger/`\n\n## Useful tips\n\n### Development\n\nImproved documentation available [here](./documentation/development.md).\n\n## Usage\n\nImproved documentation available [here](./documentation/tips.md).\n\n## Missing features\n\n- Generate and store public / private headers\n\nSome features may still be missing, all pull requests are welcome !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocool97%2Fappledb_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocool97%2Fappledb_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocool97%2Fappledb_rs/lists"}