A tiny Rust-powered QR code generator that lives on your terminal.
No accounts. No tracking. No “Pay to keep your QR alive” nonsense. Just free, local, and yours.
A few months ago, I used a site called qrco.de to generate a QR code linking to my LinkedIn profile.
I slapped it on a business card template, ordered 50 cards from Canva, and felt like a pro.
Two weeks later... someone scanned the card — and the QR was dead.
The website had locked it behind a subscription.
💸 They wanted me to pay to keep my own QR code alive.
🤦🏽 I printed business cards with unusable QR codes.
But we have QR code generation libraries right?
So I built RustyQR — a simple Rust terminal app that:
- Takes a URL (or any text)
- Prints the QR in your terminal
- Saves a high-quality PNG to your Downloads folder automatically
- Never breaks (hopefully).
- Never charges you a dime.
Just download the .exe file below and run it directly in your terminal:
✅ Works on Windows (no install needed)
❓ Maybe works on Mac/Linux?
- Generate QR codes offline
- Render directly in the terminal (ANSI-compatible)
- Save high-quality
.pngfiles
If you're a Rustacean:
git clone https://github.com/ammarali0416/rustyqr
cd rustyqr
cargo runTo create the .exe:
cargo build --releaseThen copy target/release/rustyqr.exe into the root of your repo (if .gitignore skips it), or attach it to your GitHub Release manually.
Fork the repo, make your feature, then open a PR. Just make sure it doesn't break anything :)
MIT. Free forever.
