The following steps are required to install AionUi:
- Cloning Project Warehouse:
git clone https://github.com/office-sec/AionUi.git
- Go to the project catalog:
cd AionUi
- Install the dependencies:
npm install
- Launch the application:
npm start
Configure key points:
- Enter the Gemini API key on the Settings page (you need to get it on the Google Cloud platform first)
- Supports three types of authentication: direct API key, Vertex AI authentication, or OAuth personal authentication.
- Configurable HTTP proxy for network limitations
- Optional build executable (commands available for different platforms)
This answer comes from the articleAionUi: Free, Open Source Gemini CLI GUI ToolThe