·
126 commits
to refs/heads/main
since this release
AGmind64 v0.1.0 — the first tagged release. Turn an AMD Ryzen AI Max+ "Strix Halo" host (or any x86_64 Linux box) into a fully self-hosted, private AI platform with one command.
Highlights
- One-command install —
make setupbrings up the whole stack via Docker Compose (TUI wizard or--no-tui). - Local inference — llama.cpp serving LLM, embeddings and reranking on Vulkan/ROCm (CPU fallback), behind OpenAI-compatible HTTP endpoints.
- RAG out of the box — Dify app, Qdrant vector store, Docling document parsing; optional RAGFlow lane.
- Observability — Prometheus, Grafana, Loki, Alloy, cAdvisor and exporters (opt-in profile).
- Secure edge — Traefik reverse proxy + Authelia forward-auth SSO; secrets written to a
0600.env, never printed. - Operator CLI + TUI —
agmindfor install, day-2 ops, backup/restore, diagnostics. - Reproducible & pinned — every service image pinned by digest; governance gates block mutable tags, and a hardware-mismatch audit forbids NVIDIA/CUDA paths.
- Reboot-survivable — a systemd boot unit brings the stack back up, dependency-ordered, after a host reboot.
Supported lane
Single-node Docker Compose on Ubuntu is the supported lane; multi-node cluster discovery is experimental. Pre-1.0 — APIs and defaults may still change.
See the README for quick start and architecture.