MoLOS Releases
This section contains release notes and migration guides for all versions of MoLOS.
Latest Release
MoLOS v1.0.0 Release Notes
Release Date: March 17, 2026 Status: ✅ Production Ready
Highlights:
- 🎉 First major stable release
- 🆕 MoLOS-Tasks - Enhanced task management
- 🆕 MoLOS-Markdown - Document management and quick notes
- 🆕 MoLOS-LLM-Council - Multi-LLM consultation
- 🗄️ 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
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 22, 2026