How to install google/A2UI. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
google/A2UI Installation Guide
How to install google/A2UI. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for google/A2UI. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i google/A2UIor
Install via npx
npx @hexmos/ipm i google/A2UIPrerequisites
Node.js
runtimePython
runtimeGemini API Key
api_keyVersion: https://aistudio.google.com/
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Run the Restaurant Finder demo (Source)
git clone https://github.com/google/A2UI.git
cd A2UI
export GEMINI_API_KEY="your_gemini_api_key"
cd samples/agent/adk/restaurant_finder
uv run .Run the Restaurant Finder demo Client (Source)
git clone https://github.com/google/A2UI.git
cd A2UI
cd renderers/markdown/markdown-it
npm install
npm run build
cd ../../web_core
npm install
npm run build
cd ../lit
npm install
npm run build
cd ../../samples/client/lit/shell
npm install
npm run dev