Skip to content

Releases: ma1orek/Lobster

Lobster v0.2.0 — Gemini Live Agent Challenge

15 Mar 11:19

Choose a tag to compare

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)

  1. Download Lobster-win32-x64.zip below
  2. Extract to any folder
  3. 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
    
  4. Run Lobster.exe
  5. 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.