Skip to content

Instantly share code, notes, and snippets.

@rbento
Created November 16, 2025 07:35
Show Gist options
  • Select an option

  • Save rbento/ac7b3d22385a687eb6c3c8e0638b8ea0 to your computer and use it in GitHub Desktop.

Select an option

Save rbento/ac7b3d22385a687eb6c3c8e0638b8ea0 to your computer and use it in GitHub Desktop.

Steam OS

  • Download image from Steam website.

  • Prepare USB with installer on macOS ARM64

diskutil list
diskutil unmountDisk force /dev/disk10
bzcat steamos.img.bz2 | sudo dd if=/dev/stdin of=/dev/rdisk10 oflag=sync status=progress bs=128M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment