Migrate in
Redis Insight, Another Redis Desktop Manager, Tiny RDM, or a redis:// URI. Groups and
tunnels map over.
Native Redis GUI · Rust + GPUI · Apache-2.0
GPU-drawn UI and virtual-scrolled SCAN — browse huge keyspaces, decode real
payloads, and stay safe on production. Not another Electron client.
Built with the same GPUI stack as Zed — native speed, not a web shell.
Import connections → open a prod-tagged server read-only → browse keys that actually decode.
Redis Insight, Another Redis Desktop Manager, Tiny RDM, or a redis:// URI. Groups and
tunnels map over.
Env tags, read-only lock, escalated confirms, encrypted secrets at rest — nothing phones home.
JSON / JSONPath, Protobuf, MessagePack, Java / pickle / JWT, compression, images, hex — plus Streams, Pub/Sub, Geo, and more.
Condensed map of the product. Full tour on GitHub.
Virtual-scrolled SCAN, million-key trees, light / dark / system plus 6 bundled themes — macOS, Windows, Linux.
Auto-decompress LZ4/Snappy/GZIP/ZSTD. JSONPath, Protobuf, Java / pickle / JWT, timestamps, images, custom script viewers — inside Hash / List / Set / ZSet elements too.
Live metrics + 7-day history with CSV export, memory analyzer (live or offline RDB) with type / encoding shares, MEMORY & LATENCY DOCTOR, HOTKEYS, Slow Log, MONITOR, raw INFO, cluster and replication tools.
Namespace tree, tags, recycle bin, JSON tree editing, find & replace, Tools export with prefix filter (binary / JSON / CSV), cross-server copy & diff — one key or a whole prefix.
Per-machine encrypted secrets, ACL editor, tags & history kept in a local file. No accounts, no telemetry.
Capability probe on connect: proxies, ElastiCache / Azure / Tair, Valkey / Dragonfly / KeyDB grey out what they can’t run — with the reason — instead of erroring.
TLS/SSL, SSH tunnels, Cluster & Sentinel. Staged DNS → TCP → TLS → AUTH diagnostics, and a link that reconnects itself through a failover.
⌘K palette, ⌘P recent keys, ⌘⇧F multi-db search, redis-cli + ? AI assistant, batch
mode.
The same app compiled to WebAssembly, self-hosted from one ~26 MB Docker image — host it next to your Redis and the whole team works from a tab.
Main surfaces at a glance. Click for full size.
Latest release v0.11.1 — package managers or binaries from GitHub Releases.
scoop bucket add extras && scoop install zedis
Or download .msi / .zip from Releases — Authenticode-signed, see the Code signing policy.
cargo install --git https://github.com/vicanso/zedis --locked zedis-gui
crates.io may lag (GPUI is a git dependency). Prefer git or Releases.
docker run -p 7379:7379 -e ZEDIS_BRIDGE_USERS=admin@change-me -v zedis-data:/data vicanso/zedis-web:latest --listen 0.0.0.0:7379 --insecure-cookie
Open localhost:7379 and sign in as admin. Past a trial, drop
--insecure-cookie and put HTTPS in front — see the
Web version
guide.
Zedis is Apache-2.0. Issues and PRs welcome — by contributing you agree to the project CLA. See the changelog for what shipped recently.