Quickstart
Quickstart — Your Own AI Assistant in 3 Minutes
One command and you have AI running on your own machine. No cloud, no subscription, no data sent to anyone. Like ChatGPT, but private and free.
Local AI on your computer, in 3 minutes
What you need
- Docker — a free program that installs everything for you (download here)
- 4 GB RAM — what most computers have
- 5 GB disk — less than a Netflix movie
Don’t have Docker? On Mac install Docker Desktop; on Linux follow the guide for your system.
Step 1 — Download
Open a terminal and run:
git clone https://git.d0a1.es/d0a1/packs.git
cd packs
This downloads all 4 available packs. You only need one to start.
Step 2 — Pick a pack and start
Open WebUI — Chat with AI in your browser:
cd openwebui
./deploy.sh local
Open http://localhost:3000 and start chatting. No signup, no API key.
Other packs available:
- WordPress + AI —
cd wordpress && ./deploy.sh local→http://localhost:8080 - Hermes Agent —
cd hermes && ./deploy.sh local - OpenClaw —
cd openclaw && ./deploy.sh local
Step 3 — Stop when done
./deploy.sh stop
Which model should I use?
The pack comes with several AI models. Best for beginners:
| Model | Size | RAM needed | Good for |
|---|---|---|---|
llama3.2:3b | ~2 GB | 4 GB | Ships with the pack. Light chat |
qwen3:4b | ~2.5 GB | 8 GB | Recommended: great in Spanish, step-by-step reasoning |
gemma3:4b | ~3 GB | 8 GB | Understands images, not just text |
qwen3:8b | ~5 GB | 8 GB | Higher quality: writing, code, analysis |
phi4-mini:3.8b | ~2.5 GB | 8 GB | Small but very capable for its size |
To switch models, click the dropdown at the top of the chat.
FAQ
Is it really free?
Yes. The models run on your computer. No per-message cost, no subscription, no limit. Your only cost is electricity.
Can it read my files?
Only if you want it to. You can upload a document to the chat for the AI to analyze, but nothing leaves your computer. Close the chat and the files are gone.
What if I want more?
When you’re ready to have AI 24/7 on your own server:
./deploy.sh vps
You only pay for the server. The software is free. Get a VPS with a discount on our pick your server here.