Skip to content

MathAndMagic/magic-coder-tui-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magic-coder-tui-releases

Public release assets for Magic Coder.

This repository is updated automatically from the private source repository and contains:

  • GitHub Releases with downloadable coder archives
  • install.sh for macOS/Linux curl-based installs
  • install.ps1 and install.cmd for Windows installs

Install on macOS or Linux

curl --proto '=https' --tlsv1.2 -fsSL https://raw.githubusercontent.com/MathAndMagic/magic-coder-tui-releases/main/install.sh | bash

Install on Windows

PowerShell:

irm https://raw.githubusercontent.com/MathAndMagic/magic-coder-tui-releases/main/install.ps1 | iex

Batch / Command Prompt bootstrap:

curl.exe -fsSL -o install.cmd https://raw.githubusercontent.com/MathAndMagic/magic-coder-tui-releases/main/install.cmd && install.cmd

The public release pipeline currently publishes these binary targets:

  • aarch64-apple-darwin
  • x86_64-apple-darwin
  • aarch64-unknown-linux-gnu
  • x86_64-unknown-linux-gnu
  • aarch64-pc-windows-msvc
  • x86_64-pc-windows-msvc

Install with Homebrew

brew tap MathAndMagic/magic-coder
brew install magic-coder

The formula lives in the dedicated tap repository MathAndMagic/homebrew-magic-coder.

Copyright

Math and Magic, 2026

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors