-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
18 lines (14 loc) · 894 Bytes
/
Copy pathllms.txt
File metadata and controls
18 lines (14 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# MiOS (Modern immutable Operating System) — Pure FOSS
MiOS is an immutable, AI-native workstation OS on Fedora Rawhide.
## 1. System Specification (SSOT)
- [INDEX.md](./INDEX.md): The authoritative system interface and laws.
- [ARCHITECTURE.md](./ARCHITECTURE.md): Filesystem and hardware blueprints.
- [ENGINEERING.md](./ENGINEERING.md): Security and build standards.
## 2. AI Interface Specification
- [usr/share/mios/ai/v1/system.md](./usr/share/mios/ai/v1/system.md): System agent specification.
- [usr/share/mios/ai/v1/knowledge.md](./usr/share/mios/ai/v1/knowledge.md): AI integration blueprints.
- [llms-full.txt](./llms-full.txt): Flattened system context.
## 3. Operational Standards
- **Protocol**: OpenAI-compatible REST API at `http://localhost:8080/v1`.
- **Infrastructure**: bootc, Podman Quadlets, ComposeFS.
- **Hardware**: VFIO/IOMMU optimization for universal compute.