Skip to content

Releases: zechtz/vertex

v2.2.6

04 Dec 08:41

Choose a tag to compare

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 version

Docker

docker pull \zechtz/vertex:v2.2.6
# or
docker pull \zechtz/vertex:latest

Release v2.2.5

01 Dec 19:14

Choose a tag to compare

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 version

Docker

docker pull \zechtz/vertex:v2.2.5
# or
docker pull \zechtz/vertex:latest

v2.2.4

01 Dec 09:59

Choose a tag to compare

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

01 Dec 09:07

Choose a tag to compare

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

15 Oct 23:22

Choose a tag to compare

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

20 Aug 17:35

Choose a tag to compare

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

19 Aug 07:27

Choose a tag to compare

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

13 Aug 07:23

Choose a tag to compare

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

12 Aug 08:46

Choose a tag to compare

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

07 Aug 08:09

Choose a tag to compare

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