Automations that run on your machine, not ours.
Cereal is a free desktop app that runs automation scripts locally on macOS, Windows, and Linux. Monitor prices, catch drops, claim deals, scrape data — pick from 100+ scripts or build your own with the Kotlin SDK.
A shelf of 100+ ready-made automations.
Install in one click. Pay only for what you use.
TooGoodToGo Monitor
Never miss a Magic Bag again. Watches Too Good To Go for deals in your area and notifies you the moment stock appears.
NEWEpic Games Claimer
Get notified instantly when a new free game is available on the Epic Games Store, with a direct claim link.
NEWYouTube Downloader
Download high-quality videos and audio from YouTube. Supports 360P up to 1080P, audio-only, and automatic muxing.
BSTN Raffle Script
Automate BSTN raffle entries with account creation, profile updates, and Discord win notifications.
Footpatrol Raffle Script
Scrape raffle data, generate accounts, and automate entries for Footpatrol launches.
NEWSize? Raffle Script
Scrape raffle data, generate accounts, and automate entries for Size? launches.
EQL Raffle Monitor
Get notified when a new EQL raffle goes live across Footlocker, Nike, Crocs, and more.
NEWBol.com Monitor
Track bol.com products by EAN and receive instant alerts when an item goes live or restocks.
NEWQueueBoost
Boost your queue success rate with multiple isolated, parallel browser instances with optional proxy support.
Get the desktop app
Runs on macOS, Windows, Linux. The app itself is free — always.
Pick from 100+ automations
Browse the marketplace, subscribe to the ones you want, configure them in minutes.
Automations run on your machine
Scripts execute locally. Your credentials, keys, and data never leave your device.
Your whole automation stack, in one window.
The desktop app is a clean three-pane task manager. Start, stop, schedule, log. No terminals. No babysitting.
- Start, stop, and schedule scripts with one click.
- Run multiple instances in parallel to finish faster.
- Structured logs with filters — see exactly what each task is doing.
- Native on macOS, Windows, and Linux.

Proxies — already solved.
Common primitives are built into the platform, so every script gets them for free. No more copy-pasted proxy lists.
- Proxy manager with health checks and rotation.
- Shared across every script you install.

Security isn't a feature. It's the default.
Every script is reviewed before it reaches the marketplace. Credentials and proxies are encrypted on-device. Nothing phones home.
Local-first by design
All user data — proxies and credentials — is stored encrypted on your own machine.
Per-script permissions
You decide which data each script can access. Revoke anytime.
Reviewed & obfuscated
Every submission passes a security review. Distribution ships ProGuard-obfuscated.
Build it once. Cereal handles the rest.
The Cereal SDK gives you a Kotlin DSL, auto-generated UI, licensing, obfuscation, and a marketplace to reach thousands of users. You keep 70% of every subscription.
1 import com.cereal.sdk.Script 2 import com.cereal.sdk.ExecutionResult 3 import com.cereal.sdk.ScriptConfigurationItem 4 import com.cereal.sdk.component.ComponentProvider 5 import com.cereal.script.utils.configuration.BaseConfiguration 6 7 interface PriceWatcherConfig : BaseConfiguration { 8 @ScriptConfigurationItem(keyName = "url", name = "Product URL") 9 fun url(): String 10 11 @ScriptConfigurationItem(keyName = "threshold", name = "Max price") 12 fun threshold(): Double = 50.0 13 } 14 15 class PriceWatcher : Script<PriceWatcherConfig> { 16 17 override suspend fun execute( 18 configuration: PriceWatcherConfig, 19 provider: ComponentProvider, 20 statusUpdate: suspend (String) -> Unit, 21 ): ExecutionResult { 22 val price = fetchPrice(configuration.url()) 23 if (price < configuration.threshold()) 24 provider.logger().info("Drop: $" + price) 25 return ExecutionResult.Done 26 } 27 }
Questions.
Answered.
Still stuck? The Discord is fast, warm, and full of script authors.
Join our DiscordQ/01 What is Cereal?
Q/02 Is Cereal free to use?
Q/03 Is Cereal safe to use?
Q/04 Is Cereal legal?
Q/05 What does 'local-first' mean?
Q/06 What is a script?
Q/07 How does Cereal keep my data private?
Q/08 What hardware do I need?
Q/09 Do I need to know how to code?
Q/10 Can I build my own scripts?
Start automating in under 2 minutes.
Download the app. Install a script. Let your computer do what it's good at.