Installation
Package Managers (Recommended)
Section titled “Package Managers (Recommended)”# bun (recommended)bun add -g @austinthesing/magic-shell@latest
# npmnpm install -g @austinthesing/magic-shell@latest
# pnpmpnpm add -g @austinthesing/magic-shell@latest
# yarnyarn global add @austinthesing/magic-shell@latestFrom Source
Section titled “From Source”Prerequisites: Bun runtime (v1.3.14 or higher)
# Clone the repositorygit clone https://github.com/designxdevelop/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.