Open Terminal and run these in order.
curl -fLO https://clawd.workwithdhruv.site/latest.zip
Saves the current version as latest.zip in the folder you are in.
ditto -x -k latest.zip /Applications/
Expands the zip straight into your Applications folder.
xattr -dr com.apple.quarantine /Applications/ClawdCalendar.app
Removes the quarantine macOS puts on downloads, so the app is allowed to open.
open /Applications/ClawdCalendar.app
Launches the app. Clawd appears in your menu bar, not the Dock.
curl -fLO https://clawd.workwithdhruv.site/latest.zip
ditto -x -k latest.zip /Applications/
xattr -dr com.apple.quarantine /Applications/ClawdCalendar.app
open /Applications/ClawdCalendar.app
All four at once, if you would rather paste them in one go.
In the menu bar: Clawd → Connect Google account… → choose your account → approve. Then turn on Launch at login from the same menu so it is there after a restart.
The app updates itself — it checks on launch, and you can ask any time from the menu bar with Check for updates. Nothing to run.
Dragging the app to the Bin leaves your sign-in behind. These four commands remove all of it. If you turned on Launch at login, switch it off from the menu first.
pkill -x ClawdCalendar
Stops it running, so the next steps aren't fighting a live app.
rm -rf /Applications/ClawdCalendar.app
Removes the app itself from your Applications folder.
security delete-generic-password -s com.clawdcalendar.google
Deletes the Google token from your login keychain.
defaults delete com.clawdcalendar.app
Clears your preferences — reminder timing, and what to skip.
xattr command again, then open the app.Anything else: dhruvsingh2084@gmail.com.