https://github.com/nushell/nana
Experimental GUI version of Nushell
https://github.com/nushell/nana
Last synced: 7 months ago
JSON representation
Experimental GUI version of Nushell
- Host: GitHub
- URL: https://github.com/nushell/nana
- Owner: nushell
- License: mit
- Created: 2022-04-11T22:50:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T16:42:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T07:06:00.806Z (10 months ago)
- Language: Rust
- Size: 1.51 MB
- Stars: 184
- Watchers: 11
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project "Nana"
An experimental GUI version of Nushell:

## Dependencies
First, install the dependencies in order to build the project. You'll need, at least:
- [`Yarn`](https://yarnpkg.com/)
- [`Node`](https://nodejs.org/en/)
Once Yarn and Node have been installed, you can run: `yarn install`.
Finally, you can optionally install [`just`](https://github.com/casey/just).
Since, `Nana` relies on Tauri to run the application, additional dependencies are required depending
of your current operating system.
### Linux
[`Linux dependencies`](https://tauri.app/v1/guides/getting-started/prerequisites/#setting-up-linux)
### MacOS
[`MacOS dependencies`](https://tauri.app/v1/guides/getting-started/prerequisites/#setting-up-macos)
### Windows
[`Windows dependencies`](https://tauri.app/v1/guides/getting-started/prerequisites/#setting-up-windows)
## Getting started
To start the project, run `yarn tauri dev`. If you use [`just`](https://github.com/casey/just),
`just watch` and `just build`, **and run `just` will show all the available commands**.
Last, but not least, to build a release, just run: `yarn tauri build`.