Play
Drop in a game with friends and bots — no install needed.
Launch in browserEdit boards
Author primitive boards, arrange them, define scenarios.
Launch in browserTile-based robot programming. Play with friends, build your own boards.
Drop in a game with friends and bots — no install needed.
Launch in browserAuthor primitive boards, arrange them, define scenarios.
Launch in browserDesktop builds are unsigned for now — your OS will flag them the first time you open them.
Double-clicking the app after you drag it to Applications gives you:
“‘Yarr’ can’t be opened because Apple cannot check it for malicious software.”
That's Gatekeeper telling you the app isn't signed with an Apple Developer ID. Two ways around it:
Applications, right-click (or Control-click) the app icon and choose Open. A new dialog appears with an Open button — click it. macOS remembers the choice; future launches open normally.Terminal shortcut if you prefer: xattr -d com.apple.quarantine /Applications/Yarr.app (and the same for BoardEditor.app) strips the quarantine flag so the app opens normally.
Running the .exe shows a blue SmartScreen dialog:
“Windows protected your PC” with a single Don’t run button. That's because the installer isn't signed with an Authenticode cert.
Windows remembers the decision for that exe; subsequent runs won't prompt again.
AppImage just needs the executable bit:
chmod +x Yarr.AppImage./Yarr.AppImageIf you see a sandbox error on older distros, add --no-sandbox. No system-wide install needed — AppImage runs in place.