Roku Dev Studio 1.0.0
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
- Download the appropriate
.dmgfile for your Mac. - Open the disk image.
- Drag the app to your Applications folder.
- IMPORTANT — Before first launch:
- Use Terminal:
xattr -cr "/Applications/Roku Dev Studio.app" - Then open the app.
- Use Terminal:
Note for macOS: The app is not code-signed. macOS Gatekeeper will block it. The command above removes quarantine attributes.
Windows
- Download the Setup
.exefile. - Run the installer.
- If you see "Windows protected your PC":
- Click "More info"
- Click "Run anyway"
- 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
.debfile and install withsudo dpkg -i filename.deb. - Other distros: Download the
.AppImagefile, make it executable (chmod +x filename.AppImage), and run it.