Skip to main content

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 $module alias
  • 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

  1. Development: Features implemented in main branch
  2. Testing: Comprehensive testing of all changes
  3. Documentation: Release notes and guides written
  4. Release: Version tag created and published
  5. Announcement: Release announced on GitHub and website

Staying Updated

To stay informed about new releases:


Last Updated: March 22, 2026