π Quickstart Guide
Get Home Genie running locally in minutes.
Prerequisites
- Python 3.14+
uvpackage manager- Node.js 24+ (for Node-based MCP tools)
Local Setup
# 1. Clone the repository
git clone https://github.com/rabestro/home-genie.git
cd home-genie
# 2. Install all dependencies (including dev and docs tooling)
uv sync --all-groups
# 3. Create environment configuration
cp .env.example .env
Edit .env and fill in your credentials:
TELEGRAM_BOT_TOKEN="123456789:ABCdef..."
GEMINI_API_KEY="AIzaSy..."
FAMILY_USERS='{"123456789": {"name": "Jegors", "paperless_token": "token_abc"}}'