Skip to main content

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

VersionDateStatusNotes
v1.1.02026-03-21✅ Production ReadyModule ecosystem updates, MCP integration
v1.0.02026-03-17✅ Production ReadyFirst 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

  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 21, 2026