terrazzo-terminal

Crates.ioterrazzo-terminal
lib.rsterrazzo-terminal
version0.1.19
created_at2024-12-29 08:53:55.903267+00
updated_at2025-08-23 17:25:47.379306+00
descriptionA simple web-based terminal emulator built on Terrazzo.
homepage
repositoryhttps://github.com/Terrazzo-Web/Terminal
max_upload_size
id1498094
size5,030,290
Lamparo (LamparoS)

documentation

README

Terrazzo terminal

Terrazzo terminal is a simple web-based terminal built in Rust and Web Assembly using the Terrazzo library.

Getting started

Pre-requisite:

cargo install wasm-pack
cargo install stylance-cli

Compile from source

Then run terrazzo-terminal using

cargo run --bin terrazzo-terminal --release

Open the address printed on the terminal to stack hacking

Listening on http://127.0.0.1:3001

Install using cargo install

cargo install terrazzo-terminal

Then start it using

terrazzo-terminal
Commit count: 111

cargo fmt