Self-Hosted Infrastructure Automation with Conversational AI
AutoBot is a self-hosted AI platform that brings conversational AI to distributed Linux administration, fleet management, and infrastructure automation — all from a beautiful, modern interface. Own your data. Control your infrastructure. No vendor lock-in.
git clone https://github.com/mrveiss/AutoBot-AI.git
cd AutoBot-AIcp .env.example .env
docker compose up -dVisit http://localhost in your browser. AutoBot is ready to use.
AutoBot is a self-hosted infrastructure automation platform that combines conversational AI with distributed automation. Deploy it on your own hardware and keep complete control:
- Unified Self-Hosted Dashboard — Manage infrastructure, fleet operations, and analytics from one place on your servers
- Natural Language Control — Issue commands in plain English; AutoBot handles the complexity locally
- Self-Hosted Knowledge Bases — Build custom knowledge bases from your infrastructure docs, runbooks, and workflows — all stored locally
- Code Analytics — Understand codebases, extract insights, identify risks without sending data to external services
- Vision Processing — Analyze screenshots and diagrams locally to guide infrastructure decisions
- Self-Hosted Fleet Management — Orchestrate multi-server deployments, updates, and monitoring with Ansible across your infrastructure
- Complete Data Privacy — Full data control, no external dependencies, runs entirely on your hardware, no cloud vendor lock-in
| Component | Minimum | Recommended |
|---|---|---|
| CPU | 4 cores | 8+ cores |
| RAM | 8 GB | 16+ GB |
| Storage | 20 GB SSD | 50+ GB SSD |
| GPU | None (CPU-only mode) | NVIDIA GPU for faster inference |
| OS | Ubuntu 20.04+ / Debian 11+ | Ubuntu 22.04 LTS |
| Docker | 24.0+ | 25.0+ |
| Feature | Capability |
|---|---|
| Chat | Multi-turn conversations with function calling, streaming responses |
| Knowledge Bases | RAG-powered retrieval from documents, code, infrastructure docs |
| Workflow Builder | Visual and code-based workflow creation for infrastructure tasks |
| Codebase Analytics | Code structure analysis, risk detection, dependency insights |
| Vision | Image/screenshot analysis for infrastructure troubleshooting |
| Fleet Management | Ansible-powered multi-server orchestration and monitoring |
| Aspect | AutoBot (Self-Hosted) | Cloud AI Tools |
|---|---|---|
| Data Privacy | Your data stays on your hardware | Data sent to external servers |
| Cost | One-time setup, no per-request fees | Recurring API costs, usage-based pricing |
| Control | Full customization, no vendor lock-in | Limited by cloud provider's roadmap |
| Compliance | Meet HIPAA, GDPR, SOC2 requirements | Subject to cloud provider's compliance |
| Latency | Local inference, millisecond response times | Network latency to cloud APIs |
| Offline Capability | Works without internet connection | Requires constant cloud connectivity |
| Customization | Run custom models, modify code | Locked to cloud provider's models |
| Scalability | Scale within your infrastructure | Limited by cloud provider's quotas |
For teams prioritizing data privacy, cost efficiency, and infrastructure control, self-hosted automation with AutoBot is the ideal choice.
📚 Learn more: Why Self-Hosted Infrastructure Automation?
Full diagrams (data flows, deployment topologies, sequence diagrams): docs/architecture/system-diagram.md
Feature walkthroughs and demo recording scripts: docs/DEMOS.md
graph TB
User["👤 User<br/>(Browser)"]
Frontend["🎨 Frontend<br/>(Vue.js)"]
Backend["⚡ Backend<br/>(FastAPI)"]
Redis["🔴 Redis<br/>(Cache/Queue)"]
PostgreSQL["🐘 PostgreSQL<br/>(Data)"]
ChromaDB["🔍 ChromaDB<br/>(Vectors)"]
SLM["🧠 Small LLM<br/>(Ollama)"]
Ansible["🔧 Ansible<br/>(Fleet Ops)"]
Browser["🌐 Browser Automation<br/>(Chromium)"]
User -->|HTTP/WS| Frontend
Frontend -->|API| Backend
Backend -->|Read/Write| Redis
Backend -->|Query| PostgreSQL
Backend -->|Vector Search| ChromaDB
Backend -->|Inference| SLM
Backend -->|Execute| Ansible
Backend -->|Control| Browser
style User fill:#e1f5ff
style Frontend fill:#f3e5f5
style Backend fill:#fff3e0
style Redis fill:#ffebee
style PostgreSQL fill:#e8f5e9
style ChromaDB fill:#fce4ec
style SLM fill:#f1f8e9
style Ansible fill:#ede7f6
style Browser fill:#e0f2f1
Fastest way to get started. Includes all services pre-configured.
docker compose up -dFor development or custom setups. See INSTALL.md.
For contributing to AutoBot:
docker compose -f docker-compose.dev.yml up -dAutoBot runs as a coordinated set of services:
| Service | Role | Port |
|---|---|---|
| Frontend | Vue.js UI, TLS termination | 80, 443 |
| Backend | FastAPI API server | 8001 |
| Redis | Cache, message queue | 6379 |
| PostgreSQL | Relational database | 5432 |
| ChromaDB | Vector embeddings store | 8100 |
| SLM (Ollama) | Small language model inference | 11434 (optional) |
| Prometheus | Metrics collection | 9090 (optional) |
| Grafana | Monitoring dashboards | 3000 (optional) |
Once running, navigate to http://localhost to access:
- Chat Interface — Start conversing with AutoBot about your infrastructure
- Knowledge Bases — Upload and manage documents, codebases, runbooks
- Workflows — Create automated tasks and infrastructure operations
- Fleet Management — View and orchestrate multiple servers
- Analytics — Monitor system health, performance, and activity
# In the AutoBot chat:
# "Deploy the latest application version to all production servers"
# AutoBot handles the Ansible orchestration automatically# Ask AutoBot to analyze your codebase:
# "What are the critical dependencies in the auth module?"All configuration uses environment variables in .env. See .env.example for all options.
Key settings:
AUTOBOT_DEPLOYMENT_MODE—hybridordistributedAUTOBOT_LLM_PROVIDER—ollama(default) or othersAUTOBOT_SINGLE_USER_MODE—true(development) orfalse(multi-user)
We welcome contributions! Whether you're fixing bugs, adding features, or improving documentation:
- Check out CONTRIBUTING.md for guidelines
- Look for issues tagged
good-first-issueif you're new - Bounty opportunities available on some issues — see the
bountylabel
- 💬 Questions? Start a discussion in GitHub Discussions
- 🐛 Found a bug? Open an issue
- 💡 Have an idea? Share it in Discussions → Ideas
AutoBot is open source and we welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your contributions help build better infrastructure automation for everyone.
Start with good-first-issue labeled tasks. These are:
- Self-contained and beginner-friendly
- Expected to take less than 2 hours
- Perfect for learning the codebase
- Great introduction to our contribution process
Find issues matching your skill area:
-
🎨 Frontend (Vue.js, TypeScript, CSS, Vite)
-
🔧 Backend (FastAPI, Python, APIs, Databases)
-
🚀 Infrastructure & DevOps (Docker, Ansible, CI/CD, Deployment)
-
📚 Documentation (Guides, Examples, README, API Docs)
-
🧪 Testing & QA (Unit Tests, Integration Tests, Test Coverage)
Want to earn money contributing? Check out issues with the bounty label. Visit Polar.sh for details and to claim rewards.
Detailed contribution process, code style guidelines, and development setup: → Read CONTRIBUTORS.md
Support AutoBot's development in multiple ways:
- GitHub Sponsors — Recurring sponsorship with direct support and updates
- Ko-fi — One-time or recurring donations for maintenance and features
- Polar.sh Bounties — Earn rewards for implementing features and fixing bugs
- See BOUNTY.md for eligibility criteria and how to claim rewards
Your support helps us:
- Maintain and improve the codebase
- Add new features and capabilities
- Expand documentation and examples
- Grow the community
- Enable contributors to participate
AutoBot is open source. See LICENSE for details.
- Multi-user authentication and RBAC
- Kubernetes orchestration support
- Advanced analytics dashboards
- Custom integrations marketplace
- Mobile companion app
- Cloud deployment templates
- Managed hosting option
- Enterprise features (SAML, audit logs)
- Frontend: Vue.js, TypeScript, Vite
- Backend: FastAPI, Python, AsyncIO
- Database: PostgreSQL, Redis, ChromaDB
- LLM: Ollama (local), LangChain
- Orchestration: Ansible, Docker, Kubernetes (coming)
- Infrastructure: Docker Compose, systemd
Full documentation coming soon. In the meantime:
- See INSTALL.md for detailed setup instructions
- Check CONTRIBUTING.md to get involved
- Explore docs/ for architecture details
Current Version: v1.5.0 (Active Development)
AutoBot is actively developed and used for infrastructure automation. It's suitable for:
- ✅ Self-hosted deployments on your infrastructure
- ✅ Development and testing environments
- ✅ Learning AI-driven automation
- 🚀 Production use (with monitoring and backups)
Made with ❤️ by the AutoBot community