Public roadmap · v2.4.16

NAVIG Roadmap

A transparent view of completed, in-progress, and planned engineering work — sourced directly from the project changelog and planning documents.

PHASE 01

Shipped

10 items

Released in v2.4.x — stable and available in the current build.

Python 3.10+ runtime enforcement

Interpreter version validated at boot. Ensures consistent behavior across all deployment targets and eliminates silent compatibility issues.

Encrypted vault

AES-256 encrypted credential store with per-host injection at runtime. No plaintext credentials are ever written to disk.

SSH hardening

Host key pinning with strict known-hosts enforcement, MITM prevention, and credential rotation hardening across all managed connections.

Self-healing daemon

Exponential backoff crash recovery with configurable ceiling. The daemon restarts automatically without manual intervention.

Telegram gateway resilience

Automatic reconnect on gateway drop with improved long-poll reliability, richer command parsing, and structured error reporting.

MCP server

Exposes NAVIG tools and resources via the Model Context Protocol. Compatible with Claude Desktop, Cursor, and continue.dev out of the box.

LAN mesh Phase 1

UDP multicast peer discovery for zero-config local-network node coordination. The foundation for the distributed mesh layer.

navig deploy MVP

Full deploy lifecycle — init, run, rollback, status, history. Adapters for systemd, Docker Compose, and PM2. 57 tests green.

navig update MVP

Safe update pipeline with atomic rollback. Targets PyPI, GitHub releases, Git refs, and direct URLs. 53 tests green.

NAVIG_CONFIG_DIR override

Single environment variable relocates the entire config tree. Drop-in support for containerized and non-standard install paths.

PHASE 02

In Progress

6 items

Actively developed or queued for the next 3–6 months.

Multi-user support

Role-scoped access to shared host pools. Teams manage the same infrastructure without credential sharing or configuration duplication.

Encrypted remote backups

End-to-end encrypted backup transport to S3-compatible storage and Backblaze B2. Configurable retention policies and scheduled runs.

Health dashboard

Embedded web UI for fleet-wide health visibility. Service status, resource utilization, and alert state — no external monitoring stack required.

Enhanced AI context

Richer project context fed to the copilot engine. Higher-precision suggestions grounded in active configuration, connected hosts, and recent operations.

Docker Compose orchestration

Declarative multi-container lifecycle management across environments. Start, stop, rebuild, and diff Compose stacks directly from the CLI.

Mesh Phase 2

WAN-capable mesh overlay with mutual token authentication. Extends Phase 1 LAN discovery to geographically distributed and cloud-hosted nodes.

PHASE 03

Planned

5 items

Scoped for future releases — 6+ months out.

Cross-server orchestration

Fan-out task execution with dependency ordering across host groups. Parallel deployments with centralized status aggregation and rollback.

Event-driven workflow triggers

Condition-based workflow execution on health check failures, threshold breaches, or cron schedules. No separate orchestration layer needed.

Integration marketplace

Curated plugin and runbook registry. Publish and consume community automation packs via `navig plugin install`.

Metrics retention

Time-series storage for host and service metrics with integrated query and visualization. No separate TSDB deployment required.

Incident response automation

Declarative response playbooks triggered on failure detection. Reduces MTTR with predefined escalation paths and automated remediation steps.

Sourced from docs/ROADMAP.md · v2.4.16 · Timelines are estimates.