https://github.com/geode-sdk/ios-launcher
Manages installing and launching Geometry Dash for iOS
https://github.com/geode-sdk/ios-launcher
geode geometry-dash ios ipad iphone launcher
Last synced: about 19 hours ago
JSON representation
Manages installing and launching Geometry Dash for iOS
- Host: GitHub
- URL: https://github.com/geode-sdk/ios-launcher
- Owner: geode-sdk
- License: bsl-1.0
- Created: 2025-02-21T17:39:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-03T05:38:37.000Z (about 1 month ago)
- Last Synced: 2026-02-03T10:59:16.909Z (about 1 month ago)
- Topics: geode, geometry-dash, ios, ipad, iphone, launcher
- Language: Objective-C
- Homepage:
- Size: 82.7 MB
- Stars: 325
- Watchers: 8
- Forks: 101
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE.md
Awesome Lists containing this project
README
# Geode iOS Launcher
Manages installing and launching **Geometry Dash** with **Geode** for iOS.
## Requirements
- iOS/iPadOS 14.0 or later
- Full version of Geometry Dash installed
- An internet connection
## Quick Start
1. Navigate to https://github.com/geode-sdk/ios-launcher/releases/latest, if you are not **jailbroken**, download the latest **ipa** file. If you wish to use the tweak and have **TrollStore**, download the latest **tipa** file.
2. Install the launcher by following the [Installation Guide](./INSTALL.md). You can also access this guide by going in to the **INSTALL.md** file in this repository.
3. Enjoy using Geode!
## Support
If you have any further questions, or need help, be sure to join [our Discord server](https://discord.gg/9e43WMKzhp)!
## Building / Development
To build this project, you must have the following prerequisites installed:
- [Theos](https://theos.dev/docs/) [WSL for Windows and GNU/Linux]
- [make](https://formulae.brew.sh/formula/make) [Mac OS only]
After installing these, you can compile the project by running:
```bash
git clone --recurse-submodules https://github.com/geode-sdk/ios-launcher
cd ios-launcher
make package FINALPACKAGE=1 STRIP=0
```
## Libraries
- [LiveContainer](https://github.com/khanhduytran0/LiveContainer) - Made the launcher possible!
- Feather's [Zsign](https://github.com/khcrysalis/Zsign-Package) fork - For signing the app and mods for allowing the launcher to load JIT-less! (Originally made by [zhlynn](https://github.com/zhlynn/zsign), but forked for [Feather](https://github.com/khcrysalis/Feather))
- [MSColorPicker](https://github.com/sgl0v/MSColorPicker) - Helper for Color Picking
- [GCDWebServer](https://github.com/swisspol/GCDWebServer) - For the web debug panel!
## License
This project is licensed under the [Boost Software License 1.0](./LICENSE). Additionally, this project also uses code from [LiveContainer](https://github.com/khanhduytran0/LiveContainer). View the [NOTICE.md](./NOTICE.md) for more details.