中文版 | English
A beautiful and lightweight ETCD V3 client. Provides App and Web packages. Supports SSL and SSH Tunnel connections.
- This tool is completely open source and free!
- Provides two packages: App and Web. The app can be run directly on your local, and the web package can be deployed to the server directly or using docker.
- Very lightweight, App package is only 5M, Web package is only 15M.
- Support theme switching.
- Support multiple connection management.
- Support SSL, SSH connection.
- Support cluster information viewing, version compression, data backup and other functions.
- Support Key-Value editing, multi-language format highlighting, batch import/export.
- Support comparison of multiple versions of key.
- Support quick access from key collection.
- Support key change monitoring and notification.
- Support lease management: creation, deletion, key bind relationship, countdown display.
- Support user management: enable/disable authentication, creation, deletion, grant/revocation of roles, etc.
- Support role management: creation, deletion, authorization/revocation of permissions, etc.
- App: It has all the functions, has a better experience than the web version, and is easy to migrate data. It will be continuously updated in the future. It is recommended to use.
- Web: It has most of the functions, but a few functions are not supported (such as data backup, etc.). Users can access it directly with a browser without downloading. It supports multi-user login.
Please go to website to download the latest version. If you need to download historical versions, please go to releases.
- App: The version number is prefixed with App, for example
App-1.0.0
- Support
windows-x86_64
- Support
macos-x86_64
- Support
macos-aarch64
- Support
- Web: Version numbers are prefixed with Web, for example
Web-1.1.4
- Supported docker platforms:
linux/amd64
,linux/arm64
,windows/amd64
- Supported docker platforms:
Note: All versions on and before May 10, 2024 are web versions. This prefix rule will be used starting from the first app version released on August 30, 2024.
Web supports jar package deployment and Docker deployment, manages etcd server in the browser, and supports multiple account logins.
The Web version has been marked as archived and will not be maintained. For the usage documentation of the Web version, please go to: etcd-workbench-web repository.
The front-end is developed based on Vue, and the back-end is developed based on Rust, with memory safety, low consumption and high performance.
- Tauri - App Framework
- Tokio - Asynchronous IO communication
- etcd-client - Etcd Connector
- Vuetify - UI Framework