Skip to content

baocreata/iloader

 
 

Repository files navigation


Build iloader

Install SideStore (or other apps) and import your pairing file with ease

This repository and iloader.app are the only official ways to download iloader. Do not download from any other sources or websites.

iloader0

How to use

  • Install usbmuxd for your platform
    • Windows: iTunes
    • macOS: Included
    • Linux: Potentially included, if not, install via your package manager
  • Install the latest version for your platform from the releases
  • Plug in your iDevice to your computer
  • Open the app
  • Sign into your Apple ID
  • Select your action (e.g. install SideStore)

Features

  • Install SideStore (or LiveContainer + SideStore), import certificate and place pairing file automatically
  • Install other IPAs
  • Manage pairing files in common apps like StikDebug, SideStore, Protokolle, etc
  • See and revoke development certificates
  • See App IDs
  • Save multiple apple ID credentials

Troubleshooting

  • If you are unable to solve an issue on your own, copy the full error message and ask on the idevice Discord server or open an issue.
  • You can view app logs with the "View Logs." If nothing is showing up, change the log level to "Debug."
  • If those logs aren't helpful, logs with additional are stored in the following locations:
    • Windows: %APPDATA%\me.nabdev.iloader\logs
    • macOS: ~/Library/Application Support/me.nabdev.iloader/logs
    • Linux: ~/.local/share/me.nabdev.iloader/logs/

Translating

iloader needs localization! If you speak another language and notice iloader does not support it or has mistakes, please consider contributing.

To update/edit an existing language, make a PR modifying src/locales/<lang>.json.

To add a new language, add your language to src/i18next.ts, and in src/locales copy en.json to a new file titled <langcode>.json and update the strings.

i18next.ts:

export const languages = [
  ["en", "English"],
  ["es", "Español"],
  // Your language here...
] as const;

Thank you for translating!

Credits

Translators

Thank you to everyone who has contributed translations! See the Translating section if you would like to contribute as well.

Future Plans

  • Team selection when an account has multiple teams
  • Set a "default" account to automatically log into
  • Import SideStore account info automatically
  • Mount DDI and open sidestore after installation
  • Check for developer mode and warn about it if not enabled

License

Copyright (C) 2026 nab138

The source code of this repository is licensed under the MIT License. See the LICENSE file for the full text.

Branding, logos, media assets, and the name “iloader” are not licensed under the MIT License and are subject to separate restrictions.

You may retain or use branding materials in forks, tutorials, or documentation if you include a clear link to either the official site (https://iloader.app) or the iloader source code repository (https://github.com/nab138/iloader) and do not imply official endorsement. See LICENSE-BRANDING for full details.

About

User friendly sideloader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 59.2%
  • Rust 26.4%
  • CSS 14.1%
  • HTML 0.3%