Roadmap
NozyWallet is an Orchard + Ironwood, shielded-only Zcash wallet with multiple surfaces (CLI, extension, web app, mobile, desktop). This page summarizes direction; the canonical list is in the repository:
Production today
nozyCLI on mainnet (Orchard + Ironwood NU6.3 migrate / send, ZIP-317 fees)- Zeaking compact sync via lightwalletd
- Launchpad at GitHub Pages
In active development
| Area | Path | Goal |
|---|---|---|
| Ironwood | CLI / desktop / API | NU6.3 pool scan, safer migration, post-activation sends |
| Web app | web-app/ | Browser dashboard via nozywallet-api |
| Extension | browser-extension/ | MV3 privacy wallet + companion sync |
| Mobile | nozy-mobile/ | Expo companion + optional VPS API |
| Desktop | desktop-client/ | Tauri GUI and Ironwood migrate UX |
| API server | api-server/ | HTTP companion for extension, web, mobile |
Web app starter doc: web-app/README.md
Planned (aligned issues / RFCs)
- Business / POS + ZNS — Issue #85
- Multichain privacy (Namada, Penumbra) — Multichain RFC
How to contribute
- Read
AGENTS.mdand Contributing Guide. - Pick an item from the enhancement roadmap or open an issue for alignment.
- See Development Setup for build and test commands.