terrazzo-terminal

Crates.ioterrazzo-terminal
lib.rsterrazzo-terminal
version0.1.22
created_at2024-12-29 08:53:55.903267+00
updated_at2025-12-26 07:54:58.006139+00
descriptionA simple web-based terminal emulator built on Terrazzo.
homepage
repositoryhttps://github.com/Terrazzo-Web/Terminal
max_upload_size
id1498094
size5,127,841
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 --locked wasm-pack
cargo install --locked stylance-cli

Compile from source

Then run terrazzo-terminal using

cargo run --locked --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 --locked terrazzo-terminal

Then start it using

terrazzo-terminal
Commit count: 111

cargo fmt