| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sovereign home OS for AI cloud, coding, gaming, creative, and family entertainment. Base: Garuda Linux (Arch-based, Zen kernel, BTRFS+Snapper) Model-Agnostic: Supports any HuggingFace model.
Version: v16.5.0 | Base: Garuda Linux | License: MIT
Based on 4 independent code reviews of v16.4, v16.5 fixes 10 issues (3 P0 + 7 P1):
git clone https://github.com/MoZoHuJa/OS.git
cd OS
sudo pacman -S archiso edk2-ovmf qemu-desktop
bash installer/scripts/build-iso.shbash tests/qemu-boot.sh output/scarlix-os-v16.5-x86_64.isoscarlix-mode {ai|game|creative|turbo|offline|tv|status|vram}
| Mode | GPU usage | Use case |
|---|---|---|
| ai | SGLang + Ollama | Default AI inference |
| game | Native Steam/Sunshine | Full GPU for gaming |
| creative | ComfyUI + Video + Musicgen | Image/video/audio gen |
| turbo | SGLang + Ollama together | Max throughput |
| offline | llama.cpp CPU only | Low power / no GPU |
| tv | Docker Sunshine | Family streaming |
| status | — | System summary |
| vram | — | VRAM health check (NEW) |
Edit /etc/scarlix/models.yaml → run download-models.sh → restart. Supports: Llama, Qwen, Mistral, Gemma, Phi, DeepSeek, Nemotron. Uses hf_repo field for direct GGUF downloads from HuggingFace. Weekly auto-update via model-manager.sh (Monday 04:00 + Telegram summary).
If NVIDIA driver breaks on Zen kernel:
# Option 1: rollback to previous driver version
sudo downgrade nvidia-dkms
# Option 2: boot LTS kernel
sudo grub-set-default 1 # select linux-lts entry
sudo rebootgaruda-scarlix/ ├── profiledef.sh # archiso profile (v16.5.0) ├── packages.x86_64 # + linux-lts, downgrade, zram-generator ├── airootfs/ │ ├── etc/ │ │ ├── systemd/ │ │ │ ├── zram-generator.conf # NEW: zstd + 32GB ZRAM (9-a) │ │ │ └── system/ │ │ │ ├── first-boot.sh # + chattr +C BTRFS CoW disable (10-a) │ │ │ ├── model-manager.service # NEW: weekly model updater (6-b) │ │ │ ├── model-manager.timer # NEW: Monday 04:00 trigger (6-b) │ │ │ └── scarlix-first-boot.service │ │ └── ... │ └── usr/local/bin/ │ ├── scarlix-wizard # + enable model-manager.timer │ ├── scarlix-mode # + `vram` subcommand (8-b) │ └── model-manager.sh # NEW: HF + Ollama + VRAM + Telegram (6-b) ├── efiboot/loader/entries/archiso-x86_64.conf # + console=ttyS0 (3-a) └── syslinux/syslinux.cfg # + console=ttyS0 (3-a) installer/scripts/build-iso.sh # + PIPESTATUS + README_VERSION check (1-a, 4-a) tests/qemu-boot.sh # + PIPESTATUS + OVMF no-fallback (1-a, 2-a) models.yaml # v16.5 comment update
| Version | Date | Base | Key Change |
|---|---|---|---|
| v16.5 | 2025-01 | Garuda | 10 review fixes (PIPESTATUS, OVMF no-fallback, console=ttyS0, README validation, linux-lts, model-manager.sh, downgrade, vram subcommand, ZRAM, BTRFS CoW) |
| v16.4 | 2025-01 | Garuda | 8 review fixes (VERSION consistency, OVMF CODE/VARS split, real QEMU PASS/FAIL, unified QEMU test, first-boot logging, models.yaml hf_repo) |
| v16.3 | 2025-01 | Garuda | 5 review fixes (wizard enables first-boot, NVIDIA post-install, garuda-common-settings only) |
| v16.2 | 2025-01 | Garuda | archiso-based, all v16.1 review fixes |
| v16.1 | 2025-01 | Garuda | Arch-based, BTRFS+Snapper, native gaming |
| v15 | 2024-12 | Ubuntu | Model-Agnostic system |
| v12 | 2024-11 | Ubuntu | Sovereign Agent Compute Edition |
| Back | FazBrowse Home | New Git URL |