#!/bin/bash
# Sapience installer launcher: opens Terminal and runs the hosted installer
# (the interactive folder picker needs a real terminal).
/usr/bin/osascript -e 'tell application "Terminal"
  activate
  do script "curl -sL https://brain.coretx.ai/install | bash"
end tell'
