Local AI Automation is an upcoming powerful desktop application designed to bring AI-driven automation to your local system. Unlike cloud-based services like Make.com, this tool will run entirely on your machine using Electron, Python, and Docker, ensuring complete privacy, security, and performance.
This repository is currently being prepared to provide project details, updates, and insights before deployment. Stay tuned for the official release! π
- AI-Powered Automation β Integrate multiple AI tools into a single app
- Chatbot β Locally hosted chatbot for seamless conversations
- Ollama WebUI β A powerful AI interface for managing Ollama models
- Heygen Automation β Automate Heygen video creation workflows
- TTS & Whisper β Convert text to speech and transcribe audio effortlessly
- Image Generation β Generate AI-driven images locally
- Scenario-Based Automation β Create workflows and automate repetitive tasks
- Server Scheduling β Schedule tasks to run on your local server even when offline
- Frontend: Electron.js (for cross-platform desktop UI)
- Backend: Python (for AI processing and automation tasks)
- Containerization: Docker (to keep everything modular and isolated)
- Install Docker
- Install Ollama
- Install NPM, Node
- Install Python3.11.9
- Download ffmpeg.7z and ADD TO PATH [Windows]
- Add Docker on Startup
- Add Ollama on Startup
docker pull ghcr.io/open-webui/open-webui:main
docker pull ghcr.io/coqui-ai/tts:latest
- llama3.2:1b [Ollama - Optional]
- deepseek-r1:1.5b [Ollama - Optional]
- python3 app.py
- ollama serve [make sure to add Ollama on startup]
- Run runner.py
- Run Magtronix
- Run
[ python3 -m venv venv ]
- Run
[ source venv/bin/activate , ./venv/Scripts/activate ]
- Run
[ pip install -r requirements.txt ]
- Run
[ pip install --upgrade pip setuptools wheel ]
- Run
[ python3 app.py ]
We have been working hard on the UI, and here are some early previews:
This project is actively in development. A dashboard preview will be shared soon! π
Follow this repository for updates and be the first to experience AI-driven automation on your local system! π