Install Leverage

Start connecting your AI conversations in under 60 seconds

Quick Install

Terminal
$ pip install life-manager
$ life-manager setup
$ life-manager start

That's it! The setup wizard will guide you through configuring your AI API keys and Google OAuth.

Try Demo First

Step-by-Step Guide

1

Install Python Package

pip install life-manager

Requires Python 3.9+. If you don't have Python, download it from python.org

2

Run Setup Wizard

life-manager setup

Interactive wizard will guide you through:

  • API keys for OpenAI, Anthropic, Google AI
  • Google OAuth for Docs integration
  • AI service preferences
  • Project Manager detection
3

Start Life Manager

life-manager start

Starts the MCP server. Open the demo client at http://localhost:8000

📦 pip (Recommended)

pip install life-manager

Standard Python package installation. Works on all platforms.

🐳 Docker

docker run -p 8000:8000 lifemanager

Containerized installation. Perfect for deployment.

🍺 Homebrew (Soon)

brew install life-manager

macOS 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:

Troubleshooting

Command not found: life-manager

Make sure Python's bin directory is in your PATH:

python -m life_manager.cli --help

Google 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