Documentation Index
Fetch the complete documentation index at: https://docs.langsight.dev/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Python 3.11 or higher
- pip or uv
- Docker + Docker Compose (for server deployments)
Install with uv (recommended)
uv is the fastest Python package manager. It installs LangSight as a global tool solangsight is available everywhere:
Install with pip
Install from source
Verify installation
Platform support
| Platform | Status |
|---|---|
| macOS (arm64, x86_64) | ✅ Supported |
| Linux (x86_64, arm64) | ✅ Supported |
| Windows (WSL2) | ✅ Supported |
| Windows (native) | ⚠️ Untested |
First-run bootstrap (server deployments)
When running with PostgreSQL or ClickHouse, set these environment variables before starting the stack. LangSight creates the admin user and the “Default” project automatically on first run.If
LANGSIGHT_ADMIN_EMAIL or LANGSIGHT_ADMIN_PASSWORD are not set, the API starts but no admin account exists and login will fail. The stack will log a warning and refuse to start in strict mode.