Skip to content

Installation

Terminal window
# bun (recommended)
bun add -g @austinthesing/magic-shell
# npm
npm install -g @austinthesing/magic-shell
# pnpm
pnpm add -g @austinthesing/magic-shell
# yarn
yarn global add @austinthesing/magic-shell

Prerequisites: Bun runtime (v1.0 or higher)

Terminal window
# Clone the repository
git clone https://github.com/austin-thesing/magic-shell.git
cd magic-shell
# Install dependencies
bun install
# Build
bun run build
# Link globally (optional)
bun link

After installation, verify Magic Shell is working:

Terminal window
msh --version

Then try:

Terminal window
msh --help # CLI help
mshell # Launch TUI

Once installed, configure your API key to start using Magic Shell.