Skip to content

v0.1.0

Choose a tag to compare

@rgbacmyk rgbacmyk released this 26 Aug 13:09
b3d87d1

Downloads

CrabOS

  • macOS Apple Silicon: CrabOS-0.1.0-mac-arm64.dmg
  • Windows x64: CrabOS-0.1.0-win-x64.exe

CrabOS Sandbox

  • macOS Apple Silicon: CrabHost-0.1.0-mac-arm64.dmg
  • Windows x64: CrabHost-0.1.0-win-x64.exe

macOS install

These builds are unsigned. Drag the app into Applications, then paste the matching command in Terminal and press Return.

CrabOS:

xattr -cr /Applications/CrabOS.app 2>/dev/null || true; open /Applications/CrabOS.app

CrabOS Sandbox:

xattr -cr /Applications/CrabHost.app 2>/dev/null || true; open /Applications/CrabHost.app