| Crates.io | nander-rs |
| lib.rs | nander-rs |
| version | 0.5.5 |
| created_at | 2025-12-27 12:46:55.405613+00 |
| updated_at | 2025-12-27 18:25:33.903289+00 |
| description | Modern SPI NAND/NOR Flash programmer for CH341A with cross-platform GUI and comprehensive diagnostics |
| homepage | https://github.com/tinnci/nander-rs |
| repository | https://github.com/tinnci/nander-rs |
| max_upload_size | |
| id | 2007153 |
| size | 554,876 |
๐ฆ Modern SPI NAND/NOR Flash programmer written in Rust
A complete rewrite of SNANDer in Rust, designed for maximum portability and reliability.
libusb DLL requiredcargo install nander-rs
# Test programmer connection
nander diagnostic
# Run automated batch operation (Erase -> Write -> Verify)
nander batch --template flash-update --firmware firmware.bin
# Detect flash chip
nander info
# Read flash
nander read -o backup.bin
# Launch GUI
nander gui

| English | ไธญๆ |
|---|---|
| Quick Start | ๅฟซ้ๅ ฅ้จ |
| CLI Reference | ๅฝไปค่กๅ่ |
| Troubleshooting | ๆ ้ๆ้ค |
๐ Full Documentation / ๅฎๆดๆๆกฃ
If you see a driver error, you need to install WinUSB driver using Zadig.
See: Windows Driver Fix
Licensed under either of:
Note: This is a clean-room implementation. While inspired by SNANDer's functionality, nander-rs contains no GPL-licensed code.