Welcome to eGovFrame's Homebrew Tap, an external repository for Homebrew. This Tap is dedicated to hosting Casks for eGovFrame's Integrated Development Environment (IDE).
- Name: eGovFrame
- Description: eGovFrame is an open-source framework provided by the government of South Korea. It is designed for the development of web-based public services. As a government-standardized development platform, eGovFrame plays a crucial role in IT projects within the public sector in Korea. Its global availability allows it to be utilized by users worldwide.
- Homepage: eGovFrame Official Website
Simply run the following command in your terminal:
brew install egovframedev- Tap into the eGovFrame's repository(only for the first time):
brew tap egovframework/egovframe- Install the latest version of eGovFrame IDE:
Both Apple Silicon ARM64 & Intel/AMD x64 binaries are provided.
brew install egovframedev-latest- Install the desired version of eGovFrame IDE:
v4.0 & v3.10 are provided as Intel/AMD x64 binaries only.
brew install egovframedev@5.0.0
brew install egovframedev@4.3.1
brew install egovframedev@4.3.0
brew install egovframedev@4.2.0
brew install egovframedev@4.1.0
brew install egovframedev@4.0.0
brew install egovframedev@3.10.0Please note that specifying the version is optional. If omitted, the latest version will be installed.
The application is installed under the /Applications/ directory, and you can verify it with an app name in the following format (X.X.X represents the version number).
- Version 4.3.1 or earlier:
eGovFrameDev-X.X.X-Mac-AArch64.apporeGovFrameDev-X.X.X-Mac-x86_64.app - Version 5.0.0 or later:
eGovFrameDev-X.X.X-macOS-AArch64.apporeGovFrameDev-X.X.X-macOS-x86_64.app