Releases: zechtz/vertex
Releases · zechtz/vertex
v2.2.6
Vertex Service Manager v2.2.6
Changes since v2.2.5
- fix: resolve ARM64 Docker build QEMU emulation issue (a3a3a10)
- feat: replace git branch dropdown with searchable dialog (0887441)
- feat: add git branch switching for services (28c604d)
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
- Profile-based service management
- Environment variable management
📦 Installation
Download Binary
Download the appropriate binary for your platform:
- Linux (amd64):
vertex-linux-amd64 - Linux (arm64):
vertex-linux-arm64 - macOS (Intel):
vertex-darwin-amd64 - macOS (Apple Silicon):
vertex-darwin-arm64 - Windows (amd64):
vertex-windows-amd64.exe
# Make executable and install
chmod +x vertex-*
sudo mv vertex-* /usr/local/bin/vertex
# Verify installation
vertex versionDocker
docker pull \zechtz/vertex:v2.2.6
# or
docker pull \zechtz/vertex:latestRelease v2.2.5
Vertex Service Manager v2.2.5
Changes since v2.2.4
- fix: restore Docker build and add frontend build to Makefile (14b045a)
- fix: add frontend build steps to release workflow (9671e2a)
- feat: implement git tag-based versioning and automated releases (0afb806)
- fix: ensure verbose logging checkbox state persists correctly (fc8869d)
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
- Profile-based service management
- Environment variable management
📦 Installation
Download Binary
Download the appropriate binary for your platform:
- Linux (amd64):
vertex-linux-amd64 - Linux (arm64):
vertex-linux-arm64 - macOS (Intel):
vertex-darwin-amd64 - macOS (Apple Silicon):
vertex-darwin-arm64 - Windows (amd64):
vertex-windows-amd64.exe
# Make executable and install
chmod +x vertex-*
sudo mv vertex-* /usr/local/bin/vertex
# Verify installation
vertex versionDocker
docker pull \zechtz/vertex:v2.2.5
# or
docker pull \zechtz/vertex:latestv2.2.4
Vertex Service Manager v2.2.4
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.2.3
Vertex Service Manager v2.2.3
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.2.2
Vertex Service Manager v2.2.2
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.2.1
Vertex Service Manager v2.2.1
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.2.0
Vertex Service Manager v2.2.0
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.1.9
Vertex Service Manager v2.1.9
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.1.8
Vertex Service Manager v2.1.8
🚀 Features
- Complete microservice management platform
- Embedded React web interface
- Cross-platform support
- Real-time monitoring and logs
v2.1.7
Vertex Service Manager v2.1.7
🚀 Features
- Complete microservice management platform
- Embedded React web interface (no external dependencies)
- Cross-platform support (Linux, macOS, Windows)
- Real-time service monitoring and logs
- Automatic environment variable management
- Lombok compatibility fixing
- Maven wrapper auto-generation
📦 Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | vertex-linux-amd64 |
| Linux | ARM64 | vertex-linux-arm64 |
| macOS | x64 | vertex-darwin-amd64 |
| macOS | ARM64 (M1/M2) | vertex-darwin-arm64 |
| Windows | x64 | vertex-windows-amd64.exe |
🔧 Installation
# Download for your platform
wget https://github.com/zechtz/vertex/releases/download/v2.1.7/vertex-linux-amd64
# Make executable
chmod +x vertex-linux-amd64
# Run
./vertex-linux-amd64