Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.53 KB

File metadata and controls

73 lines (54 loc) · 2.53 KB

ETCDM

English | 简体中文

License GitHub release GitHub All Releases GitHub stars GitHub forks

ETCDM is a modern lightweight cross-platform ETCD desktop manager available for Mac, Windows, and Linux.

screenshot screenshot

Features

  • Super lightweight, built on Webview2, without embedded browsers (Thanks to Wails)
  • Provides visually and user-friendly UI, light and dark themes (Thanks to Naive UI and IconPark)
  • Visualize key value operations, CRUD support for key-value pairs

TODO

  • Multi-language support
  • Support multiple data viewing formats
  • Support import/export data
  • Support import/export connection profiles

Installation

Available to download for free from here.

Build Guidelines

Prerequisites

  • Go >= 1.23.0
  • Node.js >= 16
  • NPM >= 9

Install Wails

go install github.com/wailsapp/wails/v2/cmd/wails@latest

Build Project

wails build

Notinges

If you get a "damaged and can't be opened" error after installing on macOS, run the following command.

 sudo xattr -d com.apple.quarantine /Applications/etcdm.app