OpenEMR on EKS Now Has a Terminal User Interface (TUI)

OpenEMR on EKS v5.0.0 ships with a terminal user interface (TUI) written in Go using Bubbletea.

# Requires: Go (v1.25+), macOS
# To install Go (V1.25+) ...

# 1. Install Homebrew (if it's not already installed). 
# - To install, in the terminal run ...
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# 2. Install Go
# - To install, in the terminal run ...
# brew update && brew install go

# Then run the following command to compile our TUI into a static binary and run it ...
git clone https://github.com/openemr/openemr-on-eks && \
cd openemr-on-eks && \
./start_console