v1.3.0 → v1.5.0

Version History

Track the evolution of INDUS Terminal from initial release to production-grade maturity. Each version includes architecture diagrams showing internal improvements.

4
Versions
11
Days
103
Commands

Architecture Evolution

How INDUS grew from a simple shell to a production-grade terminal

graph LR V130[v1.3.0
Feb 26, 2026
Basic Shell] --> V140[v1.4.0
Mar 8, 2026
Registry System] V140 --> V141[v1.4.1
Mar 8, 2026
Production Hardening] V141 --> V150[v1.5.0
Mar 8, 2026
System Passthrough] V130 -.->|Basic commands| Features1[Mixed command style
Early documentation] V140 -.->|Major upgrade| Features2[101 commands
Registry-backed
Versioned docs] V141 -.->|Bug fixes| Features3[Installer fixes
Context-aware launch
CI enforcement] V150 -.->|Production ready| Features4[System passthrough
Toolchain detection
103 commands] style V130 fill:#1a1a1a,stroke:#888 style V140 fill:#1a1a1a,stroke:#2196F3 style V141 fill:#1a1a1a,stroke:#9C27B0 style V150 fill:#FF9933,stroke:#FF9933,color:#0a0a0a

All Releases

Complete release history with dates, status, and key highlights

Release Timeline
Version Date Status Commands Highlights
v1.5.0 March 8, 2026 Current 103 System passthrough, toolchain detection, production stability
v1.4.1 March 8, 2026 Stable 101 Installer hardening, CI enforcement, bug fixes
v1.4.0 March 8, 2026 Platform 101 Registry system, 101 commands, versioned docs
v1.3.0 February 26, 2026 Legacy ~40 Initial release, basic shell, mixed command style

Version Details

Deep dive into each release with architecture diagrams and changelogs

v1.5.0 — Current Production

Released: March 8, 2026

Major production release with system command passthrough, toolchain detection for 30+ tools, and comprehensive stability improvements.

Key Features:

  • Full system command passthrough (git, docker, npm, etc.)
  • Toolchain detection (Python, Node, Go, Java, .NET, Docker, Git, Rust, PHP)
  • 103 total commands (2 new: ind tools scan, ind tools check)
  • Critical bug fixes in environment, package, network, filesystem modules
  • Symlink loop protection
View Release Notes →

v1.4.1 — Production Hardening

Released: March 8, 2026

Bug-fix release focusing on installer improvements, CI enforcement, and production stability.

Key Improvements:

  • Installer hardening with context-aware launch paths
  • Startup banner refresh
  • CI smoke testing and signing enforcement
  • Documentation polish
View Release Notes →

v1.4.0 — Platform Release

Released: March 8, 2026

Major architectural upgrade introducing registry-backed command system and comprehensive documentation.

Major Changes:

  • 101 native commands organized into 11 modules
  • Registry-backed command resolution
  • Versioned documentation UI
  • AI-readable command metadata
  • Lazy module loading and command caching
View Release Notes →

v1.3.0 — Legacy Baseline

Released: February 26, 2026

Initial public release with basic shell functionality and mixed command styles. Preserved for migration reference.

Features:

  • ~40 basic commands
  • Mixed command style (ind/indus prefixes)
  • Early documentation
  • Simple terminal UI
View Release Notes →

Migration Guide

Upgrading between versions

v1.3.0 → v1.5.0 Migration
# Key Changes:
1. Command prefix standardized to 'ind' only
2. Registry-backed command resolution
3. 11 module structure
4. System commands now work via passthrough

# Update commands:
Old: indus sys info
New: ind sys info

# System commands now supported:
 git status        # Works directly
 docker ps         # No prefix needed
 npm install       # Full passthrough