Recommended download
We detected your OS. Click the button below to get the correct installer.
Version: v0.1.0
Release date: 2026‑02‑24
SHA256:
loading… Verify integrity after download.Quick start
- Download your platform installer.
- Run the installer and follow prompts.
- Open BloxdStudio and load a sample project.
CLI users: see command-line install.
All downloads
If a link returns 404, ensure the file names exist in /installers or update the paths.
Windows
- Double‑click
BloxdStudio-Setup-x64.exe. - Approve the SmartScreen prompt (Publisher: you/your org).
- After install, launch from Start Menu → BloxdStudio.
macOS
- Open
BloxdStudio-macOS-x64.dmgand drag the app into Applications. - If Gatekeeper blocks it, right‑click → Open → Open anyway.
Linux
- AppImage:
chmod +x BloxdStudio-linux-x86_64.AppImage && ./BloxdStudio-linux-x86_64.AppImage - Debian/Ubuntu:
sudo apt install ./BloxdStudio-linux-amd64.deb
Verify download (SHA256)
Compare the hash below with checksums.txt:
# Windows (PowerShell)
Get-FileHash .\BloxdStudio-Setup-x64.exe -Algorithm SHA256
# macOS / Linux
shasum -a 256 BloxdStudio-macOS-x64.dmg
sha256sum BloxdStudio-linux-x86_64.AppImage
Command-line install (examples)
# Windows (PowerShell)
Invoke-WebRequest -Uri https://your.domain/installers/BloxdStudio-Setup-x64.exe -OutFile BloxdStudio.exe
Start-Process .\BloxdStudio.exe
# macOS
curl -LO https://your.domain/installers/BloxdStudio-macOS-x64.dmg
open BloxdStudio-macOS-x64.dmg
# Linux (AppImage)
curl -LO https://your.domain/installers/BloxdStudio-linux-x86_64.AppImage
chmod +x BloxdStudio-linux-x86_64.AppImage && ./BloxdStudio-linux-x86_64.AppImage
Troubleshooting
- Windows SmartScreen: click More info → Run anyway (while unsigned).
- macOS “can’t be opened”: right‑click the app → Open once to whitelist.
- Linux missing deps (deb): run
sudo apt -f installto resolve.
For issues, open a GitHub issue with your OS, app version, and logs.