zecbox

zecbox

Zcash full node in one click. Any device.
No terminal. No config files. Fully open source.

View source on GitHub Don't Trust, Verify

Don't Trust, Verify

Every component is open source. Every binary is verifiable. Here's exactly what runs on your machine and why you don't have to take our word for it.

What's inside

zecbox

Tauri v2 · Rust + React

spawns & monitors

zebrad

Zcash full node

JSON-RPC :8232 · P2P :8233

Zaino

Light wallet server

gRPC :9067

Arti

Tor SOCKS5 proxy

SOCKS :9150

Data stays local ~/Library/Application Support/com.zecbox.app/{zebra, zaino, config, logs}

100% Open Source

Every line of code is on GitHub. Rust backend, React frontend, config generators, build scripts — all of it. Fork it, audit it, build it yourself.

Verified Binaries

Every sidecar binary is SHA-256 verified before install. Failed hash means rejected, no exceptions. If a new binary fails health checks within 10 seconds, the previous version is automatically restored.

Zero Telemetry

No analytics. No tracking. No phoning home. Health checks are local JSON-RPC between processes on your machine. Update checks fetch a version manifest — nothing else leaves your computer.

Local-Only Operation

All config files generated locally, never exposed. Chain data, indexes, logs — everything stays in your data directory. No external servers beyond Zcash P2P peers and the update manifest.

Shield Mode Kill Switch

Route all traffic through Tor with one toggle. If Arti crashes while Shield Mode is active, zebrad stops immediately — no silent fallback to clearnet. Enforced at the OS level via macOS PF firewall rules.

Hardened Runtime

macOS notarized with hardened runtime entitlements. Signed DMG with SHA-256 checksums published alongside every release. Minimal permissions: network access only.

See It in Action

Click Start Node to watch it boot up

zecbox

Dashboard

Stopped

Uptime ?

2h 6m

Blocks Verified ?

215.6M

Streak ?

1d

Wallets Served ?

0

Storage ? 772.5 GB free of 994.7 GB

Live Activity

Network

Live Zcash network metrics

ZEC Price

Market Cap

Shielded Pool

Nodes

Block Height

Difficulty

Block Time

Hashrate

Fetching data...

Downloads

v0.1.4 · ~300 GB disk space required for the full blockchain

macOS

12+ required

Windows

Coming soon

In development

Linux

Coming soon

In development
macOS showing a security warning?

Open Terminal and run:

xattr -cr /Applications/zecbox.app

This removes the quarantine flag macOS applies to downloaded apps. Code signing is coming soon.