forked from alichherawalla/off-grid-mobile-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaltstore-source.json
More file actions
37 lines (37 loc) · 1.71 KB
/
altstore-source.json
File metadata and controls
37 lines (37 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Off Grid",
"identifier": "ai.offgridmobile.source",
"subtitle": "On-device AI apps",
"description": "AltStore source for Off Grid — run LLMs, generate images, and transcribe speech entirely on-device.",
"iconURL": "https://raw.githubusercontent.com/alichherawalla/offline-mobile-llm-manager/main/ios/OffgridMobile/Images.xcassets/AppIcon.appiconset/icon.png",
"headerURL": "",
"website": "https://github.com/alichherawalla/off-grid-mobile",
"sourceURL": "https://raw.githubusercontent.com/alichherawalla/offline-mobile-llm-manager/main/altstore-source.json",
"apps": [
{
"name": "Off Grid",
"bundleIdentifier": "ai.offgridmobile",
"developerName": "Off Grid",
"subtitle": "On-device AI",
"localizedDescription": "Run large language models, generate images with Stable Diffusion, and transcribe speech with Whisper — all on-device, fully offline, no cloud required.",
"iconURL": "https://raw.githubusercontent.com/alichherawalla/offline-mobile-llm-manager/main/ios/OffgridMobile/Images.xcassets/AppIcon.appiconset/icon.png",
"tintColor": "000000",
"versions": [
{
"version": "0.0.42",
"date": "2026-02-14",
"size": 13056961,
"downloadURL": "https://github.com/alichherawalla/off-grid-mobile/releases/download/v0.0.42/OffgridMobile-v0.0.42.ipa",
"localizedDescription": "Update to v0.0.42"
},
{
"version": "0.0.32",
"date": "2026-02-14",
"size": 0,
"downloadURL": "https://github.com/alichherawalla/off-grid-mobile/releases/latest/download/OffgridMobile.ipa",
"localizedDescription": "Initial AltStore release."
}
]
}
]
}