Skip to content
MiOS-DEV edited this page Apr 27, 2026 · 3 revisions

MiOS Bootstrap - Linux Filesystem Native

Version: MiOSv0.1.3
Updated: 2026-04-27
Architecture: Linux FS Native (FHS 3.0)

πŸ“ Documentation Structure

All documentation follows Linux Filesystem Hierarchy Standard:

/usr/share/doc/mios/MiOSv0.1.3/
β”œβ”€β”€ Knowledge-Hub.md    # 🧠 Unified Knowledge Hub
β”œβ”€β”€ INDEX.md
β”œβ”€β”€ README.md  
β”œβ”€β”€ AI-AGENT-GUIDE.md
β”œβ”€β”€ SELF-BUILD.md
β”œβ”€β”€ SECURITY.md
β”œβ”€β”€ llms.txt
β”œβ”€β”€ ai-integration/     # 6 AI integration guides
└── engineering/        # Engineering specs

🧠 Knowledge Hub

πŸ“š Core Documentation

πŸ€– AI Integration

πŸ”§ Engineering

🌐 Linux FS Native Locations

  • Artifacts: /var/lib/mios/artifacts/MiOSv0.1.3/
  • Build Logs: /var/log/mios/builds/MiOSv0.1.3/
  • Documentation: /usr/share/doc/mios/MiOSv0.1.3/
  • Knowledge: /usr/share/mios/knowledge/
  • Configuration: /etc/mios/

πŸ“¦ Quick Start

# Extract complete repository (509 KB, 99.95% compression)
cd /var/lib/mios/artifacts/MiOSv0.1.3
tar -xJf mios-complete-rag-*.tar.xz -C ~/mios

# Initialize FOSS AI
ollama pull llama3.1:8b
cat /usr/share/mios/knowledge/mios-knowledge-graph.json | \
  ollama run llama3.1:8b "Initialize MiOS context"

πŸ“Š Statistics

  • Compressed: 509 KB XZ (99.95% from 928 MB)
  • Files: 722 preserved
  • FHS: 100% compliant
  • APIs: Ollama, llama.cpp, LocalAI, vLLM

Repository: https://github.com/Kabuki94/MiOS-bootstrap
License: Personal Property - MiOS-DEV