nooise 1.0.4

Ambient music generator for the terminal
nooise-1.0.4 is not a library.

I wanted an excuse to build a Rust synth engine. I kept putting on long, repetitive ambient music to get into flow, so I made a small terminal app that does that.

nooise is one Rust binary: terminal UI, synth engine, and live controls.

Install

nooise requires Rust. Install it with rustup:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Open a new terminal after rustup finishes, then install nooise:

cargo install nooise --locked

Start

nooise

Press q to quit.

Update

nooise update

nooise upgrade does the same thing.

From Source

cargo run