Install with uv (Recommended)
# Install as a tool (isolated environment)
uv tool install --python 3.13 awsui
# Run directly
awsui
Install with pip
# Install from PyPI
pip install awsui
# Run
awsui
Requirements
- Python: ≥ 3.13, < 3.14
- AWS CLI: v2 (required)
- Amazon Q CLI: Optional, for AI assistance
- uv: Recommended for dependency management