Short answer

Zingo is a current, open-source Zcash light-client wallet for iOS and Android. It defaults to shielded sends and keeps keys plus transaction detection on the client, but its own privacy documentation is clear that the selected lightwallet server can still learn an IP address and block-level metadata.

Key Facts

  • The official repository describes Zingo as a shielded Zcash light-client wallet for Android and iOS.
  • The repository links production App Store and Google Play channels, with beta builds maintained separately.
  • Zingo Mobile 2.0.20 was released on June 5, 2026 with Zingolib 4.0.0 and Network Upgrade 6.2 support.
  • Zingolib defaults to shielded sends, can combine shielded funds, and requires explicit shielding before transparent funds are spent.
  • The wallet's server can learn an IP address and which blocks contain a user's shielded transactions even though keys and transaction detection stay on the client.

What Zingo is

Zingo is a self-custody mobile wallet built specifically around Zcash. The official repository calls it a shielded light-client wallet and publishes Android and iOS applications from the same codebase. Production builds are linked to Google Play and Apple's App Store, while separate beta channels are used for testing upcoming versions.

The light-client part is important. A phone does not download and validate the entire Zcash chain in the way a full node does. Instead, the wallet uses Zingolib and talks to a lightwallet server for compact chain data. That design makes mobile sync practical, but it creates a network-metadata boundary that users should understand rather than bury under the word private.

Current release and maintenance signal

The current reviewed release is Zingo Mobile 2.0.20, published on June 5, 2026. Its release notes say the app adopted Zingolib 4.0.0 for Zcash Network Upgrade 6.2 and included bug fixes. The repository also documents production and beta release workflows, Android artifacts, and the two official store listings.

A release date is evidence of maintenance, not proof of security. Open-source code and active commits improve inspectability, but they do not replace independent review, careful recovery practice, or verifying the binary source. Install from the official repository links or mobile-store listings, check the publisher, and avoid lookalike apps promoted through ads or direct messages.

Shielded behavior by default

Zingolib documents a privacy-oriented transaction policy. It defaults to sending shielded transactions even when the destination is transparent, can select funds from multiple shielded addresses, and can opportunistically move Sapling funds into Orchard during a shielded payment. Transparent funds are spent only through an explicit shield operation.

Those defaults reduce accidental transparent spending, but they cannot force every recipient or service to support every Zcash receiver. A transparent destination still reveals the receiving address and amount on-chain. A Unified Address may contain several receivers, and wallet behavior decides which supported receiver is selected. Review the destination and the wallet's confirmation screen before signing.

The lightwallet-server privacy boundary

Zingo's documentation deserves credit for stating the tradeoff plainly. Keys and transaction detection remain on the client, so the server is not handed the wallet's spending authority. The server can still learn network metadata such as the connecting IP address and which blocks contain shielded transactions relevant to the client. That information is different from the encrypted sender, recipient, and amount, but it is not nothing.

Users with a stronger network-privacy threat model can investigate running or selecting their own compatible server, but that adds operational work and does not make every other metadata source disappear. An internet provider, mobile operating system, analytics library, exchange, or counterparty may observe information outside the Zcash proof system. Shielded transactions protect on-chain payment details; they do not turn a phone into an anonymous network endpoint.

Who Zingo fits

Zingo is a strong fit for someone who wants an open-source, Zcash-focused mobile wallet with shielded sending as the normal path. It is also useful for technically curious users because its privacy model and source code are public enough to inspect. The interface is not trying to be a multi-asset portfolio, which keeps the product centered on ZEC.

It is a less obvious fit for people who require a polished desktop application, integrated hardware signing, or a broad asset list. YWallet and Zkool cover different desktop and power-user needs, Edge is the multi-asset comparison, and Zodl is another shielded-first mobile route. Choose based on the recovery process and privacy boundary you can actually operate, not a generic star rating.

Install and test without exposing recovery material

Begin at the official Zingo Mobile repository and follow its App Store or Google Play links. Record the recovery phrase offline during setup, away from screenshots, cloud notes, browser extensions, and support chats. No legitimate compatibility check needs the phrase pasted into a website.

After the wallet syncs, confirm the receive address type and test with a small amount. Verify that the balance appears, then practice the exact backup and restore procedure before treating the wallet as the only access path to meaningful funds. Self-custody removes exchange custody risk, but it replaces that risk with your own recovery responsibility.

FAQ

Is Zingo Wallet still active?

Yes at the review date. Zingo Mobile 2.0.20 was released on June 5, 2026, and the official repository documents current production and beta release channels.

Does Zingo send shielded Zcash transactions?

Yes. Zingolib says it defaults to shielded sends and only spends transparent funds through an explicit shield operation. Destination support and the final receiver still matter.

Can a Zingo lightwallet server see my shielded payment details?

The server does not receive spending keys, and transaction detection happens on the client. Zingo documents that the server can still learn an IP address and which blocks contain relevant shielded transactions.

Is Zingo available on desktop?

The Zingo Mobile application targets iOS and Android. Zingolib also includes command-line tooling, but users seeking a packaged desktop wallet should compare YWallet and Zkool.