ɳSelfɳSELFCLI
DocsQuick StartPricingɳCloud
GitHub
← Back to all releases

v0.3.9

September 2, 2025

Admin UI Integration & Simplified Workflow

Web-based admin interface and streamlined development workflow

v0.3.9 introduces the web-based Admin UI for complete monitoring and management of your nself stack. With simplified initialization, enhanced reset system, and SMTP email testing, this release significantly improves the development experience.

Key Features

Web-based Admin UI

Complete admin interface at localhost:3021 with real-time monitoring, service management, log viewing, backup management, and configuration editing.

Related commands:

nself admin enablenself admin passwordnself admin open

Simplified Initialization

Minimal setup by default with --wizard and --full options for advanced configuration. New --admin flag enables admin UI during init.

Related commands:

nself initnself init --wizardnself init --fullnself init --admin

Enhanced Reset System

Timestamped backups in _backup/ directory with version history. Never lose configuration when resetting your project.

Related commands:

nself reset

SMTP Email Testing

Built-in SMTP testing using Docker swaks container. Test email delivery without external dependencies.

Related commands:

nself email test

Serverless Functions & MLflow

Built-in serverless functions runtime with hot reload. MLflow integration for ML experiment tracking and model registry.

Related commands:

nself functionsnself mlflow

Bug Fixes

  • Fixed status command container detection
  • Fixed stop command graceful shutdown
  • Fixed exec command environment injection
  • Resolved admin UI port conflicts

Download & Links

Download v0.3.9View on GitHubInstallation Guide →