Skip to content

Quick Start

Alpha Testing

Lody is currently in Alpha testing. All user data from the Alpha testing period will be cleared after the Alpha phase ends.

Prerequisites

Network Requirements

The CLI needs access to the following services:

  • Your Coding Agent (Claude Code / Codex)
  • GitHub (for cloning repositories)
  • npm registry

Start

bash
npx lody start

This starts the Lody CLI. It automatically detects Claude Code and Codex installed on your current machine, then creates a default Agent Config so you can pick the corresponding CLI type in the chat UI. The CLI keeps running and continuously handles chat requests from the web app.

Connect Your GitHub Repository

In the web app, click Settings -> Integrations -> Manage to authorize GitHub access. After the redirect back to Lody, add the repositories you need to your workspace. Learn more

File Locations

ContentPath
Repositories~/.lody/repos
Log files~/.lody/logs

Next Steps