How to install nushell/nushell. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
nushell/nushell Installation Guide
How to install nushell/nushell. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for nushell/nushell. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i nushell/nushellor
Install via npx
npx @hexmos/ipm i nushell/nushellPrerequisites
rust
languageVersion: >= 1.50.0
cargo
package_managerVersion: 0.24.0
git
system_toolVersion: 2.38.1
nodejs
package_managerVersion: 16.15.0
npm
package_managerVersion: 12.18.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Homebrew & Winget (macOS)
brew install nushell
winget install nushellPost Installation Steps
- Open your terminal and run `nu --help` to see the available commands.
- Run the following command to start the server: `nu start`
