MoLOS Releases
This section contains release notes and migration guides for all versions of MoLOS.
Latest Release
MoLOS v1.1.0 Release Notes
Release Date: March 21, 2026 Status: ✅ Production Ready
Highlights:
- 🤖 72+ AI Tools - MCP integration for AI agents
- 📝 Quick Notes - Google Keep-inspired note-taking
- 🧠 3-Stage AI Council - Multi-perspective consultations
- ✅ Enhanced Tasks - Comments, attachments, dependencies
- 💬 AI Chat - Integrated Architect Agent
- 📱 Telegram Integration - Stay connected via messaging
Module Updates:
- MoLOS-Markdown v1.1.0 - Quick Notes, hierarchical docs, versioning
- MoLOS-LLM-Council v1.1.0 - Personas, multi-provider, 3-stage process
- MoLOS-Tasks v1.1.0 - Comments, attachments, dependencies, workflow
Documentation:
Previous Release
MoLOS v1.0.0 Release Notes
Release Date: March 17, 2026 Status: ✅ Production Ready
Highlights:
- 🎉 First major stable release
- 🆕 MoLOS-AI-Knowledge v1.0.0 - AI prompt management
- 🆕 MoLOS-LLM-Council v1.0.0 - Multi-LLM consultation
- 🔄 MoLOS-Tasks v1.0.4 - Enhanced task management
- 🗄️ Database Migration System v2.1 - Safer migrations with rollback
- 🚀 Production Build System - Deterministic builds
Key Features:
- Production-ready modules with AI tools integration
- Monorepo structure for all modules
- Svelte 5 with modern runes
- Privacy-first, self-hostable architecture
- Comprehensive migration and upgrade guides
Breaking Changes:
- Modules now in monorepo
modules/directory - Import patterns updated to use
$modulealias - Manual migration creation (no auto-generation)
- Removed
external_modules/directory
Documentation:
Migration Guides
Upgrading to v1.0.0
Complete guide for upgrading from pre-v1.0.0 versions to v1.0.0.
Topics Covered:
- What changed in v1.0.0
- Pre-migration checklist
- Module import updates
- Database migration changes
- Step-by-step upgrade process
- Common issues and solutions
- Rollback procedures
All Releases
| Version | Date | Status | Notes |
|---|---|---|---|
| v1.1.0 | 2026-03-21 | ✅ Production Ready | Module ecosystem updates, MCP integration |
| v1.0.0 | 2026-03-17 | ✅ Production Ready | First stable release |
Release Process
Versioning
MoLOS follows Semantic Versioning:
- MAJOR: Breaking changes or major new features (1.0.0)
- MINOR: New features, backward compatible (1.1.0)
- PATCH: Bug fixes, backward compatible (1.0.1)
Release Cycle
- Development: Features implemented in main branch
- Testing: Comprehensive testing of all changes
- Documentation: Release notes and guides written
- Release: Version tag created and published
- Announcement: Release announced on GitHub and website
Staying Updated
To stay informed about new releases:
- GitHub Releases: Watch the repository
- Blog: Subscribe to the MoLOS blog for release announcements
- RSS Feed: Available for all blog posts and releases
- Discussions: Join GitHub Discussions for community updates
Related Documentation
- Getting Started - Setup and installation guides
- Module Documentation - All module guides
- Module Development - Creating custom modules
Last Updated: March 21, 2026