Desktop systems · 2026
ARC Cleaner
A safer way to decide what to keep, find, or sell in ARC Raiders.
A Rust/Dioxus Windows inventory planner built around live ArcTracker progress data, conservative guidance, and a local-data fallback.
- Runtime
- Rust desktop
- Sync
- Paced + retried
- Delivery
- Rolling Windows builds
The workflow
Plan around goals, then make inventory decisions with context.
The app tracks crafting goals, quest turn-ins, hideout upgrades, and project phases. It combines those requirements with the current stash to summarize what remains to find, what should be kept, and what may be safe to sell.
Safety first
Missing data should reduce confidence, not create bad advice.
Sell guidance pauses when required progress endpoints are unavailable. Existing selections survive partial API failures, while manually entered goals remain useful even when network data is incomplete.
Resilient integration
External APIs are paced, cached, retried, and observable.
The integration layer applies global request pacing, exponential retry, static and user-data caches, image caching, and a local dataset fallback. Per-endpoint diagnostics include status, request IDs, and copyable troubleshooting output.
- Configurable retry and backoff policy
- Persistent goals, settings, and themes
- Keyboard and reduced-motion support
- Automated CI and Windows release artifacts