Logo
Explore Help
Register Sign In
Muyue/MuyueWorkspace
1
0
Fork 0
You've already forked MuyueWorkspace
Code Issues Pull Requests Actions Packages Projects Releases 136 Wiki Activity

136 Releases 137 Tags

RSS Feed
  • v0.2.1-beta.2 ec33ff4e4d
    Compare

    muyue v0.2.1-beta.2 (Beta)
    All checks were successful
    Stable Release / stable (push) Successful in 28s
    Details
    Beta Release / beta (push) Successful in 26s
    Details
    Pre-Release

    Muyue released this 2026-04-20 20:22:01 +00:00 | 229 commits to develop since this release

    v0.2.1-beta.2 (Beta)

    Commits since v0.2.1

    This is a beta release. Use at your own risk.

    Downloads
    • checksums.txt
      518 B
      2026-04-20 20:22:03 +00:00
    • muyue-darwin-amd64.tar.gz
      3.4 MiB
      2026-04-20 20:22:01 +00:00
    • muyue-darwin-arm64.tar.gz
      3.2 MiB
      2026-04-20 20:22:01 +00:00
    • muyue-linux-amd64.tar.gz
      3.4 MiB
      2026-04-20 20:22:02 +00:00
    • muyue-linux-arm64.tar.gz
      3.1 MiB
      2026-04-20 20:22:02 +00:00
    • muyue-windows-amd64.zip
      3.5 MiB
      2026-04-20 20:22:03 +00:00
    • muyue-windows-arm64.zip
      3.1 MiB
      2026-04-20 20:22:03 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.1 8ea7418684
    Compare

    muyue v0.2.1 Stable

    Muyue released this 2026-04-20 19:22:24 +00:00 | 264 commits to main since this release

    v0.2.1

    Changes since v0.2.0

    • chore: bump version to 0.2.1, update README for TUI redesign (22fb282)

    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

    Install

    Linux (x86_64)

    curl -sL https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.2.1/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.2.1/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.2.1/muyue-windows-amd64.zip" -OutFile "muyue.zip"
    Expand-Archive -Path "muyue.zip" -DestinationPath "."
    Move-Item muyue-windows-amd64.exe C:\Windows\muyue.exe
    
    Downloads
    • checksums.txt
      518 B
      2026-04-20 19:22:26 +00:00
    • muyue-darwin-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:22:24 +00:00
    • muyue-darwin-arm64.tar.gz
      3.2 MiB
      2026-04-20 19:22:25 +00:00
    • muyue-linux-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:22:25 +00:00
    • muyue-linux-arm64.tar.gz
      3.1 MiB
      2026-04-20 19:22:25 +00:00
    • muyue-windows-amd64.zip
      3.5 MiB
      2026-04-20 19:22:26 +00:00
    • muyue-windows-arm64.zip
      3.1 MiB
      2026-04-20 19:22:26 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.1-beta.1 22fb2823ce
    Compare

    muyue v0.2.1-beta.1 (Beta)
    All checks were successful
    Beta Release / beta (push) Successful in 32s
    Details
    Pre-Release

    Muyue released this 2026-04-20 19:21:55 +00:00 | 231 commits to develop since this release

    v0.2.1-beta.1 (Beta)

    Commits since v0.2.0

    • chore: bump version to 0.2.1, update README for TUI redesign (22fb282)

    This is a beta release. Use at your own risk.

    Downloads
    • checksums.txt
      518 B
      2026-04-20 19:21:57 +00:00
    • muyue-darwin-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:21:55 +00:00
    • muyue-darwin-arm64.tar.gz
      3.2 MiB
      2026-04-20 19:21:56 +00:00
    • muyue-linux-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:21:56 +00:00
    • muyue-linux-arm64.tar.gz
      3.1 MiB
      2026-04-20 19:21:57 +00:00
    • muyue-windows-amd64.zip
      3.5 MiB
      2026-04-20 19:21:57 +00:00
    • muyue-windows-arm64.zip
      3.1 MiB
      2026-04-20 19:21:57 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0 6dad84067d
    Compare

    muyue v0.2.0 Stable

    Muyue released this 2026-04-20 19:08:35 +00:00 | 267 commits to main since this release

    v0.2.0

    Changes since start

    • refactor: redesign TUI with 4 tabs, red/rose theme, split layouts (035e923)
    • feat: GitFlow workflow with beta/stable CI pipelines (bbdac6c)
    • feat: security hardening, tests, doctor command, CI update, CHANGELOG (3494f6b)
    • refactor: modularize TUI, improve error handling, add CI caching and tests (4469122)
    • fix: remove tab switching, filter AI thinking from responses (5a33dfc)
    • fix: enable text selection, dashboard multi-column layout (82b2816)
    • feat: Ctrl+T tab switcher, minimal header, integrated terminal (2d6fc64)
    • feat: Ctrl+M tab switcher overlay menu (bb3b303)
    • fix: docker version check, uv PATH, install progress bar (e6fdec4)
    • feat: smart setup wizard - sort choices by system detection (1be4fc0)
    • fix: use Alt+1-5 for tab navigation to free number keys for input (825b429)
    • ci: add install instructions for all platforms in release body (ac35ff2)
    • ci: add build + release steps with push-only conditions (bcb9aa0)
    • ci: restore exact working ci.yml from e58e00d for testing (0a91cef)
    • fix: rename workflow back to CI (slash in name breaks Gitea 1.25) (461122a)
    • ci: trigger workflow run (ea59c2c)
    • fix: remove workflow_dispatch + add push-only conditions on release steps (9cd583f)
    • ci: single job - build + vet + release latest in one pass (92275be)
    • ci: merge CI and Release into single workflow (f2c0996)
    • fix: release workflow - delete old release before creating new one (5eb237f)
    • feat: redesign TUI + Ctrl+C quit confirm + version logic + sudo handling (e3cd618)
    • feat: add mouse support + install pnpm, uv, docker, gh (e58e00d)
    • fix: use GITEATOKEN secret name (no underscores in Gitea 1.25) (8e3f8b8)
    • fix: make release delete step resilient + check GITEA_TOKEN (69ca5c6)
    • fix: remove redundant newline in profiler.go (go vet) (2d421fe)
    • fix: export PATH in every step for Gitea runner compatibility (3f8e01f)
    • ci: restore actions/checkout + simplify workflows (4db69e4)
    • fix: add missing cmd/muyue/main.go and fix .gitignore (f650988)
    • ci: fix Gitea Actions - native checkout + auto-release on push (78c7239)
    • ci: migrate workflows to Gitea Actions with self-hosted runner (811a9aa)

    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

    Install

    Linux (x86_64)

    curl -sL https://gitea.legion-muyue.fr/Muyue/MuyueWorkspace/releases/download/v0.2.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.2.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.2.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
    • checksums.txt
      518 B
      2026-04-20 19:08:38 +00:00
    • muyue-darwin-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:08:36 +00:00
    • muyue-darwin-arm64.tar.gz
      3.2 MiB
      2026-04-20 19:08:36 +00:00
    • muyue-linux-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:08:36 +00:00
    • muyue-linux-arm64.tar.gz
      3.1 MiB
      2026-04-20 19:08:37 +00:00
    • muyue-windows-amd64.zip
      3.5 MiB
      2026-04-20 19:08:37 +00:00
    • muyue-windows-arm64.zip
      3.1 MiB
      2026-04-20 19:08:37 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0-beta.2 b475348816
    Compare

    muyue v0.2.0-beta.2 (Beta)
    All checks were successful
    Beta Release / beta (push) Successful in 37s
    Details
    Stable Release / stable (push) Successful in 28s
    Details
    Pre-Release

    Muyue released this 2026-04-20 19:08:07 +00:00 | 232 commits to develop since this release

    v0.2.0-beta.2 (Beta)

    Commits since start

    • refactor: redesign TUI with 4 tabs, red/rose theme, split layouts (035e923)
    • feat: GitFlow workflow with beta/stable CI pipelines (bbdac6c)
    • feat: security hardening, tests, doctor command, CI update, CHANGELOG (3494f6b)
    • refactor: modularize TUI, improve error handling, add CI caching and tests (4469122)
    • fix: remove tab switching, filter AI thinking from responses (5a33dfc)
    • fix: enable text selection, dashboard multi-column layout (82b2816)
    • feat: Ctrl+T tab switcher, minimal header, integrated terminal (2d6fc64)
    • feat: Ctrl+M tab switcher overlay menu (bb3b303)
    • fix: docker version check, uv PATH, install progress bar (e6fdec4)
    • feat: smart setup wizard - sort choices by system detection (1be4fc0)
    • fix: use Alt+1-5 for tab navigation to free number keys for input (825b429)
    • ci: add install instructions for all platforms in release body (ac35ff2)
    • ci: add build + release steps with push-only conditions (bcb9aa0)
    • ci: restore exact working ci.yml from e58e00d for testing (0a91cef)
    • fix: rename workflow back to CI (slash in name breaks Gitea 1.25) (461122a)
    • ci: trigger workflow run (ea59c2c)
    • fix: remove workflow_dispatch + add push-only conditions on release steps (9cd583f)
    • ci: single job - build + vet + release latest in one pass (92275be)
    • ci: merge CI and Release into single workflow (f2c0996)
    • fix: release workflow - delete old release before creating new one (5eb237f)

    This is a beta release. Use at your own risk.

    Downloads
    • checksums.txt
      518 B
      2026-04-20 19:08:09 +00:00
    • muyue-darwin-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:08:07 +00:00
    • muyue-darwin-arm64.tar.gz
      3.2 MiB
      2026-04-20 19:08:07 +00:00
    • muyue-linux-amd64.tar.gz
      3.4 MiB
      2026-04-20 19:08:08 +00:00
    • muyue-linux-arm64.tar.gz
      3.1 MiB
      2026-04-20 19:08:08 +00:00
    • muyue-windows-amd64.zip
      3.5 MiB
      2026-04-20 19:08:08 +00:00
    • muyue-windows-arm64.zip
      3.1 MiB
      2026-04-20 19:08:09 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0-beta.1 bbdac6c005
    Compare

    muyue v0.2.0-beta.1 (Beta)
    All checks were successful
    Beta Release / beta (push) Successful in 31s
    Details
    Pre-Release

    Muyue released this 2026-04-20 18:10:31 +00:00 | 234 commits to develop since this release

    v0.2.0-beta.1 (Beta)

    Commits since start

    • feat: GitFlow workflow with beta/stable CI pipelines (bbdac6c)
    • feat: security hardening, tests, doctor command, CI update, CHANGELOG (3494f6b)
    • refactor: modularize TUI, improve error handling, add CI caching and tests (4469122)
    • fix: remove tab switching, filter AI thinking from responses (5a33dfc)
    • fix: enable text selection, dashboard multi-column layout (82b2816)
    • feat: Ctrl+T tab switcher, minimal header, integrated terminal (2d6fc64)
    • feat: Ctrl+M tab switcher overlay menu (bb3b303)
    • fix: docker version check, uv PATH, install progress bar (e6fdec4)
    • feat: smart setup wizard - sort choices by system detection (1be4fc0)
    • fix: use Alt+1-5 for tab navigation to free number keys for input (825b429)
    • ci: add install instructions for all platforms in release body (ac35ff2)
    • ci: add build + release steps with push-only conditions (bcb9aa0)
    • ci: restore exact working ci.yml from e58e00d for testing (0a91cef)
    • fix: rename workflow back to CI (slash in name breaks Gitea 1.25) (461122a)
    • ci: trigger workflow run (ea59c2c)
    • fix: remove workflow_dispatch + add push-only conditions on release steps (9cd583f)
    • ci: single job - build + vet + release latest in one pass (92275be)
    • ci: merge CI and Release into single workflow (f2c0996)
    • fix: release workflow - delete old release before creating new one (5eb237f)
    • feat: redesign TUI + Ctrl+C quit confirm + version logic + sudo handling (e3cd618)

    This is a beta release. Use at your own risk.

    Downloads
    • checksums.txt
      518 B
      2026-04-20 18:10:33 +00:00
    • muyue-darwin-amd64.tar.gz
      3.4 MiB
      2026-04-20 18:10:31 +00:00
    • muyue-darwin-arm64.tar.gz
      3.2 MiB
      2026-04-20 18:10:32 +00:00
    • muyue-linux-amd64.tar.gz
      3.4 MiB
      2026-04-20 18:10:32 +00:00
    • muyue-linux-arm64.tar.gz
      3.1 MiB
      2026-04-20 18:10:32 +00:00
    • muyue-windows-amd64.zip
      3.5 MiB
      2026-04-20 18:10:33 +00:00
    • muyue-windows-arm64.zip
      3.1 MiB
      2026-04-20 18:10:33 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 10 11 12 13 14 Next Last
Powered by Gitea Version: 1.25.2 Page: 108ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API