Turn any shell command into an app-like shortcut for Windows, right from Raycast. Give your most-used commands (npm run build, git status, wsl, custom scripts...) a name, launch them in a dedicated terminal window, and pin them to the root search like real apps.

npm run build.PATH, so tools like wsl and anything in your profile resolve correctly even when launched from Raycast's sandboxed extension host.Install Shell Apps from the Raycast Store.
⌘ N to create your first shortcut:
My App.npm run build.↵ to launch it in a terminal window.On any shortcut, use Create Quicklink. A named entry (for example My App) appears in the root
search and launches the command directly — no need to open the extension first. From the Quicklinks
preferences you can also assign it a hotkey, so ⌥ Space → My App or a keyboard shortcut starts it.


| Command | Description |
|---|---|
| Shell Apps | List, search, launch, edit, duplicate, and delete your shortcuts. When launched with the app argument (via a Quicklink) it launches the shortcut directly. |
| Create Shell App | Add a new shortcut with name, command, terminal, and launch options. |
| Preference | Type | Default | Description |
|---|---|---|---|
| Default Terminal | Dropdown | PowerShell | Terminal used by default when creating a new shortcut. |
| Keep Window Open | Checkbox | Enabled | Keep the terminal window open after the command exits, by default. |
Shortcuts are arbitrary shell commands that run locally as your user, exactly as if you typed them in a terminal. Only create shortcuts for commands you trust.
PATH. Make sure the tool is installed and added to PATH, then launch again.wt.exe is not installed.MIT