Installation
Package Managers (Recommended)
Section titled “Package Managers (Recommended)”# bun (recommended)bun add -g @austinthesing/magic-shell
# npmnpm install -g @austinthesing/magic-shell
# pnpmpnpm add -g @austinthesing/magic-shell
# yarnyarn global add @austinthesing/magic-shellFrom Source
Section titled “From Source”Prerequisites: Bun runtime (v1.0 or higher)
# Clone the repositorygit clone https://github.com/austin-thesing/magic-shell.gitcd magic-shell
# Install dependenciesbun install
# Buildbun run build
# Link globally (optional)bun linkVerify Installation
Section titled “Verify Installation”After installation, verify Magic Shell is working:
msh --versionThen try:
msh --help # CLI helpmshell # Launch TUINext Steps
Section titled “Next Steps”Once installed, configure your API key to start using Magic Shell.