Wall Street Day Traders
Stack
- →TradingView
- →Discord
- →
C:\Trading\Logs
Automate your workspace startup with immediate, one-click launches. Aeolo builds high-performance scripts to release your tabs, folders, files, extra batch/shell routines, 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.
Get started
Free · Runs in your browser · Open source on GitHub
Starter stacks
Alternative — paste & save
On macOS, after saving the .sh, run chmod +x on that file in Terminal before running it.
More detail:
By Charalampos Matonakis
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 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.
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.
Built for the busy professional
Most productivity tools are stuck inside your browser or require complex installations. Aeolo sits perfectly in the middle.
Stuck in the browser ecosystem. Cannot open local folders or desktop apps. Consume massive RAM.
Opens Web URLs, Local Folders, and Heavy .exe Apps simultaneously. Zero background RAM usage.
High learning curve. Require heavy installation. Often blocked by corporate IT policies.
No MSI rollout, no admin rights drama. Aeolo is a static page in your browser—you design the script, download a plain .bat or .sh, and your stack is live. Security teams see transparent text, not a black-box agent.
Throttle launches between heavy apps so your machine stays responsive. Same professional rhythm every morning—URLs first, then disk-heavy tools, timed to perfection.
Efficiency metric
0.0
Hours saved annually
~25 minutes/week × 50 work weeks = 1,250 minutes ≈ 20.8 hours—a conservative floor for anyone juggling browsers, folders, and native apps every morning.
Honest comparison
Two different philosophies for the same goal: getting into flow faster. Neither is universally better — they solve different needs.
| Criterion | Aeolo | Browser Extensions | Workspace Restore (Ikuna, PowerToys…) |
Macro Tools (AutoHotkey, Raycast…) |
|---|---|---|---|---|
| Open URLs | ✓ | ✓ | ✓ | ✓ |
| Open local folders & apps | ✓ | ✗ | ✓ | ✓ |
| No installation required | ✓ | ✗ | ✗ | ✗ |
| No coding needed | ✓ | ✓ | ~ | ✗ |
| Shareable as a single file | ✓ | ✗ | ✗ | ✗ |
| 100% private — nothing leaves your machine | ✓ | ✗ | ~ | ✓ |
| Restores window positions | ✗ | ✗ | ✓ | ~ |
| Zero background RAM | ✓ | ✗ | ✗ | ✗ |
| Free | ✓ | ~ | ~ | ~ |
✓ Yes · ✗ No · ~ Partial or varies
Global reach · High Efficiency
Tailored example stacks for professionals who value extreme efficiency. Use Load in builder on any card to open the same structure in the Generator—then edit paths and release your script.
Stack
C:\Trading\LogsB2B scalable
Stack
Z:\Shared_DriveStack
C:\ClientsStack
D:\Sound_FXStack
localhost:3000~/ProjectsStack
C:\New_Photosbash), or .exe / .app shortcuts. Steps are numbered (1 = first). Drag the grip to reorder.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.
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 GitHubAfter downloading the .sh file, you must give it execution permissions. Open Terminal and type:chmod +x your_script.sh