User friendly sideloader
2,774
stars
447
commits
TypeScript
primary language
Sep 10, 2026
updated
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.
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/<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:
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.
TypeScript
55.4%
Rust
31.6%
CSS
10.5%
Nix
2.2%
User friendly sideloader
2,774
stars
447
commits
TypeScript
primary language
Sep 10, 2026
updated
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.
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/<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:
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.
TypeScript
55.4%
Rust
31.6%
CSS
10.5%
Nix
2.2%