| title | README |
|---|
A playful, modular research/ops codebase with “mythic” naming and real daemons, dashboards, and tools. See ARCHITECTURE_MAP.md for a fast tour.
- Python deps are listed in requirements.txt
- UTF‑8/emoji paths are used throughout; see README_unicode_compat.md if your shell/editor misbehaves
- Terminal status monitor:
python3 🌌_omniversal_status_monitor.py - Web dashboard (Flask/Socket.IO):
python3 🜖_MasterUI/🜖_omniversal_master_dashboard.pythen open http://localhost:7777 - Nebula archive daemon:
python3 🌌_NebulaArchive/nebula_sync.py - Starlink beacon:
python3 🛰️_StarLink_Daemon/starlink_daemon.py
Run make help to see available rituals.
- Render star maps:
make starmap-viz - Convert Markdown→MP3 (set PROVIDER/PRESET/VOICE as needed):
make md-to-mp3
See ARCHITECTURE_MAP.md for the curated map of entry points, daemons, and workflows.