Remix.run Logo
Show HN: orzma – a terminal emulator that renders webviews inside the terminal(github.com)
6 points by notelm 8 hours ago | 5 comments

I made this because I thought it would be useful to be able to use a webview in the terminal. I also provide an SDK called ratatui_orzma. For example, I think it could be used to render rich UI components such as charts with a webview as part of a TUI application, port web tools to ratatui, or embed games built with Wasm inside the terminal.

danteocualesjr 7 hours ago | parent | next [-]

Embedding webviews in a terminal is something I didn't know I wanted until now!

notelm 7 hours ago | parent [-]

Thanks. I feel like there’s more demand for this than you might think!

gap_fanatic 7 hours ago | parent | prev | next [-]

building the browser from scratch too is sick. great work!

notelm 7 hours ago | parent [-]

Thanks.

hahooh 5 hours ago | parent | prev [-]

go!!!!