Deploy FreeAI anywhere โ bare metal, Docker, cloud GPUs, or Kubernetes. Same stack, different runtime.
Full control. Auto-detects GPU, installs drivers, CUDA, Docker, and the complete stack.
git clone https://github.com/ProjectZeroDays/FreeAI_AI-Inference-Workstation.git
cd FreeAI_AI-Inference-Workstation
sudo ./hardware/install-stack.sh
bash models/auto-download-models.sh
Any host with NVIDIA Docker. Split or all-in-one profiles.
git clone https://github.com/ProjectZeroDays/FreeAI_AI-Inference-Workstation.git
cd FreeAI_AI-Inference-Workstation
docker compose --profile allinone up -d
# Dashboard: http://localhost:8030
Kubernetes manifests, Vast.ai templates, RunPod kits, Hetzner bare-metal. Also bootable as a Live ISO.
docker pull ghcr.io/freeai/freeai:latest
# or boot freeaios-amd64.iso
ghcr.io/freeai/freeai:latest./install.shk8s/freeai-deployment.yaml| Service | Port | Description |
|---|---|---|
| Dashboard | 8030 | Web UI, all pages |
| Proxy | 8100 | Model routing proxy |
| Memory | 8110 | Embedding & recall store |
| Agents | 8120 | Agent orchestration |
| Registry | 8130 | Skill/MCP/plugin registry |
| RAG | 8140 | Retrieval-augmented generation |
| Brain | 8150 | Reasoning engine |
| Skills | 8160 | Skill API server |
| Pipeline | 8170 | Workflow engine |
| Browser | 8180 | Headless browser automation |
| Campaign | 8090 | Campaign manager |
| GPU | 8200 | GPU resource manager |
| Awesome Registry | 8210 | Plugin marketplace |
| Permissions | 8220 | RBAC & access control |
| Scheduler | 8230 | Cron & task scheduler |
| Health Monitor | 8240 | System health checks |
| Salad | 8250 | Salad GPU integration |