• v0.7.0 654444ccc8

    muyue v0.7.0 Stable

    gitea-actions released this 2026-04-27 09:25:32 +00:00 | 62 commits to main since this release

    v0.7.0

    Changes since v0.4.0

    • fix(ci): rename browser_test.go → browsertest.go (6d2f174)
    • feat: AI-driven browser tests — Tests tab + browser_test agent tool (c820d55)
    • release: v0.6.0 — security audit fixes + 7 new features (6a7b4d8)
    • chore: bump version to 0.5.0 (2a6647b)
    • feat: agent concurrency, conversation summaries, AI tools config, UI polish (3740454)
    • feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (d98110c)
    • feat: agent concurrency, conversation summaries, AI tools config, UI polish (d2bb42b)
    • feat: AI task API, token-based context windows, SSH password auth, sudo bypass detection (e8a289c)

    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.7.0/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.7.0/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.7.0/muyue-windows-amd64.zip" -OutFile "muyue.zip"
    Expand-Archive -Path "muyue.zip" -DestinationPath "."
    Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exe
    
    Downloads