Mac install — read this first

Open Source Barware is free and open source. Because we are not an Apple registered developer yet, macOS will block a normal double-click on Install.command. This is normal. Use one of the steps below.

If you see “unidentified developer”: do not click OK and give up. Follow step 3 or the Terminal option below.
  1. Unzip open-source-barware-program-mac.zip if you have not already.
  2. Open the folder open-source-barware-program.
  3. Right-click (or Control-click) Install.command → choose Open → click Open again in the confirmation dialog.
  4. Wait for setup to finish. Chrome opens to your program at http://localhost:5052/.
  5. Bookmark that page in Chrome — that bookmark is the software.

Terminal option (if right-click Open does not appear):

cd ~/Downloads/open-source-barware-program
xattr -cr .
chmod +x Install.command
./Install.command

After install, the live program lives in ~/osb-program. Full notes are in README-INSTALL.txt.