Skip to content

nushell/nushell.github.io

Folders and files

NameName
Last commit message
Last commit date
Dec 22, 2024
Mar 19, 2025
Jul 24, 2024
Mar 19, 2025
Mar 15, 2025
Mar 19, 2025
Feb 14, 2025
Feb 23, 2025
Feb 27, 2025
Feb 27, 2025
Feb 1, 2025
Feb 27, 2025
Mar 9, 2025
Feb 13, 2025
Sep 29, 2024
Feb 22, 2025
Oct 12, 2024
Feb 2, 2023
Mar 13, 2025
Jun 21, 2023
Aug 27, 2022
Feb 17, 2023
Mar 27, 2022
Apr 13, 2021
Oct 19, 2024
Oct 6, 2021
Nov 6, 2024
Jun 6, 2024
Oct 3, 2023
Jan 6, 2025
Mar 10, 2025
Dec 28, 2024
Nov 8, 2024

Repository files navigation

home heroImage heroText tagline actionText actionLink features
true
Nushell
A new type of shell
Get Started →
/book/
title details
Pipelines to control any OS
Nu works on Linux, macOS, BSD, and Windows. Learn it once, then use it anywhere.
title details
Everything is data
Nu pipelines use structured data so you can safely select, filter, and sort the same way every time. Stop parsing strings and start solving problems.
title details
Powerful plugins
It's easy to extend Nu using a powerful plugin system.

Screenshot showing using the ls command

Nu works with existing data

Nu speaks JSON, YAML, SQLite, Excel, and more out of the box. It's easy to bring data into a Nu pipeline whether it's in a file, a database, or a web API:

Screenshot showing fetch with a web API

Nu has great error messages

Nu operates on typed data, so it catches bugs that other shells don't. And when things break, Nu tells you exactly where and why:

Screenshot showing Nu catching a type error

Get Nu

Nushell is available as downloadable binaries, via your favourite package manager, in a GitHub Action, and as source code. Read the detailed installation instructions or dive right in:

macOS / Linux:

Homebrew
$ brew install nushell
Nix profile
$ nix profile install nixpkgs#nushell

Windows:

winget install nushell

After installing, launch Nu by typing nu.

Community

Join us on Discord if you have any questions about Nu!

You can help improve this site by giving us feedback or sending a PR.