Skip to content

Releases: nakaba-lab/wsl-manager-tui

v1.0.0

08 Jun 17:28

Choose a tag to compare

wslm 1.0.0 — first stable release

A single self-contained terminal UI (Rust + ratatui) to manage WSL distributions on Windows,
all from one screen: list distros with state / version / on-disk size, start/stop, open shells
(inline or in a new Windows Terminal tab), live VM memory/CPU gauges with sparklines, managed
export/import (.tar / .tar.gz / .tar.xz / .vhdx), install from the online catalog, and
edit .wslconfig / wsl.conf. State detection is locale-independent (never parses localized
wsl.exe text), there is no telemetry, and it is dual-licensed MIT OR Apache-2.0.

Install: download wslm-x86_64-pc-windows-msvc.exe below, drop it anywhere on your PATH,
and run wslm. No install step. Verify integrity against SHA256SUMS:

2596571a3d40e415aa23da9b60facdf132a208fe501a1598c8dcd2a6ce7e8b41  wslm-x86_64-pc-windows-msvc.exe

Requires Windows 10/11 with WSL2.


What's Changed

  • Add Claude Code automations: format/fixture-guard hooks, skills, MVU reviewers by @nakata5577 in #1
  • docs: fix CLAUDE.md Action list and fixtures convention by @nakata5577 in #2
  • refactor: split update.rs and ui/mod.rs along clean seams (no behavior change) by @nakata5577 in #3
  • fix(metrics): 0B VMメモリ修正 + VMの実RAM上限を分母に表示 by @nakata5577 in #4
  • fix(wsl): detach wsl.exe from the console so Esc/Enter aren't stolen by @nakata5577 in #5

New Contributors

Full Changelog: https://github.com/nakaba-lab/wsl-manager-tui/commits/v1.0.0


💚 If wslm is useful to you, please consider sponsoring continued development:
GitHub Sponsors · Ko-fi

Full Changelog: https://github.com/nakaba-lab/wsl-manager-tui/commits/v1.0.0