Skip to content

Releases: pinkpixel-dev/mewl

v1.0.0

01 Apr 03:35

Choose a tag to compare

Mewl 1.0.0 Release Notes

Overview

Mewl v1.0.0 is the first Linux-ready release of Pink Pixel's local operations dashboard for managing services, ports, and host telemetry from one desktop workspace.

This release brings the project from a visual prototype into a functional Electron desktop app with:

  • a live Electron runtime bridge for process, port, and host telemetry
  • a clear Observed versus Managed workflow split
  • explicit managed-service definitions with command, script, and docker modes
  • service lifecycle controls, restart policies, automation history, and a dedicated unified Logs workspace
  • alerts filtering plus rolling monitor visuals
  • Linux packaging for AppImage, .deb, and .rpm

Highlights

  • Managed services can now be created and edited directly in the app with saved launch definitions, stop and restart hooks, working directory control, notes, colors, and icons.
  • The runtime now distinguishes between observed live processes and services Mewl is intended to manage, keeping live inspection and saved lifecycle control separate.
  • Docker and script-first workflows now have first-class support in the managed editor, including Docker-aware fallback stop handling for common CLI flows.
  • The monitor and alerts surfaces now feel like real operational tools instead of decorative placeholders, with trend visuals, filtered incidents, and persisted automation history.
  • The new Logs workspace pulls managed stdout/stderr, automation events, alert snapshots, tagged Mewl-internal consola diagnostics, derivable managed Docker container logs, and Linux journald system logs into one terminal-like feed with local search, filtering, pause, follow-tail, clear, and export controls.
  • The Logs page now includes focused Mewl, Processes, Containers, and System views on top of the unified feed so internal diagnostics, runtime output, and host logs can be separated quickly during release work.
  • Linux desktop packaging is now built in, with generated icons and release artifacts for AppImage, .deb, and .rpm.

Linux Artifacts

The 1.0.0 Linux release produces:

  • Mewl-1.0.0-x86_64.AppImage
  • mewl_1.0.0_amd64.deb
  • mewl-1.0.0.x86_64.rpm

Direct downloads:

Known Scope

  • 1.0.0 is a Linux-first release.
  • The runtime bridge still relies on Linux host-inspection commands and paths for process, port, disk, network, and GPU data.
  • Windows and broader cross-platform runtime support are intentionally not part of this release.

Brand