Odysseus AI Control Center v1.2.0 — Icarus Release
Pre-release🚀 Odysseus AI Control Center — v1.2.0 "Icarus"
⚠️ EXPERIMENTAL / UNSTABLE RELEASE
READ BEFORE DOWNLOADING
This release is an experimental version of the Odysseus AI Control Center intended for testing, learning, and development purposes.
Compared to v1.0.0 "Genesis", this version introduces significantly more automation, service orchestration, backup tooling, watchdog monitoring, and environment detection features.
Because of its aggressive automation and system-level operations, this version should NOT be considered production-ready.
📁 REQUIRED FOLDER STRUCTURE
The batch file and PowerShell scripts must remain together.
Odysseus AI Control Center V1.2.0
│
├── Odysseus_AI_Control_Center_v1_2_0_Icarus.bat
│
└── scripts
├── ody_backup.ps1
├── ody_verify.ps1
└── ody_restore.ps1
⚠️ IMPORTANT
The scripts folder is REQUIRED.
If the following files are missing:
- ody_backup.ps1
- ody_verify.ps1
- ody_restore.ps1
then backup, verification, restore, and related features will not function correctly.
✨ MAIN FEATURES
🔍 Environment Detection
- Docker Desktop detection
- Docker Engine validation
- Ollama installation checks
- WSL detection
- Curl verification
- Startup readiness checks
- Diagnostic reporting
🚀 Service Management
- One-click Odysseus startup
- Docker auto-start
- Ollama auto-start
- Service status monitoring
- Startup retry logic
- Service shutdown controls
📊 Monitoring & Diagnostics
- Installed Ollama model detection
- Storage usage reporting
- System status checks
- Log viewing
- Watchdog monitoring
💾 Backup & Restore
- Backup creation
- SHA256 integrity verification
- Backup validation
- Restore operations
- Recovery workflows
⚠️ RISK WARNINGS
This version performs system-level operations that may affect Docker, WSL, and running services.
Potential risks include:
- WSL shutdown operations
- Docker restarts
- Automatic service recovery attempts
- Data overwrite during restore operations
- Different behavior across Windows configurations
Always review the source code before execution.
Always maintain backups of important data.
Use caution when testing restore or recovery functions.
🧪 INTENDED USE
This release is intended for:
- Learning
- Code review
- Development environments
- Testing
- Experimentation
It is NOT recommended for production deployments.
📖 REFERENCE
Guide used during setup and development:
Refer to official Odysseus documentation for the latest installation and configuration information.
👨💻 AUTHOR
Created and maintained by Yen The Programmer
📌 LICENSE
MIT License
Free to use, modify, redistribute, fork, and improve with proper attribution.
⚠️ FINAL NOTE
v1.2.0 "Icarus" is preserved as a historical experimental release.
It introduced many automation concepts later refined in newer versions, but it may contain bugs, unfinished behavior, or implementation decisions that would not be used in later releases.
Use for learning, reference, testing, and experimentation at your own risk.