BloxdStudio

Download & Install — pick your platform or let us detect it automatically.
Windows macOS Linux

Recommended download

We detected your OS. Click the button below to get the correct installer.

Download See all downloads
Version: v0.1.0
Release date: 2026‑02‑24
SHA256: loading… Verify integrity after download.

Quick start

  1. Download your platform installer.
  2. Run the installer and follow prompts.
  3. Open BloxdStudio and load a sample project.

CLI users: see command-line install.

All downloads

Windows Installer (.exe) macOS (.dmg) Linux (AppImage) Linux (.deb) Release notes Checksums

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.dmg and drag the app into Applications.
  • If Gatekeeper blocks it, right‑click → OpenOpen 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 infoRun anyway (while unsigned).
  • macOS “can’t be opened”: right‑click the app → Open once to whitelist.
  • Linux missing deps (deb): run sudo apt -f install to resolve.

For issues, open a GitHub issue with your OS, app version, and logs.