"Don't just assist me. Control me."
AutomatOS is not a chatbot. It is a Personal Automation Kernel for Windows that uses Generative AI (Groq Llama-3) to understand your intent and aggressively enforce your productivity rules.
Unlike Siri or Cortana which wait for you to ask for help, AutomatOS runs silently in the background and intercepts your behavior based on rules you define in plain English.
- Dynamic AI Parsing: It understands fuzzy commands like "If I procrastinate on Instagram, annoy me" (Maps to:
Minimize Window). - Active Countermeasures: It has system-level control to Kill Processes, Minimize Windows, and Scold You (Text-to-Speech).
- Scheduler: Supports natural language scheduling like "Open VS Code in 5 minutes".
The OS speaks to you when you break a rule.
You: "If I open Notepad, shout at me." OS: (When Notepad opens) "Get back to work!"
Instantly terminates apps. No mercy.
You: "Kill Steam if I open it during work." OS: (Steam immediately crashes on launch).
Frustrates you into productivity by minimizing distractions repeatedly.
You: "Make Paint hard to use." OS: (Paint minimizes every time you try to click it).
You: "Open Gmail and YouTube in 10 minutes." OS: (Schedules tasks to launch browser at the exact time).
-
Clone & Install:
python -m venv venv .\venv\Scripts\Activate.ps1 pip install -r requirements.txt
-
Configuration: Create a
.envfile:MONGO_URI=your_mongodb_atlas_url GROQ_API_KEY=your_groq_api_key
-
Start the Engine:
python -m cli.main startKeep this terminal open.
Add a Rule:
python -m cli.main add "Block Calculator if I open it"Schedule a Task:
python -m cli.main do "Open Spotify in 5 minutes"Quick Action:
python -m cli.main do "Open Visual Studio Code"List Active Rules:
python -m cli.main list- Core: Python 3.10+
- Brain: Groq API (Llama-3 70B)
- Memory: MongoDB Atlas
- Eyes: Win32 API / Psutil