Install
Configure W&B
Telescope UI reads training data from Weights & Biases. Runwandb login once to authenticate:
Start the dashboard
http://localhost:8005.
| Flag | Description |
|---|---|
--port PORT | Port to serve on (default: 8005) |
--host HOST | Host to bind to (default: 127.0.0.1) |
--no-browser | Don’t open the browser automatically |
--debug | Enable verbose logging |
Connect to training runs
On first launch, add a W&B project to monitor using the Add Project option in the sidebar. Enter the project path inentity/project format. Telescope will poll that project for runs tagged with telescope — the default training config already includes this tag, so any training runs in the project will appear automatically.
You can add more projects at any time from the sidebar menu.
Data storage
All synced data is stored locally in a DuckDB database at~/.telescope/. You can override this location with the TELESCOPE_DATA_DIR environment variable.

