Releases: ma1orek/Lobster
Releases · ma1orek/Lobster
Lobster v0.2.0 — Gemini Live Agent Challenge
Lobster v0.2.0 — The World's First Native Live-Agent Browser
Voice-controlled autonomous web agent powered by Gemini Live API + Google ADK.
Quick Start (Windows)
- Download
Lobster-win32-x64.zipbelow - Extract to any folder
- Set up the backend:
cd backend pip install -r requirements.txt echo GOOGLE_API_KEY=your-key-here > .env uvicorn main:app --host 0.0.0.0 --port 8080 - Run
Lobster.exe - Allow microphone access and start talking!
Requirements
- Windows 10/11 (x64)
- Python 3.12+ (for backend)
- Google AI API key (get one here)
What's included
- Pre-built Electron desktop app (no Node.js needed)
- Backend must be run separately (Python)
Built for the Gemini Live Agent Challenge.