This tool can be used to install the IOTA app on the deprecated Ledger Nano S device.
- Download (Click on the
Codebutton andDownload ZIP) or clone this repository. - Open a terminal inside the unpacked ZIP or the repository if you cloned it.
- Run the download script to download verify the checksum of the IOTA app:
uv run download.py- Now you can install the IOTA app with:
cd nanos
uv run ledgerctl install -f app_nanos.json- Follow the instructions on your Ledger Nano S device to complete the installation.
Note: If the installation fails and you see an error 5103 somewhere it is probably related to not having enough space on your Ledger Nano S device. You can try to remove some apps from your Ledger Nano S device to free up space. Afterwards, you can try to run the last command again.