---
title: Nushell 0.xx
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 version 0.xx of Nu.
---
# Nushell 0.xx
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 version 0.xx of Nu.
# Where to get it
Nu 0.xx is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.xx.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 built-in goodies, you can install `cargo install nu --features=extra`.
As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.
# Themes of this release
## TODO (author_names)
# New commands
- TODO new fancy command with short example (author)
# Quality-of-life Improvements
- TODO everything is getting better
# Breaking changes
TODO
# Looking ahead
TODO
# Changelog
TODO Autogenerate
## nushell
## Documentation
## nu_scripts
## reedline
## nana