• V1.0.000 0edd826459

    V1.0.000 Stable

    patrick19368 released this 2026-02-21 17:49:58 -05:00 | 0 commits to main since this release

    InventoryLite v1.0.0
    Initial public release.
    InventoryLite is a self-hosted inventory management system for monitoring servers and machines in real time. Agents are pure bash on Linux and pure PowerShell on Windows — no dependencies, no runtimes, no binaries to compile. Deploy an agent with a single command and it starts reporting within 30 seconds.
    What's included

    Live web dashboard with per-agent CPU, RAM, disk, uptime, IP, OS and hostname
    Heartbeat history per agent
    HMAC-SHA256 signed agent authentication
    Auto-registration on first heartbeat
    One-liner install for Linux and Windows
    Agents run as systemd services on Linux and Scheduled Tasks on Windows
    FastAPI backend with PostgreSQL storage
    Full Docker Compose setup with pre-built image on Docker Hub
    Environment-based configuration via .env

    Requirements

    Docker and Docker Compose on the server
    bash + curl + openssl on Linux agents
    PowerShell 5.1+ on Windows agents

    Downloads