Home Explore Blog CI



nushell

1st chunk of `blog/2020-11-24-nushell_0_23.md`
9a252e7b935a6b166d66aac4073fd3ef95461e797964f97000000001000005bf
---
title: Nushell 0.23
author: The Nu Authors
author_site: https://twitter.com/nu_shell
author_image: https://www.nushell.sh/blog/images/nu_logo.png
excerpt: Today, we're releasing 0.23 of Nu. In this version, we continue improving the commands, release a new website, and talk about some of the experiments that will be making their way into Nu in future versions.
---

# Nushell 0.23

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful commandline pipelines.

Today, we're releasing 0.23 of Nu. In this version, we continue improving the commands, release a new website, and talk about some of the experiments that will be making their way into Nu in future versions.

<!-- more -->

# Where to get it

Nu 0.23 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.23.0) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.

If you want all the goodies, you can install `cargo install nu --features=extra`.

As part of this release, we also publish a set of plugins you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.

# What's New

## New website (ibraheemdev)


Title: Nushell 0.23 Release: New Website
Summary
Nushell 0.23 is released with improvements to commands and a new website. The new website emphasizes Nu's features like powerful pipelines, data-centric approach, and plugin system. The release includes pre-built binaries, crates.io package, and plugins installable via cargo.