Getting Started
Set up the Developer App, scaffold a project, and build your first TelemetryOS application
Getting Started
Build and test a TelemetryOS application in minutes.
Prerequisites
- Node.js 18+
- npm or pnpm
- A TelemetryOS Studio account
Quick Start
Download the Developer App from Studio, then scaffold and run a project:
tos init my-app
cd my-app
tos devThe tos CLI (included with the Developer App) generates a React + TypeScript + Vite project with the SDK pre-configured. The Developer App provides a simulated device runtime so you can build and test locally before deploying.
For the full walkthrough with code examples, see Quick Start.
Next Steps
Updated about 3 hours ago
What’s Next