Nushell
A new type of shell.
Control your system with powerful pipelines
Pipelines let you command your system like never before. Your system belongs to you, and it awaits your command.
Everything is data.
Rather than having the need to remember all the parameters to all the commands, we can just use the same, regardless of where it came from.
Powerful Plugins
Nu can't come with everything you might want to do with it, so you can extend using its powerful plugin system.
# Quick Install
# Install Latest Version
Install the latest version from the releases page (opens new window)
From source on crates.io (opens new window):
$ cargo install nu
# Install via Package Manager
With Homebrew (opens new window):
$ brew install nushell
With Scoop (opens new window):
$ scoop install nu
# Start the shell
$ nu