I built Zedis, a high-performance Redis client using Rust and GPUI (the UI framework from Zed).
Why: I wanted a GUI that starts instantly and feels native, avoiding the resource heaviness of Electron.
Platforms: Thanks to GPUI, Zedis supports macOS, Linux, and Windows. Disclaimer: I develop on a Mac, so the macOS build is the most polished. The Windows and Linux builds are available but currently less tested. If you try them, I'd really appreciate your feedback!
Features:
Native performance (GPU accelerated).
Supports standard Redis types (String, List, Hash, etc.).
JSON formatting & search.
Github: https://github.com/vicanso/zedis