Open Source · macOS · Windows · Linux

Roku Dev Studio

The unified tool for Roku development — control devices locally or remotely over the internet, no terminal required.

A single desktop application for developing and testing on Roku devices: remote control, sideloading, network inspection, an in-app BrightScript debugger, scripted automation, and an MCP server so AI agents like Cursor, Claude Desktop, and VS Code can drive a real device too.

Get Started Explore Features View on GitHub
Roku Dev Studio home screen

The problem

  • Existing tools are terminal-only or tied to a specific IDE extension
  • No automated way to capture screenshots during testing
  • ECP only works on the local network — remote locations and labs need someone physically present
  • No easy way to execute a channel's own app functions for automated testing

The solution

  • One unified, single desktop app instead of a dozen terminal tools and IDE plugins — most features need zero terminal knowledge
  • Automatic screenshots during keypress / text-input / sideload workflows
  • A remote server bridge controls devices anywhere over the internet, no physical access needed
  • App Connector (RALE) executes your channel's own functions with live output
Why Roku Dev Studio? (vs. official Roku tools)

One app instead of a dozen tools

Roku development is normally split across separate official tools — the Roku Remote Tool, the browser-based sideload installer, raw telnet, RALE, sca-cmd — that don't talk to each other. Roku Dev Studio doesn't replace Roku's own protocols (ECP, RALE, telnet, sca-cmd) — it wraps all of them in one GUI, one CLI (rds), and one MCP server.

TaskWithout Roku Dev StudioWith Roku Dev Studio
Remote ControlThe official Roku Remote Tool, or raw ECP keypress calls via curl/PostmanOne tab: full D-Pad, keyboard remote, and a floating mini-remote
SideloadingThe device's browser-based installer or a VS Code extension — one IP at a timeSideload Relay — one push from your IDE installs, launches, and captures console on every targeted device
Debug Consoletelnet <ip> 8085 in a raw terminal or through an IDE — no search/filter/save either wayA structured console with search, filtering, and saved logs
BrightScript DebuggingThe socket debug protocol, usable mainly through a single IDE's extensionA standalone debugger: breakpoints, step execution, call stack, variables, watch
App Inspection (RALE)RALE alone only inspects SceneGraph nodes — no way to call into a channel or exchange data with itApp Connector — extends RALE with the ability to call your channel's own functions and pass data back and forth (GET/POST-style), unlocking automation that didn't exist before
Network TrafficA separately configured MITM proxy (Charles/mitmproxy/Fiddler) with manual device setupBuilt-in local MITM proxy + optional hotspot packet capture
Static Analysissca-cmd output cross-referenced by hand against Roku's cert docsRuns sca-cmd for you, with cert-requirement links straight to Roku's docs
Remote Locations / labsPhysical presence required — ECP only works on the local networkA bundled remote server bridges ECP over the internet
Repeatable TestingHand-rolled scripts around ECP and RALEAction Scripts — build a flow (keypresses, queries, conditionals, waits) from a GUI, or run it headless via rds
AI-Agent AccessNothing officialA bundled MCP server lets Cursor, Claude Desktop, or VS Code drive a real device
At a glance

Everything you need for Roku development

A sample of what's inside — see the full tour on the Features page.

Remote Control

Full D-Pad, media keys, an optional keyboard remote, and a floating mini-remote you can pop open anywhere.

Device Performance

Live CPU, System/Graphics memory, and object charts for the sideloaded dev channel — with a bitmaps modal, chart history, and CSV / JSON / image export.

Device Discovery

Automatic SSDP discovery with subnet-scan fallback, local or via a remote server.

App Launcher & Management

Browse installed apps, launch by App ID, and deep-link straight into content.

Device Queries

One-click device info, app list, media status, and any custom ECP query.

Dev App Management

Sideload, launch, and auto-screenshot your dev channel, locally or on a remote device.

Try Demo App

No channel of your own? Sideload our bundled showcase channel to your Roku and explore every feature from one title-bar button.

Sideload Relay

RDS advertises itself as a Roku over SSDP — one sideload from your IDE fans out to every targeted device.

Console & Debugging

Live Roku console logs and system commands over telnet, local or remote.

Console Monitor

Automatic BrightScript crash and error detection with grouped issue counts, What / Cause / Fix guidance, and drill-down to the matching log line.

BrightScript Debugger

Attach over the socket debug protocol: breakpoints, step execution, call stack, variables, watch.

App Connector

Talk directly to your channel's own functions over RALE, with live return values.

Network Inspector

A local MITM proxy decrypts your dev channel's HTTPS, plus optional hotspot packet capture.

Network Session Viewer

Reopen a saved capture — .json, HAR, or .pcap — in the same read-only two-pane view.

Action Scripts

Build repeatable automation — keypresses, queries, conditionals, waits — and run it from the GUI or headless via rds.

AI Agents (MCP)

A bundled MCP server lets Cursor, Claude Desktop, or VS Code drive a real device while the app is open.

BrightScript Fiddle

A Monaco-powered BrightScript scratchpad that sideloads and runs your snippet in one click.

Log File Viewer

Open a saved console log in its own window with the same find and structured-log tools.

Static Channel Analysis

Runs Roku's own sca-cmd for you, with cert-requirement links straight to Roku's docs.

rds CLI

Every core action, scriptable from a terminal — discovery, ECP, sideload, screenshots, and more.

Remote Locations

Reach devices at another site through a standalone Relay Server, or cloud-hosted virtual Rokus from a Roku Cloud Emulator account — with the same tooling as local devices.

Settings

Tune connection timeouts, Device Performance sampling, Privacy Mode, and more from one place.

Language Switching

Six languages, switchable live from Settings — no restart, no reload.

Crash Reporting

An uncaught error becomes an actionable, GitHub-ready report instead of a silent failure.

Developer Features

Developer Mode, Privacy Mode, encrypted password storage, and other under-the-hood tools.

Supported platforms

Available everywhere you develop

macOS — DMG · Portable ZIP
Windows — NSIS installer · Portable EXE
Linux — DEB package · AppImage