iloader nabdev
winget install --id=nabdev.iloader -e User friendly sideloader
winget install --id=nabdev.iloader -e User friendly sideloader
<img align="left" width="90" height="90" src="/iloader-dark.svg" />
<h1>iloader</h1>
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. There is also an unofficial Homebrew cask and an unofficial AUR package maintained by the community. Do not download from any other sources or websites.
github:nab138/iloader%APPDATA%\me.nabdev.iloader\logs~/Library/Application Support/me.nabdev.iloader/logs~/.local/share/me.nabdev.iloader/logs/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/.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 .json and update the strings.
i18next.ts:
const languages = [
["en", "English"],
["es", "Español"],
// Your language here...
] as const;
You can also add your name to the translators section of the README.
Thank you for translating!
For development with hot reload: bun tauri dev (or npm run tauri dev)
Make a production build: bun tauri build (or npm run tauri build)
Thank you to everyone who has contributed translations! See the Translating section if you would like to contribute as well.
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.