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.
- Unzip
open-source-barware-program-mac.zipif you have not already. - Open the folder
open-source-barware-program. -
Right-click (or Control-click)
Install.command→ choose Open → click Open again in the confirmation dialog. - Wait for setup to finish. Chrome opens to your program at
http://localhost:5052/. - 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.