Skip to content

Releases: Twilight0/muse-code

v1.3.0.r3401.1

Choose a tag to compare

@github-actions github-actions released this 20 Sep 07:09
Release v1.3.0.r3401.1

v1.3.0.r3233.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 11:36
Muse Code 1.3.0-R3233.1

v1.3.0.r3057.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 16:41
Muse Code 1.3.0-R3057.1

v1.1.1.r2514.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 19:35
Muse Code 1.1.1-R2514.1

Muse Code v1.0.3.r2198.1

Choose a tag to compare

@Twilight0 Twilight0 released this 07 Sep 09:15

⚡ Muse Code v1.0.3.r2198.1

Enhanced, production-ready packaging for Meta's Muse Code agent on Arch Linux / AliveOS and Android (Termux aarch64).


🚀 What's New & Included

  1. Native Android / Termux Support (ARM64):

    • Fixed unknown signal 31 (SIGSYS: Bad System Call) on Android caused by the kernel Zygote seccomp filter blocking the openat2 (437) syscall used by static Musl binaries.
    • Integrated transparent proot syscall virtualization and VFS layout mapping /bin/sh, /etc/resolv.conf, APEX linkers, and TLS certs.
    • Shipped as a Termux Debian package (.deb) installable via dpkg -i or apt install.
  2. AVX2 Emulation for Legacy CPUs:

    • Official x86_64 binary requires AVX2 (Haswell+). Older processors (Sandy/Ivy Bridge, early Celerons/Athlons) crashed with Illegal instruction.
    • Automatically detects absent AVX2 flags in /proc/cpuinfo and falls back seamlessly to qemu-x86_64 -cpu max.
  3. Interactive Curses TUI Session Manager (muse sessions):

    • Interactive full-screen terminal interface to browse, inspect, rename (F2/r), delete (F4/d), and resume (Enter) stored agent sessions.
    • Scriptable CLI commands: muse sessions list, muse sessions info, muse sessions rename, muse sessions delete --older-than <time>.
  4. Multi-Agent MCP Server Bridge (muse mcp):

    • Effortlessly import Model Context Protocol (MCP) server definitions from OpenCode, Claude Desktop, Codex CLI, and Antigravity CLI.
    • Full CRUD management: list, add, enable, disable, remove, import, export.

📦 Release Assets

  • Arch Linux (x86_64): muse-code-1.0.3.r2198.1-1-x86_64.pkg.tar.zst
    • Install via: sudo pacman -U muse-code-1.0.3.r2198.1-1-x86_64.pkg.tar.zst
  • Android Termux (aarch64): muse-code_1.0.3.r2198.1-1_termux_aarch64.deb
    • Install via: apt install ./muse-code_1.0.3.r2198.1-1_termux_aarch64.deb