Fully local, privacy-first personal AI assistant
Project description
Homie AI
Fully local, privacy-first personal AI assistant. Runs entirely on your machine with no cloud dependencies.
Features
- Local inference — loads GGUF models directly via llama.cpp with GPU acceleration (CUDA)
- Privacy first — all data stays on your machine, no telemetry, no external API calls
- Voice pipeline — wake word detection, speech-to-text, text-to-speech (optional)
- Plugin system — 12 built-in plugins (system, clipboard, browser, IDE, git, health, music, notes, shortcuts, terminal, network, workflows)
- Behavioral intelligence — habit detection, routine observation, profile synthesis
- Memory system — working, episodic, and semantic memory with consolidation and forgetting
Quickstart
Install
pip install homie-ai
Setup
# Interactive setup — detects hardware, finds/downloads a model
homie init
# Or start chatting directly (uses default model path)
homie chat
Model Setup
Homie uses llama.cpp server for inference. Download the pre-built binary for your platform from the releases page and place it in ~/.homie/llama-server/.
For Windows with CUDA:
# Download and extract to ~/.homie/llama-server/
# The zip should contain llama-server.exe and required DLLs
Homie auto-discovers GGUF model files in common locations (~/.lmstudio/models/, ~/.homie/models/). You can also register models manually:
homie model add /path/to/model.gguf --name my-model --format gguf --params 35B
homie model switch my-model
Configuration
Homie uses homie.config.yaml in the working directory or ~/.homie/:
llm:
backend: gguf
model_path: /path/to/your/model.gguf
context_length: 65536
gpu_layers: -1 # -1 = offload all layers to GPU
max_tokens: 2048
temperature: 0.7
voice:
enabled: false
wake_word: "hey homie"
mode: push_to_talk
storage:
path: ~/.homie
Environment variable overrides: HOMIE_LLM_BACKEND, HOMIE_LLM_MODEL_PATH, HOMIE_LLM_GPU_LAYERS, HOMIE_VOICE_ENABLED, HOMIE_STORAGE_PATH, HOMIE_USER_NAME.
CLI Commands
homie start Start the assistant (alias for chat)
homie chat Interactive chat mode
homie init First-time setup wizard
homie model list List installed models
homie model add Register a local model file
homie model switch Switch the active model
homie plugin list List available plugins
homie plugin enable Enable a plugin
homie backup --to Create encrypted backup
homie restore --from Restore from backup
Optional Dependencies
pip install homie-ai[model] # HuggingFace model downloading
pip install homie-ai[voice] # Voice pipeline (STT, TTS, wake word)
pip install homie-ai[context] # System context tracking
pip install homie-ai[storage] # Vector DB and encrypted backups
pip install homie-ai[app] # Dashboard, system tray, scheduling
pip install homie-ai[all] # Everything
Requirements
- Python 3.11+
- llama.cpp server binary (b8149+ for Qwen3.5 support)
- A GGUF model file (auto-detected or manually configured)
- NVIDIA GPU recommended (CUDA); CPU-only mode is supported
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file homie_ai-0.1.0.tar.gz.
File metadata
- Download URL: homie_ai-0.1.0.tar.gz
- Upload date:
- Size: 119.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
248b132217aafcfcbd3498313caf6aceb56251283724149a0a4358ee6c46610e
|
|
| MD5 |
22d405f25c76667f45022165208ef1bb
|
|
| BLAKE2b-256 |
964ee89711751a06c62677e292e89bf3c407b70137cc0bbe24777eaf8bbe82a2
|
File details
Details for the file homie_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: homie_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 79.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09c3b681526a3b9c565f5119b8601be194e9342ee8013b876d12bf21daa64e2f
|
|
| MD5 |
b139b61250e9d9e0f09a672ee69213a8
|
|
| BLAKE2b-256 |
33bbb45cb2efae4251c7a5e1fcdafa8440b13205977e52c7624aadd3213e2ed8
|