Public release assets for Magic Coder.
This repository is updated automatically from the private source repository and contains:
- GitHub Releases with downloadable
coderarchives install.shfor macOS/Linux curl-based installsinstall.ps1andinstall.cmdfor Windows installs
curl --proto '=https' --tlsv1.2 -fsSL https://raw.githubusercontent.com/MathAndMagic/magic-coder-tui-releases/main/install.sh | bashPowerShell:
irm https://raw.githubusercontent.com/MathAndMagic/magic-coder-tui-releases/main/install.ps1 | iexBatch / Command Prompt bootstrap:
curl.exe -fsSL -o install.cmd https://raw.githubusercontent.com/MathAndMagic/magic-coder-tui-releases/main/install.cmd && install.cmdThe public release pipeline currently publishes these binary targets:
aarch64-apple-darwinx86_64-apple-darwinaarch64-unknown-linux-gnux86_64-unknown-linux-gnuaarch64-pc-windows-msvcx86_64-pc-windows-msvc
brew tap MathAndMagic/magic-coder
brew install magic-coderThe formula lives in the dedicated tap repository MathAndMagic/homebrew-magic-coder.
Math and Magic, 2026