Release your workday
in one breath.
Automate your workspace startup with immediate, one-click launches. Aeolo builds high-performance scripts to release your tabs, folders, and apps in an instant—private and secure by design: everything runs in your browser, nothing is uploaded, and your routine stays on your machine.
Engine Configuration
Release Stack
Aeolo Engine
Alternative — paste & save
- Click Copy code — same script as Release Script, on the clipboard.
- Open a plain-text editor — e.g. Notepad, Notepad++, Brackets, Visual Studio Code, or Sublime Text.
- Paste (Ctrl+V / ⌘V on Mac), then use Save As.
- Set file type to All files (*.*) / “No extension filter”. Name the file like your export (e.g. morning_routine.bat). If the editor asks for encoding, choose UTF-8.
On macOS, after saving the .sh, run chmod +x on that file in Terminal before running it.
- Right-click the downloaded .bat → Properties.
- On General, tick Unblock at the bottom → Apply / OK.
More detail:
The Story Behind Aeolo
By Charalampos Matonakis
The Professional
My name is Charalampos Matonakis. I live in Crete, Greece, and I am an Economist.
I specialize in insurance and public pensions. Managing complex data and professional workflows is my daily reality.
I've always had a passion for technology, teaching myself the basics of coding and web development. This curiosity led me to build a successful niche SaaS for the pension industry on my own.
The Spark
The idea for Aeolo was born out of a repetitive monthly frustration. Every month, I had to prepare invoices for my accountant.
The routine was always the same: opening banking tabs, document folders, and invoicing apps. I was losing 10 minutes just setting up my environment.
I wanted a way to trigger everything with one single click. No searching, no waiting—just immediate readiness.
Why the name Aeolo — and Aeolus in mythology
The name Aeolo echoes Aeolus (Greek: Αίολος) — in mythology, the divine keeper of the winds. He had sealed every wind into one leather sack so they could be meted out one at a time, in calm measure, whenever the voyage needed a breath of power.
In Homer’s Odyssey, Odysseus’s companions broke that design. Thinking the sack held treasure, they tore it open while he slept—and in one catastrophic instant, the full pack of winds rushed out together: not a single breeze, but all of them at once, a wall of air that ripped the ship from its course and flung the crew back into the open sea. The horror of the scene is precisely that total, simultaneous release—beautiful in theory as “everything at once,” ruinous when it happens by mistake, without the keeper’s intent.
Aeolo does something structurally similar: when you run your script, everything you stacked opens together—tabs, folders, apps—in one sweep, like all the winds leaving the bag at once. The difference is the hinge: not by accident, not while you sleep, not because someone guessed wrong. You choose the moment; the “storm” is on purpose. Same metaphor as the hero line: your workday, in one breath—only when you say the word.
Guide & Troubleshooting
01 How to use Aeolo
- • Add your frequently used URLs, local folder paths, or application executables to the stack.
- • Choose your Operating System (Windows or macOS).
- • Click "Release Script" and save the file to your Desktop.
- • Double-click the file whenever you start your day!
02 Fix Windows Blocking
Windows might block scripts downloaded from the internet for security. If your script doesn't run:
Step 1
Right-click your .bat file and select Properties.
Step 2
In the General tab, check the "Unblock" box at the bottom and click Apply.
Safety & Privacy
100% Client-Side
Aeolo runs entirely in your browser. Your URLs, paths, and app names never leave your computer. No servers, no tracking, no database.
Audit the Code
Transparency is our priority. You can check the complete source code of this application on GitHub to verify its safety.
Check GitHubmacOS Users
After downloading the .sh file, you must give it execution permissions. Open Terminal and type:chmod +x your_script.sh