Building the Rusty Suite — What It Is and Why It Exists
The story behind the Rusty Suite — a family of privacy-first desktop apps built in Rust by a solo developer who got tired of software that doesn't respect its users.
I've been building software for a long time. Long enough to watch the industry shift from "here's a tool that does what you need" to "here's a tool that watches everything you do, sells your data, and charges you monthly for the privilege."
That's not the kind of software I want to use. So I'm building the kind I do.
What is the Rusty Suite?
It's a family of desktop applications — real, native desktop apps — built in Rust and Tauri. Not web apps wrapped in Electron. Not cloud-first services that stop working when the internet goes down. Actual software that runs on your machine, stores your data locally, and doesn't phone home.
Right now, the suite includes:
- RustyView — an image library manager for photographers, designers, and anyone drowning in files
- RustyClean — an AI-powered batch image analyzer that can tag, sort, and rename thousands of images
- RustyWires — a PCB wiring diagram and pinout reference tool for electronics builders
- RustyPegboard — an electronics inventory dashboard that knows what's in your parts bins
- RustyBudget — a manual budget tracker focused on cash-flow projection, not bank syncing
- RustyPiggy — a gamified freelance invoicing app with a virtual pet that reacts to your hustle
There are more in the incubator. Some will ship. Some won't. That's how it goes when you're building things because you genuinely want them to exist.
Why Rust?
I chose Rust because I got tired of shipping software that crashes at 2 AM on someone's machine and I have no idea why.
Rust doesn't let you write certain categories of bugs. No null pointer exceptions. No use-after-free. No data races. The compiler yells at you until your code is correct — and then it runs fast, uses barely any memory, and doesn't need a garbage collector pausing things at random.
Combined with Tauri 2, each app compiles to a single binary under 10MB. Compare that to Electron apps that ship an entire Chromium browser and eat 300MB of RAM to display a to-do list.
Why Desktop?
Because your data should live on your machine.
I don't want to be the guy standing between you and your files. I don't want to run servers that hold your photos, your invoices, your budget, your inventory. That's a liability for me and a risk for you.
Every Rusty app uses SQLite for storage. Your data lives in a file on your hard drive. You can back it up, move it, delete it — it's yours. No account required. No cloud sync. No "we updated our privacy policy" email.
If I shut down tomorrow, your apps keep working. Your data doesn't vanish. That's how software should be.
Why Solo?
Super Basic Studio is one person — me. That's intentional.
Small teams ship opinionated software. Big teams ship committee software. I'd rather build exactly what I think is right and let people decide if it's for them, than build something designed to offend nobody and delight nobody.
The trade-off is speed. I can't ship six apps simultaneously at a AAA pace. But I can ship six apps that all feel like they were built by the same person, because they were. Same design language. Same keyboard shortcuts. Same privacy model. Same respect for the user.
The Subscription Model
The Rusty Suite has three tiers: $8/month for one app, $15/month for three apps, or $25/month for everything. Not $7.99 or $14.99 — I don't do the fake-discount pricing thing. Annual billing knocks off two months (pay for 10, get 12).
Here's the deal I'm making with subscribers: you're not paying a corporation. You're supporting a solo developer who builds tools you actually use. In return, I promise to never put ads in the apps, never sell your data (I don't even collect it), and never make the apps hostile if you cancel.
If your subscription lapses, your apps go read-only. You can still see everything, browse everything, export everything. You just can't create or edit until you re-subscribe. Your data is always yours.
15% of every subscription goes into RustyBux — a donation currency you can spend on vetted nonprofits. You earn credits just by being a subscriber, and you choose where they go. It's baked into the business model, not bolted on as a PR stunt.
What's Next
The apps are being built. The licensing system is being tested. The marketing site you're reading this on is live.
I'm not going to promise ship dates because I've been in this industry long enough to know that estimates are fiction. What I will say is: the code is real, the apps work, and they're getting better every week.
If any of this resonates, stick around. Subscribe to the blog, check back occasionally, or just wait until the apps are ready and try them.
No pressure. No dark patterns. Just software.
— Thomas, Super Basic Studio