Skip to content

Roku Dev Studio 1.0.0

Choose a tag to compare

@hdonapati hdonapati released this 12 May 18:24
Immutable release. Only release title and notes can be modified.

Roku Dev Studio 1.0.0

Downloads

Platform Intel/x64 ARM64/Apple Silicon
macOS Roku Dev Studio-1.0.0.dmg Roku Dev Studio-1.0.0-arm64.dmg
Windows Roku Dev Studio Setup 1.0.0.exe, Roku Dev Studio 1.0.0.exe (portable) -
Linux roku-dev-studio_1.0.0_amd64.deb, Roku Dev Studio-1.0.0-x86_64.AppImage roku-dev-studio_1.0.0_arm64.deb, Roku Dev Studio-1.0.0-arm64.AppImage

What's New

  • First public release.

Installation

macOS

  1. Download the appropriate .dmg file for your Mac.
  2. Open the disk image.
  3. Drag the app to your Applications folder.
  4. IMPORTANT — Before first launch:
    • Use Terminal: xattr -cr "/Applications/Roku Dev Studio.app"
    • Then open the app.

Note for macOS: The app is not code-signed. macOS Gatekeeper will block it. The command above removes quarantine attributes.

Windows

  1. Download the Setup .exe file.
  2. Run the installer.
  3. If you see "Windows protected your PC":
    • Click "More info"
    • Click "Run anyway"
  4. Follow the installation wizard.

Note for Windows: The app is not code-signed. Windows SmartScreen will show a warning initially.

Linux

  • Debian/Ubuntu: Download the .deb file and install with sudo dpkg -i filename.deb.
  • Other distros: Download the .AppImage file, make it executable (chmod +x filename.AppImage), and run it.