Mac App — Daily Casino Opener

This is a macOS tool. You can read what it does on your phone, but you'll need to be on your Mac to install it. Send the link to yourself, or tap below to reveal the install commands anyway.

The SweepsDaily Mac App opens all your favorite sweepstakes-casino sites in Chrome with optimized settings — perfect for daily freebie collection.

What It Does

  • Opens 20+ popular sweeps casino sites in separate Chrome tabs
  • Uses a dedicated Chrome profile to keep your casino browsing separate from everything else
  • Includes performance optimizations (disabled animations, controlled autoplay)
  • Easily customizable URL list
  • Available as both a Desktop app and Shortcuts integration

Quick Install

Run this one-liner in Terminal to install everything automatically:

curl -fsSL https://sweeps.bankbonimus.com/assets/files/casino-mac-app.sh | bash

Or to preview the script first:

curl -fsSL https://sweeps.bankbonimus.com/assets/files/casino-mac-app.sh | less

What Gets Installed

1. Desktop App: SweepsDaily.app

  • Double-click to launch all casino sites
  • Located on your Desktop for easy access
  • Built with AppleScript for native macOS integration

2. URL Configuration: ~/ChromeLite/urls.txt

  • Plain text file with one URL per line
  • Easy to edit with TextEdit or any text editor
  • Comments supported (lines starting with #)

3. Shell Runner: ~/ChromeLite/sweepsdaily.sh

  • Command-line version for advanced users
  • Used by the Shortcuts integration
  • Can be run directly from Terminal

4. Shortcuts Integration

  • iOS/macOS Shortcuts app integration
  • Run from Control Center, Siri, or automation
  • Perfect for scheduled daily runs

Default Casino Sites Included

The installer includes these popular sweeps casinos:

  • Stake.us
  • Real Prize
  • Crown Coins Casino
  • McLuck
  • Hello Millions
  • Play Fame
  • Spin Blitz
  • Jackpota
  • Mega Bonanza
  • Fortune Coins
  • Zula Casino
  • Pulsz & Pulsz Bingo
  • Chumba Casino
  • And many more

Customizing Your Casino List

Edit the URL list to add or remove sites:

  1. Open ~/ChromeLite/urls.txt in TextEdit
  2. Add one URL per line
  3. Use # at the start of a line for comments
  4. Save the file

Example customization:

# My favorite high-bonus sites
https://www.stake.us
https://www.mcluck.com
https://www.pulsz.com

# New sites to try
https://example-casino.com

# Disabled for now
# https://slow-loading-site.com

Usage

Desktop App Method

  1. Double-click SweepsDaily.app on your Desktop
  2. Chrome will launch with all casino sites in separate tabs
  3. Collect your daily bonuses

Shortcuts Method

  1. Open the Shortcuts app
  2. Find “SweepsDaily” shortcut
  3. Tap to run or ask Siri “Run SweepsDaily”

Command Line Method

~/ChromeLite/sweepsdaily.sh

Chrome Profile Benefits

The app uses a dedicated Chrome profile (~/ChromeLite/) which provides:

  • Isolation — separate from your main browsing
  • Persistence — login sessions saved between runs
  • Performance — optimized settings for casino sites
  • Organization — all casino cookies/data in one place

Troubleshooting

Chrome Not Found

brew install --cask google-chrome

Permission Issues

If the app won’t run due to security settings:

  1. Right-click the app → “Open”
  2. Click “Open” in the security dialog
  3. Or go to System Preferences → Security & Privacy → Allow

URLs Not Loading

  • Check your internet connection
  • Verify URLs in ~/ChromeLite/urls.txt are correct
  • Some sites may be temporarily down

Advanced Configuration

Custom Chrome Flags

Edit ~/ChromeLite/sweepsdaily.sh to add custom Chrome flags:

FLAGS=(
  "--user-data-dir=${PROFILE_DIR}"
  "--blink-settings=cssAnimationsEnabled=false"
  "--autoplay-policy=document-user-activation-required"
  "--disable-background-networking"
  "--no-first-run"
  "--no-default-browser-check"
  "--new-window"
  "--disable-extensions"
  "--incognito"
)

Automation with Cron

# Edit crontab
crontab -e

# Run daily at 9 AM
0 9 * * * /Users/$(whoami)/ChromeLite/sweepsdaily.sh

Uninstalling

rm -rf ~/ChromeLite
rm ~/Desktop/SweepsDaily.app
# Remove from Shortcuts app manually

Security Notes

  • The script is open source and can be reviewed before installation
  • Uses standard macOS APIs (AppleScript, shell scripts)
  • No network access except for the install fetch
  • All data stored locally in ~/ChromeLite/

Want to go further? See the VM Setup guide for full isolation, or the Gaming Automation Suite for hands-free playthrough clearing.