• v0.3.3 ce0337e5fb

    muyue v0.3.3 Stable

    Muyue released this 2026-04-23 17:47:56 +00:00 | 209 commits to main since this release

    v0.3.3

    Changes since v0.3.2

    • feat(dashboard): single-view grid with live CPU/RAM/Net graphs, API quota, processes, and sudo indicator (328e9e6)
    • feat(dashboard): add quota monitoring, process list, and command history (c81ebb4)
    • refactor(chat): deduplicate streaming code, add multi-conv, and XSS protection (b0865bc)
    • fix(studio): improve chat context, thinking tags, streaming, and tool results (0d8e1b1)
    • feat: add Cobra CLI, LSP/MCP registries, workflow engine, and enriched dashboard (485e085)
    • feat(agent): refactor AI chat with streaming, agent registry, and tool execution (61da803)
    • feat(onboarding): add minimax api key step and AI-powered editor scan (65df154)
    • fix(onboarding): require fields before advancing steps (b6147dd)
    • fix: register missing /api/config/reset and /api/starship/apply-theme routes (275a9a4)
    • fix(config): per-provider form state to avoid field cross-talk (e92a2f0)
    • fix(onboarding): auto-save on done step, keyboard nav, error feedback (1f12b8a)
    • feat(config): add system panel with reset and starship theme, add onboarding wizard (9188231)

    Downloads

    Platform File
    Linux x86_64 muyue-linux-amd64.tar.gz
    Linux ARM64 muyue-linux-arm64.tar.gz
    macOS Intel muyue-darwin-amd64.tar.gz
    macOS Apple Silicon muyue-darwin-arm64.tar.gz
    Windows x86_64 muyue-windows-amd64.zip
    Windows ARM64 muyue-windows-arm64.zip

    The binary includes both CLI and Desktop modes.
    Run muyue for TUI, muyue desktop for web UI.

    Install

    Linux (x86_64)

    curl -sL https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.3.3/muyue-linux-amd64.tar.gz | tar xz
    chmod +x muyue-linux-amd64
    sudo mv muyue-linux-amd64 /usr/local/bin/muyue
    

    macOS (Apple Silicon)

    curl -sL https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.3.3/muyue-darwin-arm64.tar.gz | tar xz
    chmod +x muyue-darwin-arm64
    sudo mv muyue-darwin-arm64 /usr/local/bin/muyue
    

    Windows (x86_64)

    Invoke-WebRequest -Uri "https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.3.3/muyue-windows-amd64.zip" -OutFile "muyue.zip"
    Expand-Archive -Path "muyue.zip" -DestinationPath "."
    Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exe
    
    Downloads