Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SideStore/apple-private-apis
A set of Rust libraries to interact with apple's private APIs and servers.
https://github.com/SideStore/apple-private-apis
anisette apple auth authentication grandslam gsa icloud ios macos omnisette rust sideinstaller sidestore signing xcode
Last synced: about 2 months ago
JSON representation
A set of Rust libraries to interact with apple's private APIs and servers.
- Host: GitHub
- URL: https://github.com/SideStore/apple-private-apis
- Owner: SideStore
- License: lgpl-2.1
- Created: 2023-01-16T23:24:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T09:24:23.000Z (8 months ago)
- Last Synced: 2024-05-06T01:30:56.589Z (8 months ago)
- Topics: anisette, apple, auth, authentication, grandslam, gsa, icloud, ios, macos, omnisette, rust, sideinstaller, sidestore, signing, xcode
- Language: Rust
- Homepage:
- Size: 150 KB
- Stars: 71
- Watchers: 14
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `apple-private-apis`
_A set of Rust libraries to interact with apple's private APIs and servers, made for use in [**SideInstaller**](https://sidestore.io)._
[![Rust](https://github.com/SideStore/apple-private-apis/actions/workflows/rust.yml/badge.svg)](https://github.com/SideStore/apple-private-apis/actions/workflows/rust.yml)
![Alt](https://repobeats.axiom.co/api/embed/4d96ea07d261281763b31ead2354ad6dcd6afed1.svg "Repobeats analytics image")
| Library | Description |
| --- | --- |
| [`omnisette`](./omnisette) | A library to generate "anisette" data |
| [`icloud-auth`](./icloud-auth/) | A library to authenticate with Apple's GSA servers |
| [`apple-dev-apis`](./apple-dev-apis/) | An implementation of Apple's Xcode signing/developer APIs |
| [`apple-codesign-wrapper`](./apple-codesign-wrapper/) | A wrapper for the `apple-codesign` crate. See the README for more info |## More details
A detailed write up on Apple's APIs and more is coming soon.
## Project Status
This project is currently in a very early stage. Check the [SideInstaller Github Project](https://github.com/orgs/SideStore/projects/5) and the [repo's issues](https://github.com/SideStore/apple-private-apis/issues) for things that are yet to be done.