nab138/iloader

▲ 90 stars today★ 3,352⑂ 227

User friendly sideloader

3,352Star
227Fork
26Watch
266Issue
TypeScriptLanguage
MITLicense
Created 2025-11-02 · last push 2026-09-10 · repository size 1101 KB · default branch main

README

    iloader

---

Build iloader Downloads

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, an unofficial AUR package, and an unofficial Fedora COPR repository maintained by the community. Do not download from any other sources or websites.

https://github.com/nab138/iloader/blob/HEAD/iloader0

How to use

Features

Troubleshooting

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/.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!

Building from source

1. Install bun (or Node.js) and Rust 2. Clone the repository and cd into it 3. Run bun i (or npm i)

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)

Credits

Translators

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

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.

Future Plans

More Today's Trending projects

1

debpalash / VoiceStudio

Python★ 29,840⑂ 3,606▲ 2,776 stars
2

JustVugg / colibri

C★ 32,609⑂ 3,430▲ 2,173 stars
3

bilawalsidhu / gods-eye-view

JavaScript★ 33,945⑂ 6,772▲ 1,831 stars
4

alibaba / open-code-review

Go★ 26,516⑂ 1,906▲ 1,571 stars
5

ever-co / ever-gauzy

TypeScript★ 6,164⑂ 994▲ 1,130 stars
6

pacifio / atlas

Rust★ 4,440⑂ 274▲ 1,091 stars