-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRipeStore.json
More file actions
706 lines (706 loc) · 53.9 KB
/
RipeStore.json
File metadata and controls
706 lines (706 loc) · 53.9 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
{
"name": "RipeStore",
"subtitle": "The high quality sideloading experience you deserve.",
"identifier": "com.ripestore.source",
"sourceURL": "https://raw.githubusercontent.com/RipeStore/repos/main/RipeStore.json",
"description": "Do not expect in-app-purchases or mods that unlock premium features. Rarely, only important patches to ensure app function might be applied.\n\nPlease note that most of the IPAs are fully unpatched, meaning you need to patch them yourself with tweaks (for example SideloadFix, FixFilePicker etc) while signing.",
"iconURL": "https://i.imgur.com/pqIZoZo.jpeg",
"website": "https://ripestore.github.io/",
"patreonURL": "https://ripestore.github.io/",
"headerURL": "https://i.imgur.com/nhHq9ly.png",
"tintColor": "#6156e2",
"featuredApps": [
"com.chairentertainment.IB3",
"com.your-company.DelightGames"
],
"apps": [
{
"name": "ByeTunes",
"bundleIdentifier": "com.EduAlexxis.MusicManager",
"developerName": "EduAlexxis",
"subtitle": "On-device music and ringtone injection for iOS",
"localizedDescription": "ByeTunes is a native iOS app that lets you inject music (MP3, M4A, FLAC, WAV) and ringtones directly into your device's media library—without needing a computer connection for every sync. It communicates directly with the iOS media database, giving you the power to manage your music on your terms.\n\nFeatures :\n\n• Direct Music Injection: Add songs to your Apple Music library without a PC.\n• Ringtone Manager: Inject custom ringtones (.m4r and .mp3 auto-conversion).\n• Playlist Support: Create and manage playlists on the fly.\n• No Computer Needed (after setup): Once paired, you're free!\n• Metadata Editing: Auto-fetched from iTunes or Deezer.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/ICON.webp",
"tintColor": "#aa0e1c",
"category": "utilities",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/IMG_8815.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/IMG_8818.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/IMG_8819.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/IMG_8820.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/IMG_8821.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/BYETUNES/IMG_8822.webp"
],
"versions": [
{
"version": "1.0.1",
"date": "2026-01-28T16:02:00Z",
"localizedDescription": "• Added support for static lyrics.\n• Fixed compatibility issues with iOS 17 and iOS 18.\n• Introduced experimental support for iOS 16.\n• Added the ability to manually edit metadata.\n• Added support for the native Glass UI navigation bar on iOS 26.\n• Added support for importing folders and subfolders.\n• Improved first-launch instructions.\n• Fixed various bugs and improved overall code performance.",
"downloadURL": "https://cdn.yemoja.xyz/ByeTunes/v1.0.1/ByeTunes.ipa",
"size": 12000000,
"minOSVersion": "16.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "SimpleFrontend",
"bundleIdentifier": "com.jimdude.SimpleFrontend",
"developerName": "Stossy11",
"subtitle": "Frontend for your web-apps and emulators",
"localizedDescription": "SimpleFrontend is an easy to use and lightweight frontend for native \u0026 web-based applications, emulators, etc. \n\nJust paste in a link to any site or app urlscheme you want, enter its details and the app loads it instantly in a clean, native interface to launch everything just at one tap.\n\nFeatures\n- Launch web-based applications by pasting a URL\n- Clean, Easy to use interface\n- Fast and lightweight performance\n- Works with a wide range of native emulators using URL Schemes.\n- No configuration required\n\nWhether you’re exploring classic experiences or testing web-based tools, SimpleFrontend provides a streamlined way to launch and use them.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/SIMPLEFRONTEND/logo.png",
"tintColor": "#8c14d4",
"category": "utilities",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/SIMPLEFRONTEND/1.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/SIMPLEFRONTEND/2.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/SIMPLEFRONTEND/3.webp"
],
"versions": [
{
"version": "1.2",
"date": "2025-12-17T05:15:00Z",
"localizedDescription": "Fixed UI elements",
"downloadURL": "https://cdn.yemoja.xyz/SimpleFrontend/v1.2/SimpleFrontend_1.2.ipa",
"size": 2900000,
"minOSVersion": "15.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "NekoSurf",
"bundleIdentifier": "com.wrngwrld.Chanyan",
"developerName": "Marvin Jaeckisch",
"subtitle": "A Chan Reader written in Flutter",
"localizedDescription": "🍀 4chan image board viewer for iOS and Android, written in Flutter\n\nFeatures :\n• Boards and threads that can be favorised\n• Boards in grid- or listview\n• Sortable boards\n• Fast video and image gallery (Support for WebM on iOS)\n• Downloadable images and Videos (WebMs will be converted to MP4)\n• Download all images from one board\n• Supporting Dark Mode",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/NEKOSURF/logo.png",
"tintColor": "#6cd4ec",
"category": "social",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NEKOSURF/1.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NEKOSURF/2.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NEKOSURF/3.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NEKOSURF/4.webp"
],
"versions": [
{
"version": "0.10.4",
"date": "2026-01-15T10:41:00Z",
"localizedDescription": "• Migrate to ffmpeg_kit_flutter_new ",
"downloadURL": "https://cdn.yemoja.xyz/NekoSurf/v0.10.4/NekoSurf_0.10.4_flight.ipa",
"size": 49900000,
"minOSVersion": "15.8.4"
},
{
"version": "0.10.3",
"date": "2025-10-18T19:49:00Z",
"localizedDescription": "• Update icon to use icon composer on iOS\n• Remove legacy launch assets\n• Fix transparent app icon",
"downloadURL": "https://cdn.yemoja.xyz/NekoSurf/v0.10.3/NekoSurf_0.10.3_flight.ipa",
"size": 45400000,
"minOSVersion": "15.8.4"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSAppleMusicUsageDescription": "Runner requires to play music.",
"NSCameraUsageDescription": "Runner requires access to your phone’s camera.",
"NSPhotoLibraryUsageDescription": "Runnerphotos description"
}
}
},
{
"name": "ImageX",
"bundleIdentifier": "com.tinyperfectapps.imagex",
"developerName": "Lyu Jiahao",
"subtitle": "Upscale, Enhance using Waifu2x",
"localizedDescription": "Note : Features behind in-app purchases.\n\n• AI Super Resolution\n• AI Frame Interpolation\n• Dozens of models\n• Local processing\n• GPU acceleration\n• Rich formats\n• Waifu2x \n• Real-CUGAN \n• Real-ESRGAN \n• SRMD \n• RealSR \n• RIFE \n• IFRNet\n\n- ImageX built-in a variety of latest image enhancement AI algorithms.\n\n- AI Super Resolution, enlarges the image, improve the image quality, noise reduction.\n- AI Frame Interpolation, improve the smoothness of animated image.\n- Dozens of pre-trained models, suitable for different styles.\n- Local offline processing, no upload required, ensuring privacy.\n- Support GPU hardware acceleration, faster processing speed.\n- Rich format, support JPG PNG APNG GIF WebP HEIC format.\n- No ads.\n- Supports iOS and Mac (sold separately).\n(For batch processing and faster speeds, we recommend the Mac version)\n\nPrivacy Protection:\nAll images are processed offline locally on the device, no uploading, no privacy risk.\n\nNon-Pro version restrictions:\n- iOS\n1. Any side of the output that is higher than 1280 pixels or the output that is an animated image does not support saving and sharing.\n2. Batch saving and sharing are not supported.\n- Mac\n1. Any side of the output that is higher than 1280 pixels or the output that is an animated image will be ignored.\n\nSubscription:\n1. Upgrade to Pro with Subscription or Lifetime Purchase to unlock full access.\n2. If subscribing to the Pro version (monthly subscription or annual subscription; lifetime purchases are not included), the subscription will automatically renew unless you cancel the subscription 24 hours before the end of the next recurring date.\n3. Pro for iOS and Mac are sold separately; iOS in-app purchases are only applicable to iOS App use, and Mac in-app purchases are only applicable to Mac App use.\n4. For batch processing and faster speeds, please choose the Mac version.\n\nPrivacy Policy: https://www.tinyperfectapps.com/res/imagex/policy/imagex_privacy_policy.html\nTerms of Use: https://www.tinyperfectapps.com/res/imagex/policy/imagex_terms_and_conditions.html\n\nReference projects:\nWaifu2x\n- nagadomi/waifu2x: https://github.com/nagadomi/waifu2x (MIT)\n- lltcggie/waifu2x-caffe: https://github.com/lltcggie/waifu2x-caffe (MIT)\n- nihui/waifu2x-ncnn-vulkan: https://github.com/nihui/waifu2x-ncnn-vulkan (MIT)\nReal-CUGAN\n- bilibili/ailab: https://github.com/bilibili/ailab/tree/main/Real-CUGAN (MIT)\n- nihui/realcugan-ncnn-vulkan: https://github.com/nihui/realcugan-ncnn-vulkan (MIT)\nReal-ESRGAN\n- xinntao/Real-ESRGAN: https://github.com/xinntao/Real-ESRGAN (BSD3)\n- xinntao/Real-ESRGAN-ncnn-vulkan: https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan (MIT)\nSRMD\n- cszn/SRMD: https://github.com/cszn/SRMD (MIT)\n- cszn/KAIR: https://github.com/cszn/KAIR (MIT)\n- nihui/srmd-ncnn-vulkan: https://github.com/nihui/srmd-ncnn-vulkan (MIT)\nRealSR\n- jixiaozhong/RealSR: https://github.com/jixiaozhong/RealSR (Apache2)\n- nihui/realsr-ncnn-vulkan: https://github.com/nihui/realsr-ncnn-vulkan (MIT)\nRIFE\n- megvii-research/ECCV2022-RIFE: https://github.com/megvii-research/ECCV2022-RIFE (MIT)\n- nihui/rife-ncnn-vulkan: https://github.com/nihui/rife-ncnn-vulkan (MIT)\nIFRNet\n- ltkong218/IFRNet: https://github.com/ltkong218/IFRNet (MIT)\n- nihui/ifrnet-ncnn-vulkan: https://github.com/nihui/ifrnet-ncnn-vulkan (MIT)",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/IMAGEX/logo.png",
"tintColor": "#7f7f7f",
"category": "utilities",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/IMAGEX/1.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/IMAGEX/2.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/IMAGEX/3.webp"
],
"versions": [
{
"version": "1.1.3",
"date": "2023-08-26T23:03:00Z",
"localizedDescription": "Bug fixes.",
"downloadURL": "https://cdn.yemoja.xyz/imagex/v1.1.3/ImageX_1.1.3.ipa",
"size": 293700000,
"minOSVersion": "15.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSAccentColorName": "AccentColor"
}
}
},
{
"name": "Batman - The Telltale Series",
"bundleIdentifier": "com.telltalegames.BAT100",
"developerName": "LCG Entertainment, Inc",
"subtitle": "Enter the fractured psyche of Bruce Wayne where your choices have consequences",
"localizedDescription": "The main app will provide you access to the free content. Get episode data from, this is to be extracted and copied into the app's documents folder in your files (On My iPhone/Batman...) : https://pixeldrain.com/api/file/TsTFeA1N (3.07 GB)\n\nReport broken links at : https://github.com/RipeStore/repos/issues\n\nJoin the \"Telltale Archival Project\" Discord for guidance : https://discord.gg/Ztt3GcvexG\n\n----\n\n**All Episodes now available to download via in-app!**\n\nEnter the fractured psyche of Bruce Wayne and discover the powerful and far-reaching consequences of your choices as the Dark Knight.\n\nIn this gritty and violent new story from the award-winning creators of The Walking Dead – A Telltale Games Series, you'll make discoveries that will shatter Bruce Wayne's world, and the already fragile stability of a corrupt Gotham City.\n\nYour actions and your choices will determine the fate of the Batman.\n\nIncludes Episode 1 (FREE) in this all-new series from the award-winning studio, Telltale Games.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/icon_BATMAN.webp",
"tintColor": "#7f7f7f",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/01.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/02.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/03.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/04.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/05.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/06.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/07.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/telltale/BATMAN_TTS/08.webp"
],
"versions": [
{
"version": "1.8",
"date": "2017-03-14T06:40:00Z",
"localizedDescription": "Community patch",
"downloadURL": "https://cdn.yemoja.xyz/Telltale/Batman_The_Telltale_Series/com.telltalegames.BAT100_824143053.ipa",
"size": 849500000,
"minOSVersion": "10.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "Delight Games Premium Library",
"bundleIdentifier": "com.your-company.DelightGames",
"developerName": "Delight Games LLC",
"subtitle": "Choice Text Adventures",
"localizedDescription": "YOU HAVE FOUND A MASSIVE TROVE OF CHOICE-BASED GAMEBOOKS!\n\n• 80+ choice-based interactive volumes with genres ranging from fantasy, horror, mystery, adventure, even some romance. Immerse yourself in new worlds!\n• New gamebooks are added regularly.\n• No-wifi, no problem. \n• Small download and easy on your battery.\n• Fully accessible to blind users (e.g. Voiceover compatible).\n\n*** ACTUALLY FREE AND NO PAYING FOR A CHOICE ***\nPlay well and you will be rewarded with the currency you need to finish everything without spending a penny. Hunt down those achievements, get the high ranks, and choose to watch the rewarded videos as they become available. Not that I don’t appreciate your monetary support and I’m confident that you will find it well worth it, but know that you do not have to.\n\nAlso unlike many choice-based games, you do NOT spend currency to make choices. No choice is walled off from you for need of gems, etc. nor is there any such hint to spoil which is the “better choice”. You choose!\n\n*** PREMIUM OPTION ***\nFor a one-time up front purchase, you get ALL current and future content unlocked without worry about getting gouged later. Plus there’s no ads and some exclusive bonus content made available to you as well. There's nothing else like it on the App Store!\n\n*** ABOUT DELIGHT GAMES ***\nIf you're new to Delight Games you might say \"Interactive novels? But I don't like to read.\" You might even say this in a whiny voice (although we hope not). \n\nWell, even for you book haters, now reading is addictive because with Delight Games interactive novels you make the choices for the main character, alter the story, alter your stats, and try to stay alive. Can you make it to the end? If so, what kind of score and rank can you get? \n\nIf you like interactive fiction or just want to try something different from the typical soul-sucking mobile games, this is the ULTIMATE download for you!",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/icon_DELIGHTGAMES.png",
"tintColor": "#e4391a",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/01.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/02.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/03.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/04.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/05.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/DELIGHTGAMES/06.webp"
],
"versions": [
{
"version": "4.4",
"date": "2026-02-22T12:03:00Z",
"localizedDescription": "• Ranger’s Choice: Chapter 10 is now live!\n• New options for Premium users to customize their experience in the Custom Theme Editor.\n• Major behind-the-scenes overhaul and performance improvements.\n• All new look with Themes tailored to each story, and Premium users get to design their own themes too!\n• Based on user feedback we now sync coins, luck and achievements between all of your iOS devices.\n• Found a bug? Please let us know via Contact Us in the Settings menu.",
"downloadURL": "https://cdn.yemoja.xyz/delightgames/4.4/com.your-company.DelightGames_4.4.ipa",
"size": 179300000,
"minOSVersion": "15.6"
},
{
"version": "3.40",
"date": "2025-10-06T17:51:00Z",
"localizedDescription": "• Ranger's Choice 9 is live!",
"downloadURL": "https://cdn.yemoja.xyz/delightgames/3.40/Delight_Games_Premium_Library_3.40.ipa",
"size": 88100000,
"minOSVersion": "15.6"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSUserTrackingUsageDescription": "Tapping Allow will help us to serve relevant ads that are tailored to you."
}
}
},
{
"name": "Flappy Bird",
"bundleIdentifier": "org.brandonplank.flappybird",
"developerName": "BrandonPlank",
"subtitle": "A simple but infuriatingly difficult game",
"localizedDescription": "Flappy Bird is an infuriatingly difficult casual game in which you need to steer a hapless pixelated bird through tubes.\n\nFlap Through the Gap :\n\nThe principle of Flappy Bird is very simple - to fly through as many gaps as you can without hitting a pipe. It's a similar gaming mechanic to the popular tap-to-hover helicopter genre of games like iCopter TNG. It's fun - but insanely frustrating!\n\nTap to Flap :\n\nThe controls in Flappy Bird are simple - you just tap to flap - but the game is so hard that you can spend an hour practicing and you'll still only have made it through five or six gaps. Sometimes you'll think that you've made it through a gap only to clip the edge of the pipe on your way back and then it's back to the beginning for you.\n\nA 90s Throwback :\nGraphically, Flappy Bird is very basic and looks like its come straight out of an 8-bit console. The bird himself is cute and his little pixelated face makes you feel all the sorrier when you smack him into a pipe for the 500th time. \n\nThe background in Flappy Bird is unimaginative and looks like it's been lifted from any of the countless cutesy platformers of the early 1990s. Don't expect any lavish animation either, Flappy Bird is pretty jerky.\n\nCrazy Fun :\n\nFlappy Bird can be so annoying that you'll want to throw your phone out of the window, and at the same time it hooks you into coming back as you think \"surely I'll get the hang of it now\". Once you've installed Flappy Bird you'll wish you hadn't!\n\nThis is a Swift remake of the original game. You can find the source at https://github.com/brandonplank/flappybird",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/FLAPPY/icon_FLAPPYBIRD.png",
"tintColor": "#7ce49c",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/FLAPPY/01.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/FLAPPY/02.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/FLAPPY/03.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/FLAPPY/04.PNG"
],
"versions": [
{
"version": "4.3",
"date": "2022-06-14T07:44:00Z",
"localizedDescription": "• Removed Leaderboard\n• Removed Accounts\n• Removed Anti-Cheat",
"downloadURL": "https://cdn.yemoja.xyz/flappybird/4.3/org.brandonplank.flappybird.ipa",
"size": 2100000,
"minOSVersion": "13.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "(Beta) Stossycord",
"bundleIdentifier": "com.stossy11.Stossycord",
"developerName": "stossy11",
"subtitle": "An open-source Discord client",
"localizedDescription": "Stossycord is a fully native Discord client designed for iOS. It aims to deliver a fast, secure, and privacy-focused experience tailored for Apple devices.\n\nFeatures :\n\n- Sending messages\n- Receiving messages (text)\n- Replying to messages\n- Uploading attachments (images, video, files)\n- Receiving attachments (images, video, audio, files)\n- Direct Messages (send \u0026 receive)\n- Discord Settings (currently used for folders)\n- User Profiles\n- Basic channel list and navigation\n- Basic account/session management (login/logout)\n\nNote: Stossycord is still in beta so there will be bugs and glitches, if you find any, please write to us on Discord at https://discord.gg/sNzwHGDVEJ\n\nOr create a Github Issue at https://github.com/Stossycord/Stossycord/issues",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/STOSSYCORD/icon_STOSSYCORD.png",
"tintColor": "#8ccc04",
"category": "social",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/STOSSYCORD/01.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/STOSSYCORD/02.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/STOSSYCORD/03.PNG"
],
"versions": [
{
"version": "0.8",
"date": "2025-12-30T08:41:00Z",
"localizedDescription": "Note - Might show up as 0.7 internally.\n\n• Fix Apple Music RPC crashing the app\n• Fix Permissions",
"downloadURL": "https://cdn.yemoja.xyz/Stossycord/0.8/Stossycord.ipa",
"size": 1700000,
"minOSVersion": "16.0"
},
{
"version": "0.6",
"date": "2025-09-28T20:28:00Z",
"localizedDescription": "• Added Liquid Glass Support\n• Updated WebSocket Reconnection\n• Brand New Login UI",
"downloadURL": "https://cdn.yemoja.xyz/Stossycord/0.6/Stossycord.ipa",
"size": 1600000,
"minOSVersion": "16.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSDocumentsFolderUsageDescription": "We need access to your documents folder to import files.",
"NSFaceIDUsageDescription": "Stossycord needs Face ID to keep your Token Safe",
"NSFileProviderPresenceUsageDescription": "We need access to your file provider to import files.",
"NSPhotoLibraryAddUsageDescription": "Stossycord needs access to your Photo library to upload photos and videos to Discord",
"NSPhotoLibraryUsageDescription": "Stossycord needs access to your Photo library to upload photos and videos to Discord"
}
}
},
{
"name": "(Beta) Nyxian",
"bundleIdentifier": "com.cr4zy.nyxian",
"developerName": "ProjectNyxian",
"subtitle": "IDE to develop native code iOS apps on unjailbroken iOS devices",
"localizedDescription": "Nyxian is an iOS app that enables users to code, compile, link, sign, and even execute or rapidly test iOS applications directly on their device.\n\nNyxian is the successor to the former FridaCodeManager project, which was deprecated in favor of Nyxian since FridaCodeManager required a jailbreak to function, whereas Nyxian does not.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/NYXIAN/icon_NYXIAN.png",
"tintColor": "#a474dc",
"category": "developer",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NYXIAN/01.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NYXIAN/02.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NYXIAN/03.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NYXIAN/04.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/NYXIAN/05.PNG"
],
"versions": [
{
"version": "0.8.6",
"date": "2026-02-06T10:10:00Z",
"localizedDescription": "Release Notes\n\nJailed Nyxian\n\nImprovements\n• Improved KernelLogViewController\n• Improved keyboard Tab button with indentation features\n• Reduced jitter of XCodeButton animations\n\nFeatures\n• Added Undo and Redo buttons to CodeEditor\n\nFixes\n• Fixed utility compilation failing due to missing flags on lower iOS versions\n• Fixed utility development issues\n• Fixed iOS 14 appearance issues\n• Fixed LDEWindow focusing on iPadOS\n• Fixed home path for utilities\n• Fixed DYLD_INSERT_LIBRARIES handling\n\nLiveContainer\n\nFixes\n• Fixed a bug where the bundle was kept as LiveProcess instead of being overwritten with the expected value\n• _CFGetProcessPath is now properly overwritten\n\nJailbroken Nyxian\n• Initial release",
"downloadURL": "https://cdn.yemoja.xyz/Nyxian/0.8.6/nyxian.ipa",
"size": 87500000,
"minOSVersion": "16.0"
},
{
"version": "0.8.1",
"date": "2025-12-13T18:47:00Z",
"localizedDescription": "• Fixed LDEThreadController object leak causing infinite pthreads to be created\n• Fixed sub iOS 26.0 crash in code editor",
"downloadURL": "https://cdn.yemoja.xyz/Nyxian/0.8.1/nyxian_0.8.1_kate.ipa",
"size": 155300000,
"minOSVersion": "16.0"
},
{
"version": "0.6.0",
"date": "2025-09-06T12:39:00Z",
"localizedDescription": "• A lot of changes, the most important thing is that you can now use your free Apple Developer Certificate and that its compatible with iPad!",
"downloadURL": "https://cdn.yemoja.xyz/Nyxian/0.6.0/nyxian_0.6.ipa",
"size": 155100000,
"minOSVersion": "16.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSAppleMusicUsageDescription": "The guest app is requesting for this permission.",
"NSBluetoothAlwaysUsageDescription": "The guest app is requesting for this permission.",
"NSBluetoothPeripheralUsageDescription": "The guest app is requesting for this permission.",
"NSCalendarsFullAccessUsageDescription": "The guest app is requesting for this permission.",
"NSCalendarsWriteOnlyAccessUsageDescription": "The guest app is requesting for this permission.",
"NSCameraUsageDescription": "The guest app is requesting for this permission.",
"NSContactsUsageDescription": "The guest app is requesting for this permission.",
"NSFaceIDUsageDescription": "The guest app is requesting for this permission.",
"NSFallDetectionUsageDescription": "The guest app is requesting for this permission.",
"NSGKFriendListUsageDescription": "The guest app is requesting for this permission.",
"NSHealthClinicalHealthRecordsShareUsageDescription": "The guest app is requesting for this permission.",
"NSHealthShareUsageDescription": "The guest app is requesting for this permission.",
"NSHealthUpdateUsageDescription": "The guest app is requesting for this permission.",
"NSHomeKitUsageDescription": "The guest app is requesting for this permission.",
"NSIdentityUsageDescription": "The guest app is requesting for this permission.",
"NSLocalNetworkUsageDescription": "The guest app is requesting for this permission.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "The guest app is requesting for this permission.",
"NSLocationUsageDescription": "The guest app is requesting for this permission.",
"NSLocationWhenInUseUsageDescription": "The guest app is requesting for this permission.",
"NSMicrophoneUsageDescription": "The guest app is requesting for this permission.",
"NSMotionUsageDescription": "The guest app is requesting for this permission.",
"NSNearbyInteractionAllowOnceUsageDescription": "The guest app is requesting for this permission.",
"NSNearbyInteractionUsageDescription": "The guest app is requesting for this permission.",
"NSPhotoLibraryAddUsageDescription": "The guest app is requesting for this permission.",
"NSPhotoLibraryUsageDescription": "The guest app is requesting for this permission.",
"NSRemindersFullAccessUsageDescription": "The guest app is requesting for this permission.",
"NSSensorKitUsageDescription": "The guest app is requesting for this permission.",
"NSSiriUsageDescription": "The guest app is requesting for this permission.",
"NSSpeechRecognitionUsageDescription": "The guest app is requesting for this permission.",
"NSUserTrackingUsageDescription": "The guest app is requesting for this permission."
}
}
},
{
"name": "RamBench",
"bundleIdentifier": "com.Autumn.RamBench",
"developerName": "Propenchiefer",
"subtitle": "iOS RAM Benchmarking Tool",
"localizedDescription": "RAMBench is an iOS app designed to benchmark the RAM limits of your iOS device. With recent iOS updates (18.2–26) introducing changes to memory management that have caused confusion (specifically for emulation and power-users of the platform), RAMBench provides a clear way to test memory allocation limits specific to your device and iOS version.\n\nThe app allocates memory incrementally until it reaches the system’s limit, records the maximum allocated amount alongside the iOS version.\n\nFeatures\n- These are not 100% accurate, definitely take with a grain of salt\n- Memory Benchmarking: Allocates memory in chunks until the process is killed.\n- iOS Version Tracking: Saves benchmark results with the iOS version (e.g., 18.5), allowing comparison across updates.\n- Detailed Benchmark results\n- Memory Stats, Updates every second to show:\n- Total Device RAM\n- Total Used RAM\n- This App’s RAM\n- Free RAM\n\nLimitations :\n- iOS Restrictions: Mach APIs provide limited per-process memory details due to sandboxing, so metrics are system-wide or app-specific. \n\n- Memory Compression: iOS compresses memory, so the app’s reported RAM (e.g., 6 GB allocated) may use less physical RAM (e.g., 5.8 GB). \n\n- Rounding: Total RAM is rounded (e.g., 7.98 GB to 8 GB) for simplicity, which may slightly skew calculations.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/RAMBENCH/icon_RAMBENCH.png",
"tintColor": "#314dcd",
"category": "utilities",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/RAMBENCH/01.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/RAMBENCH/02.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/RAMBENCH/03.PNG",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/RAMBENCH/04.PNG"
],
"versions": [
{
"version": "1.3",
"date": "2025-08-02T14:11:00Z",
"localizedDescription": "• Fixed iPad's showing fake allocations\n• Added Detailed benchmark result pages (shows allocation rate, pressure, allocation chart, and more in depth device information)\n• Added a Allocation Graph for iPad's\n• Added iOS 26 \u0026 Tinted icons\n• Added new credits and info tab\n• Increased allocation speed for iPad's\n• Increased Memory Status accuracy\n• Increased OS version accuracy",
"downloadURL": "https://cdn.yemoja.xyz/iOSRamBench/1.3/RamBench.ipa",
"size": 2400000,
"minOSVersion": "15.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "Gacha Club",
"bundleIdentifier": "com.lunime.gachaclub",
"developerName": "Lunime",
"subtitle": "Roleplaying",
"localizedDescription": "- Welcome to Gacha Club -\nWhat club will you join? Get the party started and create your own anime styled characters and dress them up in your favorite fashion outfits! Choose from thousands of dresses, shirts, hairstyles, weapons, and much more! After designing your characters, enter the Studio and create any scene you can imagine! Add pets, objects, and choose your favorite background! Customization is 100% free, there are no in-app purchases!\n\nReady for more action? Gacha over 180 units to use in battle! Choose from four different modes, including Story mode, Tower mode, and more! Collect gems, gold, and materials to enhance, awaken, and increase your skill levels! You can also play your favorite mini-games and collect gems and bytes to Gacha for more units! What are you waiting for? Step into Gacha Club and begin your adventure today!\n\nCREATE YOUR OWN CHARACTERS\n- Customize 10 main characters and 90 extra characters!\n- Change the colors for almost all of your items!\n- Choose from 600 different poses!\n- Adjust your hair/eyes/items to fit your characters!\n- Choose and customize hundreds of pets and objects!\n- Set custom profiles for all your characters!\n- Import and Export your friend’s characters!\n\nSTUDIO MODE\n- Add up to 10 characters anywhere on the screen!\n- Add your favorite pets and objects to the scene, too!\n- Choose from a wide variety of backgrounds and foregrounds!\n- Make your characters talk to each other with custom text boxes, pets too!\n- Add a Narrator to create story-telling scenes!\n- Save and Load up to 15 scenes!\n- Use face presets to quickly change your face.\n\nGACHA AND BATTLE\n- Gacha over 180 units to use in battle!\n- Gacha for 150 pets to increase your stats!\n- Collect super rare Corrupted and DJ characters!\n- Use materials to enhance, awaken, and increase skill levels!\n- Choose from four battle modes: Story, Training, Tower, and Shadows of Corruption\n\nMINI GAMES\n- Play fun mini-games such as Usagi vs Neko or Mascot Whack!\n- Collect gems and bytes to gacha for more characters!\n- Free 2 Play, you can farm for gems easily!\n- Play offline! No Wi-Fi is needed to play!\n\n«Notes»\n- The game may lag on old devices \u0026 devices with 4k screens.\n- Please restart the game if you experience lag over time.\n- If you experience glitches with the game, please make sure you have storage available on your phone.\n- There are no In-App Purchases.\n\nThank you for playing Gacha Club!",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/icon_GACHACLUB.webp",
"tintColor": "#1cacdc",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/01.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/02.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/03.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/04.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/05.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/06.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/07.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons/GACHACLUB/08.webp"
],
"versions": [
{
"version": "4.0.0",
"date": "2023-08-18T17:20:00Z",
"localizedDescription": "• Minor bugs fixed",
"downloadURL": "https://cdn.yemoja.xyz/GachaClub/nov-2025/Gacha.Club_4.0.0.ipa",
"size": 106600000,
"minOSVersion": "11.0"
},
{
"version": "2.0.0",
"date": "2020-08-16T17:18:00Z",
"localizedDescription": "• Fixed save bug and increased image quality.",
"downloadURL": "https://cdn.yemoja.xyz/GachaClub/nov-2025/Gacha.Club_2.0.0.ipa",
"size": 126700000,
"minOSVersion": "11.0"
},
{
"version": "1.0.6",
"date": "2020-08-15T13:31:00Z",
"localizedDescription": "• Minor update",
"downloadURL": "https://cdn.yemoja.xyz/GachaClub/nov-2025/Gacha.Club_1.0.6.ipa",
"size": 106800000,
"minOSVersion": "11.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSCameraUsageDescription": "Required by Apple",
"NSLocationAlwaysAndWhenInUseUsageDescription": "Required by Apple",
"NSLocationAlwaysUsageDescription": "Required by Apple",
"NSLocationWhenInUseUsageDescription": "Required by Apple",
"NSMainNibFile": "MainWindow",
"NSMainNibFile~ipad": "MainWindow-iPad",
"NSPhotoLibraryUsageDescription": "Required by Apple"
}
}
},
{
"name": "Spark",
"bundleIdentifier": "ai.devl.RenPySpark",
"developerName": "Devon Lewis",
"subtitle": "Play Your Ren'Py Visual Novels",
"localizedDescription": "Spark: Your Premier Tool for Ren'Py Visual Novels Management\n\nSpark is an independent utility for managing and launching Ren'Py novels and is not affiliated with or supported by the official Ren'Py project. Users should refrain from contacting the Ren'Py team for support related to this app.\n\nKey Features:\n\nSelf-Sufficient Novel Import and Launch: As an independent utility, Spark facilitates the importing and launching of your preferred Ren'Py novels.\n\nTailored Compatibility Options:\nChoose from Multiple Engine Versions: Opt for either Ren'Py engine version 8.3.0, 8.2.3, 8.1.3, 8.0.3, 7.8.0, 7.7.3, 7.6.3, or 7.5.3.\nCustomizable Novel Settings: Adjust the Ren'Py version for each novel for the best performance.\nNote: User experience may vary with each novel. Smaller devices may face rendering issues, and older titles might contain bugs. Some titles may not work at all. We do our best to provide support.\n\nAdvanced Save Management:\nComprehensive Save Overview: Easily view and manage all your game saves.\nBackup and Restore Functions: Securely backup your progress and restore at your convenience.\nSimplified Save Importation and Deletion: Full control over your game saves.\n\nRobust Novel Management:\nEffortless Organization: Manage all your novels with ease.\nEnhanced Novel Control: Delete, rename, and manage novel versions.\nEasy Novel Import: Add new novels through zip, apk, 7z, or rar files.\n\nSpark, while not affiliated with Ren'Py, stands as your essential tool for diving into the vast universe of Ren'Py visual novels. It's a gateway to your chosen stories, with full user control over novel management.\n\nAdditional Licensing Information:\nRen'Py contains free software licensed under various licenses, including the GNU Lesser General Public License. For a complete list of the software and licenses, please visit Ren'Py's official page.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons@main/SPARK/icon_400x400bb.webp",
"tintColor": "#787886",
"category": "utilities",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/SPARK/s1_230x499bb.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/SPARK/s2_230x499bb.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/SPARK/s3_230x499bb.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/SPARK/s4_230x499bb.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/SPARK/s5_230x499bb.webp"
],
"versions": [
{
"version": "1.3.4",
"date": "2025-11-28T00:22:00Z",
"localizedDescription": "• Engine 7.8.8 (7.8.7 Memory Leak Fix)\n• New Safe Mode Logic:\n- Safe mode now utilizes vanilla engines\n- Selected Device Variants apply on Safe Mode\n- Spark Overlay will be available on Safe Mode\n- Speak Integration can be disabled with a separate option\n\n• Separated console \u0026 developer mode settings\n• Orphan File Error fix\n• Marshal load Error fix\n• Fixed certain ZIP files not importing\n• Fixed transparent text boxes not applying if running with game specific Ren'Py settings\n• Archive System Rework :\n- Added the ability to extract password protected archives.\n\n• Added Ren'py Options - Use Less Memory \u0026 Less Screen Updates\n\n*** New strings have not yet been translated ***",
"downloadURL": "https://cdn.yemoja.xyz/spark/v1.3.4/Spark_1.3.4.ipa",
"size": 238800000
},
{
"version": "1.3.3",
"date": "2025-11-15T13:11:00Z",
"localizedDescription": "• Fixed Translations\n• Fixes for Quick Menu\n• Engine 8.5.0\n",
"downloadURL": "https://cdn.yemoja.xyz/spark/v1.3.3/Spark_1.3.3.ipa",
"size": 167100000,
"minOSVersion": "15.6"
},
{
"version": "1.3.2",
"date": "2025-11-02T11:11:00Z",
"localizedDescription": "• MultiPersistent Saves (Used for importing saves in multi episode games)\n• Ren’Py 8.4.1, 8.3.7, 7.8.7\n• Engine performance enhancements across all engines\n• Overlay buttons no longer fall out of view during rotation\n• Turbo Rewind (hold rewind button to quickly rewind scenes)\n• Library Screen performance enhancements",
"downloadURL": "https://cdn.yemoja.xyz/spark/v1.3.2/Spark_1.3.2.ipa",
"size": 153500000,
"minOSVersion": "15.6"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSAccentColorName": "BlueTint",
"NSFaceIDUsageDescription": "To authenticate and provide access to the app."
}
}
},
{
"name": "Infinity Blade III",
"bundleIdentifier": "com.chairentertainment.IB3",
"developerName": "ChAIR Entertainment",
"subtitle": "The epic conclusion to the Infinity Blade saga",
"localizedDescription": "The epic conclusion to the Infinity Blade saga! Siris and Isa have joined with the God-King Raidriar in a desperate attempt to destroy the Worker of Secrets and his army of Deathless titans and warriors.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB3/IB3-Icon.webp",
"tintColor": "#cd0b0b",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB3/IB3_Screen08_iPad.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB3/IB3_Screen05_iPad.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB3/IB3_Screen02_iPad.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB3/IB3_Screen03_iPad.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB3/IB3_Screen13_iPad.webp"
],
"versions": [
{
"version": "1.4.4",
"date": "2024-02-21T13:19:00Z",
"localizedDescription": "• Community patch",
"downloadURL": "https://cdn.yemoja.xyz/ib/r1/Blade_III_-_Community_Patch_v2.2.ipa",
"size": 1884300000,
"minOSVersion": "10.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSUbiquitousDisplaySet": "com.chair.IB3_iCloudDisplay"
}
}
},
{
"name": "Infinity Blade II",
"bundleIdentifier": "com.chairentertainment.IB2",
"developerName": "ChAIR Entertainment",
"subtitle": "The second installment in the IB series",
"localizedDescription": "The God King-slayer, Siris, having learned that he is in fact a Deathless who used to be known as Ausar, embarks on a quest to find the Worker of Secrets. The Worker created the Infinity Blade as a weapon that could kill the Deathless and Siris wants to fully understand how the Blade works and its true purpose. Siris’ partner, Isa, is shaken by the realization that the man she followed on a quest to rid the world of Deathless is himself immortal, and leaves to forge her own destiny.\n\nSiris heads to Saranthia to find the Vault of Tears, where the Worker of Secrets is imprisoned. There he meets Thane, High Lord of the House Ix. Upon defeating Thane, Siris unlocks a seal, but dies in the process. Fortunately, a mechanical helper named Tel revives Siris in a Phoenix Chamber.\n\nAgain and again, Siris returns to Saranthia. He defeats three Blood Sentinels, each of whom guards a seal that unlocks the way to the Worker of Secrets. Siris sacrifices himself each time he unlocks a seal, but is always reborn.\n\nWith the Vault finally unsealed, Siris meets the Worker of Secrets, only to learn that another Deathless must take the Worker’s place if he’s to be freed. Siris hunts down and captures the God King, whose real name is Raidriar.\n\nBringing Raidriar to the Vault of Tears, Siris is ready to finally learn the mystery of the Infinity Blade, but the Worker has other ideas. He betrays Siris and locks him in the Vault of Tears with Raidriar. It’s revealed the Ausar was the one who originally imprisoned the Worker, who now has his revenge.\n\nWith the God King and Siris imprisoned together and the Worker free, Isa arrives at Vault of Tears. Presumably she’s there to free Siris",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB2/IB2_ICON.png",
"tintColor": "#ce2929",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB2/IB2_Opening.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB2/screenshot.infinity-blade-2.1280x720.2011-12-01.26.jpg",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB2/screenshot.infinity-blade-2.1280x720.2011-12-01.5.jpg",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB2/Cavalier_waiting_IB2_2.webp"
],
"versions": [
{
"version": "1.3.5",
"date": "2024-02-20T07:31:00Z",
"localizedDescription": "• Community patch",
"downloadURL": "https://cdn.yemoja.xyz/ib/r1/Blade_II_-_Community_Patch_v2.1.ipa",
"size": 1101900000,
"minOSVersion": "10.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSUbiquitousDisplaySet": "com.chair.IB2_iCloudDisplay"
}
}
},
{
"name": "Infinity Blade I",
"bundleIdentifier": "com.chairentertainment.birthright",
"developerName": "ChAIR Entertainment",
"subtitle": "A revolutionary action role-playing sword game.",
"localizedDescription": "One knight, known as the Sacrifice, is chosen each generation to journey to the heart of the Dark Citadel and battle the Deathless God King. None ever survives. But in sacrificing a young man each generation to be cut down by the Infinity Blade, the simple farmers of the Citadel’s neighboring villages are spared the God King’s wrath.\n\nAnd so it goes, for generation after generation, until Siris, another member of the sacrificial bloodline, manages to slay the God King and claim the Infinity Blade as his own.\n\nAfter killing the God King, Siris finds the Infinity Blade to be more than a sword. It’s a key as well, one that opens a secret passage to a dungeon in the Dark Citadel. After fighting three immortal Deathless imprisoned in the dungeon, Siris unlocks another hidden room. This one filled with inanimate God King bodies floating inside tanks.\n\nUltimately, Siris is lead into battle against a mechanized warrior, Zero, whom he defeats. But with his dying breath, Zero warns Siris that someone will come looking for the Infinity Blade.",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB1/IB1_icon.png",
"tintColor": "#d83030",
"category": "games",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB1/Beta-IB1-Gameplay-A-IGN.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB1/Beta-IB1-Gameplay-B-IGN.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB1/Beta-IB1-Gameplay-C-IGN.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB1/V1.0-IB1-Gameplay-A-IGN.webp",
"https://cdn.jsdelivr.net/gh/RipeStore/icons@main/IB1/V1.0-IB1-Gameplay-D-IGN.webp"
],
"versions": [
{
"version": "1.4.3",
"date": "2024-02-19T20:16:00Z",
"localizedDescription": "• Community patch",
"downloadURL": "https://cdn.yemoja.xyz/ib/r1/Blade_I-Community_Patch-v2.1.ipa",
"size": 636900000,
"minOSVersion": "10.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "Keka",
"bundleIdentifier": "com.aone.Keka-iOS",
"developerName": "aonez",
"subtitle": "The file archiver for iOS",
"localizedDescription": "Keka is a full featured file archiver, as easy as it can be.\nWith Keka you can compress as many files as you want in a bunch of formats. You can also encrypt them to store and share securely and with privacy.\nKeka can also browse and extract lots of compressed files, from ZIP and 7Z to RAR archives. Whether they are encrypted or encoded in with old charsets this is not a problem for Keka.\nCompression formats supported:\n7Z, ZIP, TAR, ZSTD, GZIP, BZIP2 and AppleArchive (AAR)\nExtraction formats supported:\n7Z, ZIP, RAR, TAR, GZIP, BZIP2, AAR, XZ, ZSTD, ISO, LZMA, EXE, CAB, MSI, PAX, JAR, APK, APPX, XPI, IPA, CPGZ, CPIO, XIP, CPT and many more\nTerms of Use: https://www.keka.io/termsofuse",
"iconURL": "https://cdn.jsdelivr.net/gh/RipeStore/Keka@main/Keka-Squish-128x128.png",
"tintColor": "#9e7060",
"category": "utilities",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/RipeStore/Keka@main/Dark-Actions.png",
"https://cdn.jsdelivr.net/gh/RipeStore/Keka@main/Dark-Browser.png",
"https://cdn.jsdelivr.net/gh/RipeStore/Keka@main/Dark-Compression.png",
"https://cdn.jsdelivr.net/gh/RipeStore/Keka@main/Dark-Encryption.png",
"https://cdn.jsdelivr.net/gh/RipeStore/Keka@main/Dark-Tasks.png"
],
"versions": [
{
"version": "1.6.4",
"date": "2026-03-20T17:10:00Z",
"localizedDescription": "• Please report with a screenshot and some feedback if possible.\n• Include an email so further feedback can be provided.\n• You can also report to info@keka.io or at https://issues.keka.io.",
"downloadURL": "https://cdn.yemoja.xyz/Keka/v1.6.4/com.aone.Keka-iOS_1.6.4.ipa",
"size": 25200000,
"minOSVersion": "15.5"
},
{
"version": "1.6.0",
"date": "2025-10-06T23:35:00Z",
"localizedDescription": "• Using Liquid icon on macOS 26 and later (Thanks to @vslavik, @avidrissman \u0026 @siracusa)\n• Using liblzma for XZ compression if possible (Thanks to @kytta) #1654\n• Enhanced XAR extraction\n• Added 4GB FAT32 split option (Thanks to @jezcaudle) #1662\n• Minor fixes\n• Updated UNRAR from 7.11 to 7.13 (Thanks to rarlab)\n• Updated Danish translation (Thanks to @jacobpalm) #1650\n• Italian translation updated (Thanks to @VinBoiSoft from https://vinboisoft.altervista.org) #1663\n• French translation updated (Thanks to @Marc66) #1664\n• Russian translation updated (Thanks to @nitrodox) #1665",
"downloadURL": "https://cdn.yemoja.xyz/Keka/v1.6.0/Keka_1.6.0.ipa",
"size": 26100000,
"minOSVersion": "15.5"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {}
}
},
{
"name": "Suwatte",
"bundleIdentifier": "com.ceres.suwatte",
"developerName": "Mantton",
"subtitle": "Suwatte is an ad-free, open source \u0026 feature-rich comic/manga reader for iOS.",
"localizedDescription": "Suwatte is an all-in-one comic reader app for iOS, with support for OPDS, CBZ and external sources. Suwatte handles all reading options with maximum personalization options.",
"iconURL": "https://avatars.githubusercontent.com/u/100905272?s=200\u0026v=4",
"tintColor": "#6823bd",
"category": "entertainment",
"screenshotURLs": [
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_7.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_8.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_13.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_14.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_3.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_4.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_11.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_12.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_10.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_2.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_6.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_15.png",
"https://cdn.jsdelivr.net/gh/Suwatte/Suwatte@main/images/PIC_9.png"
],
"versions": [
{
"version": "6.0.1",
"date": "2025-09-07T00:15:00Z",
"localizedDescription": "• Auto Delete Downloads Fix",
"downloadURL": "https://cdn.yemoja.xyz/Suwatte/v6.0.1/Suwatte_6.0.1.ipa",
"size": 13200000,
"minOSVersion": "15.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSAccentColorName": "AccentColor",
"NSFaceIDUsageDescription": "Verify Biometrics to Protect Library",
"NSPhotoLibraryUsageDescription": "This is required to save images to your device."
}
}
}
],
"news": [
{
"title": "The Infinity Blade series!",
"identifier": "news_m9nh92pzl7",
"caption": "The Infinity Blade saga begins once again!",
"date": "2025-11-09T03:55:00Z",
"tintColor": "#cd0b0b",
"imageURL": "https://cdn.jsdelivr.net/gh/RipeStore/icons@main/UN/1400x800-96570af251fc03ab352769bb819aaf1b62a3863e.png",
"notify": true,
"url": "https://store.yemoja.xyz/"
}
]
}