-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MiOS-DEV edited this page Apr 27, 2026
·
3 revisions
Version: MiOSv0.1.3
Updated: 2026-04-27
Architecture: Linux FS Native (FHS 3.0)
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
- Unified Knowledge Hub β Navigable index of all MiOS knowledge, memories, and research.
- INDEX β AI agent hub, architecture laws
- README β Project overview
- AI-AGENT-GUIDE β AI coding agent guide
- SELF-BUILD β Build instructions
- SECURITY β Security hardening
-
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/
# 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"- 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