Install Leverage
Start connecting your AI conversations in under 60 seconds
Quick Install
That's it! The setup wizard will guide you through configuring your AI API keys and Google OAuth.
Try Demo FirstStep-by-Step Guide
Install Python Package
pip install life-managerRequires Python 3.9+. If you don't have Python, download it from python.org
Run Setup Wizard
life-manager setupInteractive wizard will guide you through:
- API keys for OpenAI, Anthropic, Google AI
- Google OAuth for Docs integration
- AI service preferences
- Project Manager detection
Start Life Manager
life-manager startStarts the MCP server. Open the demo client at http://localhost:8000
📦 pip (Recommended)
pip install life-managerStandard Python package installation. Works on all platforms.
🐳 Docker
docker run -p 8000:8000 lifemanagerContainerized installation. Perfect for deployment.
🍺 Homebrew (Soon)
brew install life-managermacOS package manager. Coming soon!
🔑 API Keys Required
You'll need API keys from at least one AI service. Don't worry - the setup wizard will guide you:
Recommended Services:
Optional Services:
Troubleshooting
Command not found: life-manager
Make sure Python's bin directory is in your PATH:
python -m life_manager.cli --helpGoogle Docs not working
Make sure you've enabled the Google Docs API and Google Drive API in your Google Cloud Console, and downloaded the OAuth credentials JSON file.
Project Manager not detected
The MCP Project Manager is optional. Install it separately if you want project context features.
🎉 Next Steps
Once installed, you can:
- Chat with multiple AIs from one interface
- Hand off conversations between AI services
- Save conversations to Google Docs automatically
- Let smart routing pick the best AI for each query